Skip to content

v6.0.0

Latest

Choose a tag to compare

@oblador oblador released this 23 Oct 15:51

Breaking changes

This version is breaking as it removes support for many long deprecated APIs and features:

  • Flipper support removed
  • Codegen uses TypeScript instead of Flow
  • Replaced onCatalystInstanceDestroyed with invalidate
  • Replaced hasActiveCatalystInstance with hasActiveReactInstance

What's Changed

  • fix(android): soft exception when library try to access RCTDeviceEventEmitter before it is initialised by @war-in in #117
  • chore: extract performance singleton to separate file by @oblador in #119
  • fix: new architecture detection on RN 0.77+ by @ismarbesic in #116
  • fix(android): Leaking listeners by @mateuuszzzzz in #118
  • chore: drop flow in native spec by @oblador in #120
  • feat!: drop flipper support by @oblador in #121
  • feat: clearResourceTimings by @oblador in #122

New Contributors

Full Changelog: v5.1.4...v6.0.0