Skip to content

v5.10.0

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

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

  • replace @import with @use to fix SASS 2.0 deprecations (7aa4490)
  • switch to SASS @use and remove any @import to fix deprecations (#422) (0ab3721)

Bug Fixes

  • issue with Example30 scss file, invalid rgb value, fixes #427 (#428) (28cad57)
  • more styling fixes after switching to @use instead of @import (#429) (ad503d0)