Skip to content

Compound Filters & Single/Multiselect Editors

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 13 Mar 15:29
· 3918 commits to master since this release

Features

  • feat(editor): add new Single & Multiselect Editors
  • feat(gridState): add onGridStateServiceChanged Event Emitter
  • feat(filter): add new Input & Date Compond Filter
  • feat(formatter): remove Formatter inputNoPlaceholder and replaced with a new global grid options defaultFilterPlaceholder that is set with the magnifying glass icon. If you don't want any placeholder, just set the defaultFilterPlaceholder: '' to empty string
  • feat(sass): add focus color for multiselect
  • feat(grid): add column definition setter to update dynamically, ref #20

Fixes

  • fix(odata): the OData grid sample Pagination was not working correctly
  • fix(formatter): dateTimeIso Formatter was using dateIso
  • fix(jquery): remove all jquery imports causing issues with external libs
  • fix(jquery-ui): use latest version of jQuery-UI to avoid jQuery 3 errors
    • to avoid error thrown by jQuery 3 and issues with 3rd party lib, in my case Bootstrap.js Tooltip, I had to change the order of the scripts imports, look at angular-cli.json info in the Wiki -
      HOWTO
  • fix(gridState): get Current Pagination not set on first load
  • fix(styling): header with char "g" is sometimes cut out, increase height
  • fix(filter): single select filter incorrect emit
  • fix(backend): Grid Presets sort order not correct with backend services
  • fix(pagination): go back to page 1 only on filter change (backend service only)
  • fix(filter): Compound Input filter on type string was not working correctly with regular grids (without backend service)
  • fix(filter): CompoundDate Filter should add a time picker when found 'h'