Releases: web-ridge/react-ridge-state
Releases · web-ridge/react-ridge-state
v4.2.9
Fix web build + security upgrades
v4.2.4
What's Changed
- Expose .subscribe() to allow subscribing to state changes outside React by @akx in #25
Full Changelog: v4.2.2...v4.2.4
v4.2.2
What's Changed
- Housekeeping by @akx in #23
- Housekeeping & improvements, part 2 by @akx in #24
New Contributors
- @akx made their first contribution in #23
Full Changelog: 4.2.1...v4.2.2
4.2.1
Include types (forgot these in 4.2.0)
4.2.0
Fixed endless re-render bug when returning a new value everytime the selector was ran (e.g. .filter() on an array). (#13)
Using esbuild for smaller exports
4.1.8
- Faster updates by using useLayoutEffect on supported platforms
- Add better support for SSR by checking the windows + always use useLayoutEffect on React Native
- Add support for prop closures inside the selector (fix for #13) Thanks for feedback @dan-lee