Skip to content

v8.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 22:04

8.14.0 (2025-04-26)

Last Release before next major

With this new release, I'm adding a new collectionLazy but only for single/multiple select dropdown filters, which could improve perf when loading grid that have lots of columns. For now this is only available for the select dropdown, but I might add it this to the autocomplete filter as well (if anyone is requesting it).

Lastly and as the title suggest, this should be the last version 🤞🏻 before the next major release which should arrive in the next couple of weeks. The next major will drop CJS and provide ESM-Only. Also Angular-Slickgrid, as all other frameworks, will all be moved under the Slickgrid-Universal project which will help tremendously with the project maintenance. 🚀

Features

  • allow providing custom date format via base Date Formatter (14097d3)
  • filter: add collectionLazy callback to Column Filter (d38e8b3)

Installation

Please remember that all packages of @slickgrid-universal (v5.14.0) and Angular-Slickgrid (v8.14.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

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

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