v0.4.6-beta.1
What's Changed
- Bump rollup-plugin-dts from 5.1.0 to 5.1.1 by @dependabot in #5
- Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 by @dependabot in #4
- Bump @typescript-eslint/parser from 5.48.0 to 5.48.1 by @dependabot in #3
- Added Web Storage API Support for the local storage
- Added
store
inoptions
Object to choose between HTML cookies and Web Storage API - Modified
getMemoryData()
andsetMemoryData()
to match thestore
inoptions
- Modified the initialization code in a useEffect function to only render it once
- Modified
actionCheckbox()
,actionAccept()
,actionAccept()
&actionNecessary()
to fix issue of #6
Full Changelog: v0.3.4-beta.1...v0.4.6-beta.1