v2.4.0
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
Installation
Please remember that all packages of @slickgrid-universal
(v2.4.0
) and Slickgrid-React
(v2.4.0
) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.
please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.
- review the Slickgrid-Universal changelog
- and the Slickgrid-React changelog (above)