v5.10.0
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)