Releases: szhsin/reactish-state
Releases · szhsin/reactish-state
v1.0.0
- Add support for React 19 #33
- Reduce the bundle size for React 18/19 users #39
- Simplify the action API and integrate it directly into the state props #42
- Fix directory import issue with use-sync-external-store/shim #34
- Add documentation for TypeScript usage #43
v0.11.2
- Update the link to the counter CodeSandbox example #32
v0.11.0
- Added
useSelector
hook for creating component-scoped derived states #26
v0.10.4
- Catch persist middleware exceptions (parsing/access errors) #22
v0.10.3
- Update README and examples #21
- Change build
targets
to "defaults" #20
- Export more types #20
v0.10.1
- Fix error when loading
undefined
from storage #19
- Remove package.json in subpaths #19
v0.10.0
- Split out
immer
from middleware build #18
- Add exports field in package.json #18
v0.9.2
- Disable redux dev tools in production environment #17
applyMiddleware
to accept undefined value #17
v0.9.1
- Add
fromRight
option to applyMiddleware
#14