Releases: ghiscoding/aurelia-slickgrid
v6.1.0
6.1.0 (2023-07-21)
Features
Installation
Please remember that all packages of @slickgrid-universal
(v3.1.0
) and Aurelia-Slickgrid
(v6.1.0
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v6.0.1
6.0.1 (2023-07-01)
Bug Fixes
Installation
Please remember that all packages of @slickgrid-universal
(v3.0.1
) and Aurelia-Slickgrid
(v6.0.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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v6.0.0 - jQuery removal
6.0.0 (2023-05-29)
New major official 6.0 release which removes jQuery requirement entirely 🚀🎉
Note Also note that Bootstrap 4.0 still requires jQuery, so you might want to upgrade to Bootstrap 5 if you have not done that yet.
Quick Summary - SlickGrid is now native
Here is our new major (breaking change) version v6.0.0
release, it uses the new Slickgrid-Universal v3.0.0 which dropped jQuery requirement. Also in order to completely remove jQuery, it not only required SlickGrid to be jQuery free but also required us to rewrite the multiple-select 3rd party lib (jQuery based) into a brand new multiple-select-vanilla
lib which is now native and has zero dependencies. Now the entire Aurelia-Slickgrid / Slickgrid-Universal no longer require jQuery (you can still use jQuery but it's now totally optional) and is now using native browser code, this should lower your build size and also improve the grid performance as well.
Follow the Migration 6.x Guide
⚠ BREAKING CHANGES
Installation
Please remember that all packages of @slickgrid-universal
(v3.0.0
) and Aurelia-Slickgrid
(v6.0.0
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.6.4
5.6.4 (2023-05-20)
Bug Fixes
Installation
Please remember that all packages of @slickgrid-universal
(v2.6.4
) and Aurelia-Slickgrid
(v5.6.4
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.6.3
5.6.3 (2023-03-23)
Bug Fixes
- deps: update all non-major dependencies to ~2.6.3 (#954) (3331db9)
- presets: dynamic columns should be auto-inserted with Grid Presets (#955) (ea47f46)
Installation
Please remember that all packages of @slickgrid-universal
(v2.6.3
) and Aurelia-Slickgrid
(v5.6.3
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.6.2
5.6.2 (2023-03-03)
Description
The new feature in this release is that we moved TypeScript Types (d.ts) into a single dist/types folder in Slickgrid-Universal which should lower the size of npm download.
Bug Fixes
- regression Edit cell mouseout should save & excel copy should work (#941) (2fa2761), closes #1103
- common: remove jQuery import to avoid duplicate jQuery load (60bf262)
- draggable grouping shouldn't throw when dynamically changing cols (#945) (025196c)
Installation
Please remember that all packages of @slickgrid-universal
(v2.6.2
) and Aurelia-Slickgrid
(v5.6.2
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.5.0
5.5.0 (2023-02-17)
Bug Fixes
- deps: update dependency dompurify to v3 (#935) (0b3a8f5)
- RowDetail: Row Detail extension should work with editable grid (#938) (1786415)
- use DOMPurify correct namespace for dts file (#931) (06f008a)
Installation
Please remember that all packages of @slickgrid-universal
(v2.5.0
) and Aurelia-Slickgrid
(v5.5.0
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.4.1
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
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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.3.0
5.3.0 (2023-01-21)
Features
- filters: update to latest Slickgrid-Universal which provides a new flag to disable special chars input filter parsing
Installation
Please remember that all packages of @slickgrid-universal
(v2.3.0
) and Aurelia-Slickgrid
(v5.3.0
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)
v5.2.2 - Excel Export Custom Styling & Format
5.2.2 (2022-12-23)
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
Happy Holidays ⭐🎁🎄
Features
Bug Fixes
- styling: make Grid Menu item full width instead of max-content (5da05fb)
- common: cell selection in Firefox not working (#918) (fcda15a)
Installation
Please remember that all packages of @slickgrid-universal
(v2.2.2
) and Aurelia-Slickgrid
(v5.2.2
) 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.
- review the Slickgrid-Universal changelog
- and the Aurelia-Slickgrid changelog (above)