This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
Releases: heap/react-native-heap
Releases · heap/react-native-heap
0.20.0
What's Changed
Changed
- Upgraded the Android library to use Heap version 1.10.+.
Fixed
- Fixed type definition for
withReactNavigationAutotrack
on React Navigation 6.
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
Added
- Added support for Event Visualizer on iOS, with a pairing option in the React Native developer menu.
- Added iOS-only option to enable Heap SDK debug logging in the iOS console, enabled by default on dev builds.
- Disabled tracking of view controllers on iOS when
enableNativeTouchEventCapture
is off.
Changed
- Updated
Heap.setAppId
on iOS to turn off native touch capture on iOS. - Updated
Heap.setAppId
on iOS to enable logging on debug builds.
Full Changelog: 0.18.0...0.19.0
0.18.0
What's Changed
Fixed
- Fixed iOS build in folders with spaces.
- Fixed minSdkVersion build error on React Native 0.64+.
Full Changelog: 0.17.1...0.18.0
0.17.1
0.17.0
What's Changed
Changed
- iOS now consumes the Heap sdk via CocoaPods, linking to versions 8.0.0 and above, but not 9.0.0.
- Upgraded the Android library to use 1.9.+.
Fixed
- Linked heap-ios-sdk now supports development on M1 Macs.
- Fixed performance issue on iOS where Heap would scan the native view hierarchy despite native touch autocapture being disabled.
- Improved TypeScript definitions.
- Fixed a path issue in the podspec.
- Fixed sporadic Babel instrumentation (
Cannot read property 'end' of null
) issues.
Removed
- Support for manually linking Heap on iOS.
- Support for versions below React Native v0.63.