Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 551 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 551 Bytes

2.0.1

  • Make it possible to control how filtering is applied to Grid #32
  • Updated dependencies

2.0.0

Reworked component

  • New customizable UI, including
    • nested filters (AND, OR, NOT)
      • depth can be limited
    • customizable operations (=,>,<,contains,is empty)
    • support for multiple value types
      • can easily be bound with Vaadin components
  • Improved support for QueryParameters
  • Better translation support

v1 component can now be found at https://github.com/xdev-software/vaadin-simple-grid-filter

1.0.0

Initial release