Skip to content

v8.0.1

Latest
Compare
Choose a tag to compare
@vzaidman vzaidman released this 26 Dec 19:05
· 4 commits to master since this release

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 to React.__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

Docs updates

New Contributors