Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

MultipleSelect / SingleSelect Editors & Filters Collection Async

Choose a tag to compare

@ghiscoding ghiscoding released this 14 Aug 00:03
· 3726 commits to master since this release

Features

  • (editor): add collectionAsync to editor
  • (filter): add collectionAsync to filter
  • (formatter): add new arrayObjectToCsv Formatter
  • (formatter): add 2 new DateTime Short Formatter without seconds
  • (filter): optionally pull collection from object property
  • (filter): optionally add a blank entry to the collection
  • (editor): optionally pull collection from object property
  • (editor): optionally add a blank entry to the collection

Refactoring

  • (styling): change default singleSelect radio icon
  • (example): add editors inside the example to test issue reported in #53

Fixes

  • (pagination): Only display Pagination with backendServiceApi
  • (build): remove unnecessary lodash from package.json
  • (filter): MultipleSelect Filter had z-index too low in modal window
  • (sanitize): replace sanitize-html with DOMPurify for a much smaller lib
  • (selector): Row Selection should be reset for a Sort change also
  • (editor): LongText Editor should'nt throw i18n error when missing
  • (grouping): Grouping with Filter should work together, closes #57

Breaking Changes

  • (custom): Editor/Filter CustomStructure addSpaceBetweenLabels property replaced by separatorBetweenTextLabels