Skip to content

v5.4.1

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 04 Feb 20:34
· 510 commits to master since this release

5.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

  • use DOMPurify correct namespace for dts file (67d1f73)

Features

  • dataView: add option to apply row selection to all pages (#930) (38effc2)

Installation

Please remember that all packages of @slickgrid-universal (v2.4.1) and Aurelia-Slickgrid (v5.4.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

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.

  1. review the Slickgrid-Universal changelog
  2. and the Aurelia-Slickgrid changelog (above)