Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 20:52
6bb81e3

2.0.0 (2023-10-10)

Features

  • useStorage: Add isEnabled option to useStorage/useLocalStorage/useSessionStorage via refactor to use options objects (#140) (891f518)

BREAKING CHANGES

  • useStorage: useLocalStorage and useSessionStorage (via useStorage) require an object of named options instead of multiple function arguments

Signed-off-by: Mike Turley [email protected]

  • Fix broken storybook example

Signed-off-by: Mike Turley [email protected]