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

Compound Filters Styling Changes

Choose a tag to compare

@ghiscoding ghiscoding released this 02 Oct 17:31
· 2368 commits to master since this release

This versions brings a few fixes and couple of styling improvements, the biggest changes are

  • Compound Filters with Operator dropdown on the left got styled differently and now includes each Operator descriptions.
    • NOTE: make sure to add new translations to the new Operator descriptions, you can see them in the PR #582
  • Add more Grid Service methods to help toggling Sort & Filter functionalities.

Final Word

If you like the lib, please upvote ⭐ and/or Buy Me a Coffee

Features

  • core: add custom entry to Select Editor/Filter collections (#592) (43e483e)
  • editors: add Clear Date button to Date Editor (#580) (f2059a2)
  • services: add Toggle Filtering/Sorting & Hide Column methods (#587) (b9cf7f9)
  • styling: add description to Compound Filter Operators (#588) (56588d1)
  • styling: add Pagination button height sass variable (#596) (5db78c2)
  • tests: add more Cypress E2E tests for grouping (#584) (90d47e6)
  • styling: add frozen on all possible elements with SASS variables (#599) (a6f292c)
  • chore: update Cypress reporter call with mochawesome (#614) (07bd99a)

Bug Fixes

  • editors: add blank entry on Select Editor should happen once (#591) (f847e43)
  • editors: update to latest Flatpickr version (#577) (0675b31)
  • filters: disregard time when filtering date only format (#593) (9e3acdc)
  • filters: tree data presets caused regression in any grid w/presets (#597) (74d611d)
  • pinning: put back vertical scroll on grid after removing freezing (#581) (f07ff75)
  • select: make a collection array copy to avoid change by ref (#595) (4d6a395)
  • styling: grouping with checkbox should be aligned left (#582) (18289d3)
  • styling: support other unit of measure in SASS (#590) (666e6ee)
  • styling: Compound Filter Operator dropdown too wide in BS4 (#598) (cb48247)
  • core: don't override alwaysShowVerticalScroll flag (#600) (4eb9237), 6pac/SlickGrid#537
  • core: hide Grid Menu Filter/Sort cmd when disabling functionality (#607) (6a68e23)
  • core: unsubscribe every possible events (#611) (2a92e78), closes #610
  • interfaces: column types in GridStateChange (#609) (8705aac)
  • styling: add missing pointer cursor to flatpickr inputs (32cd122)
  • styling: flatpickr bg-color should be using SASS variable (#616) (8a613d4)