Skip to content

v1.7.6

Choose a tag to compare

@shijistar shijistar released this 28 Feb 07:29
· 11 commits to master since this release

Features

  • useLocalStorage
    • ✨ Add useLocalStorage hook for managing state with localStorage.
  • 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 storageKey is empty in ColumnSetting and useMovable.
  • 🐞 Fix the issue where the reset button in ColumnSetting is always disabled.