Skip to content

Releases: ghiscoding/slickgrid-universal

v2.4.1

04 Feb 22:20
Compare
Choose a tag to compare

2.4.1 (2023-02-04)

This new release brings a "Select All" across all pages when using Pagination on a local grid (that is when it's not using Backend Services).

Note: the "Select All" will not change its behavior when used with BackendServiceApi (OData, GraphQL) since these services don't know anything from the other pages and IDs, it only has knowledge of its current page. So in that case, it will continue to Select All on the current page only

Bug Fixes

v2.4.0

04 Feb 19:28
Compare
Choose a tag to compare

2.4.0 (2023-02-04)

This new release brings a "Select All" across all pages when using Pagination on a local grid (that is when it's not using Backend Services).

Note: the "Select All" will not change its behavior when used with BackendServiceApi (OData, GraphQL) since these services don't know anything from the other pages and IDs, it only has knowledge of its current page. So in that case, it will continue to Select All on the current page only

Bug Fixes

Features

v2.3.0

21 Jan 22:41
Compare
Choose a tag to compare

2.3.0 (2023-01-21)

Bug Fixes

Features

v2.2.2

24 Dec 02:05
Compare
Choose a tag to compare

2.2.2 (2022-12-24)

Bug Fixes

v2.2.1

22 Dec 20:18
Compare
Choose a tag to compare

2.2.1 (2022-12-22)

Bug Fixes

v2.2.0 - Excel Export Custom Styling & Format

21 Dec 23:56
Compare
Choose a tag to compare

2.2.0 (2022-12-21)

This new release brings a lot of improvement on the Excel exports, it will now auto-detect the correct cell format to use for a lot of column type. It is mostly helpful with column of type number, however please note that column Date type will be exported as string (not as Date type) even if exportWithFormatter (unless it is specifically set to false) the reason is because of complexity to implement in code, however that should be easy enough for the user to convert it himself. The next big thing, which is also for Excel export, is that we can now customize each column Excel cell styling & custom format (note that doing this would override any auto-detected Excel format).

Excel Custom Styling & Format Live Demo and Excel Custom Styling Wiki

Thanks to @austinsimpson for getting this feature started

Happy Holidays ⭐🎁🎄

Bug Fixes

Features

v2.1.3

08 Dec 22:52
Compare
Choose a tag to compare

2.1.3 (2022-12-08)

Bug Fixes

v2.1.2

02 Dec 03:52
Compare
Choose a tag to compare

2.1.2 (2022-12-02)

Bug Fixes

v2.1.1

19 Nov 04:04
Compare
Choose a tag to compare

2.1.1 (2022-11-19)

Bug Fixes

v2.1.0 - Slider Range Filter is back

17 Nov 01:31
Compare
Choose a tag to compare

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