Skip to content

Releases: web-ridge/react-ridge-state

v4.2.9

02 Aug 14:54
Compare
Choose a tag to compare

Fix web build + security upgrades

v4.2.8

16 Feb 11:19
Compare
Choose a tag to compare

Full Changelog: v4.2.7...v4.2.8

v4.2.7

16 Feb 11:00
Compare
Choose a tag to compare

Full Changelog: v4.2.6...v4.2.7

v4.2.6

15 Feb 17:35
Compare
Choose a tag to compare

Full Changelog: v4.2.4...v4.2.6

v4.2.4

14 Feb 07:54
Compare
Choose a tag to compare

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

03 Nov 21:55
856d8af
Compare
Choose a tag to compare

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

10 Mar 19:51
Compare
Choose a tag to compare

Include types (forgot these in 4.2.0)

4.2.0

10 Mar 19:48
Compare
Choose a tag to compare

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

08 Mar 19:51
Compare
Choose a tag to compare
  • 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

4.1.7

06 Mar 18:33
Compare
Choose a tag to compare

Fix for #13