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

Collection now support multiple filterBy/sortBy... and more features & fixes

Choose a tag to compare

@ghiscoding ghiscoding released this 09 Oct 14:55
· 3637 commits to master since this release

Features

  • (resize): add maxHeight & maxWidth options to Resizer Service (autoResize)
  • (filter): add possibility to filter complex objects (with JSON dataset)
  • (sort): add possibility to sort complex objects (with JSON dataset)
  • (collection): support multiple filterBy/sortBy in CollectionService
    • (collection): add FilterMultiplePassType (with option: merge, chain)
    • Wiki doc
  • (editor): add auto commit edit flag to grid options
    • new Grid Option boolean flag name is autoCommitEdit
  • (select): add option to use label as selected text
  • (select): Filter/Editor able to translate prefix/suffix/optionLabel
  • (select): collection can also be of type String (not just label/value pair)

Fixes

  • (header): use showHeaderRow flag when defined by user
  • (graphql): should be able to use presets even if field is not a column definition
  • (select): fix separatorBetweenLabels to use join so that it doesn't add extra separator when prefix or suffix isn't present
  • (resize): autoAdjustDropWidthByTextSize should handle 100% width
  • (resize): when having 2 grids resize only works on 1 grid
  • (select): Single Select should use EQ operator instead of IN
  • (select): multiple-select autoAdjustDropWidth sometime incorrect
  • (resize): auto-resize shouldn't resize when fixing gridHeight/gridWidth