v5.10.0
github-actions
released this
02 Nov 19:14
·
162 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
- switch to SASS
@use
and remove any@import
to fix deprecations (ba58eab) - by @ghiscoding
Bug Fixes
- add more SASS styling fixes & fix box-shadow w/filled filters (2fc5dad) - by @ghiscoding
- couple of SASS styling fixes (d87912b) - by @ghiscoding
- decrease ColumnPicker/GridMenu min-height to 150px (5041c95) - by @ghiscoding