Releases: oblador/react-native-performance
Releases Β· oblador/react-native-performance
v6.0.0
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
onCatalystInstanceDestroyedwithinvalidate - Replaced
hasActiveCatalystInstancewithhasActiveReactInstance
What's Changed
- fix(android): soft exception when library try to access
RCTDeviceEventEmitterbefore 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
- @war-in made their first contribution in #117
- @ismarbesic made their first contribution in #116
- @mateuuszzzzz made their first contribution in #118
Full Changelog: v5.1.4...v6.0.0
v5.1.4
v5.1.3
What's Changed
- fix: error in bridgeless mode #111 by @Nodonisko in #113
- fix(ios): build failure when using custom native marks by @hardworker in #102
New Contributors
- @Nodonisko made their first contribution in #113
- @hardworker made their first contribution in #102
Full Changelog: v5.1.2...v5.1.3
5.1.2
5.1.1
5.1.0
What's Changed
- feat(android): add support for AGP 8 by @AndreiCalazans in #98
New Contributors
- @AndreiCalazans made their first contribution in #98
Full Changelog: v5.0.0...v5.1.0
5.0.0
Breaking Change
- New way of measuring native startup time on iOS to avoid some cases of distorted excessive measurements on iOS 15+.
What's Changed
- Update configuration for the new architecture by @j-piasecki in #94
- Don't overwrite onreadystatechange in resource logger by @oblador in #96
- Ignore iOS prewarming by @oblador in #97
New Contributors
- @j-piasecki made their first contribution in #94
Full Changelog: v4.0.0...v5.0.0