Skip to content

v2.1.0 - Slider Range Filter is back

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 17 Nov 01:31
· 1455 commits to master since this release

2.1.0 (2022-11-17)

Quick Summary

  • This new version brings back the Slider Range Filter (see Example 14 and Example 16), that was dropped in 5.0.0 because of the jQueryUI removal and this new Filter got rewritten in pure JS. That required a lot of code change and while at it, I decided to improve the styling and also merge all Slider Filters into 1 class (compound, range & single) to help build size. I also decided to merge all other Compound & Regular Filters into their own single classes for the same reason. Also all options related Slider were moved inside filterOptions and/or editorOptions
  • Some other great enhancements were done on the Custom Tooltip addon to help with Slider Filters/Editors, Tooltips will now receive the Slider value instantly while dragging the slider and with that you could even use the Slider without always showing the side numbers (see Example 16)
  • Another great feature was to add Sorting in each group by column of Draggable Grouping (see Example 3)
  • Lastly target elements were added to search events & Grid State allowing the user to know if a Compound Filter got updated by its compound operator dropdown or by its input value.

Bug Fixes

Features

Performance Improvements