Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 452 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 452 Bytes

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