Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 780 Bytes

File metadata and controls

30 lines (23 loc) · 780 Bytes

3.0.0

  • Updated to Vaadin 25

2.0.3

  • Updated dependencies

2.0.2

  • Migrated deployment to Sonatype Maven Central Portal #155
  • Updated dependencies

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