v1.7.6
Features
- useLocalStorage
- ✨ Add
useLocalStoragehook for managing state with localStorage.
- ✨ Add
- utils.math.random
- ✨ Add an override method with zero parameters for generating random float numbers between 0 and 1.
Bug Fixes
- 🐞 Fix the issue where the
storageKeyis empty inColumnSettinganduseMovable. - 🐞 Fix the issue where the reset button in
ColumnSettingis always disabled.