Breaking changes
- Now only support
React 18
since it differs quite a lot from previous versions when monkey patching. by @vzaidman- For older versions use @^7
- Renamed the internal property that checks if React is monkey patched from
React.isWDYR
toReact.__IS_WDYR__
by @vzaidman
Non-breaking changes
- Add support for
useSyncExternalStore
by @iamakulov in #283 - Updated all packages to latest versions and adjusted tests, builds and dev server
- no more
yarn audit
vulnerabilities by @vzaidman
- no more
Docs updates
- Smaller logo in README.md by @alex-page in #248
- Add an example for using named imports with trackExtraHooks by @xepozz in #245
- fix simple typos by @lpmi-13 in #282
- Fix sentence by @busybox11 in #275
New Contributors
- @alex-page made their first contribution in #248
- @xepozz made their first contribution in #245
- @iamakulov made their first contribution in #283
- @lpmi-13 made their first contribution in #282
- @busybox11 made their first contribution in #275