Skip to content

v8.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 19:53
· 13 commits to master since this release

8.10.0 (2024-11-02)

This release fixes all recent SASS (dart-sass) warnings for their upcoming major version 2.0 and even fixes next 3.0 warnings. Note that external libraries like Bootstrap, Bulma and others still have to fix their own warnings as well but as far as SlickGrid goes, all warnings were fixed.

Features

  • switch to SASS @use and remove any @import to fix deprecations (7669196)

Bug Fixes

  • more styling fixes after switching to @use instead of @imports (099f132)

Installation

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