Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Releases: heap/react-native-heap

0.20.0

28 Apr 20:08
fe2cbdc
Compare
Choose a tag to compare

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

12 Apr 16:25
94c6b6a
Compare
Choose a tag to compare

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

28 Feb 20:18
6058263
Compare
Choose a tag to compare

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

02 Dec 16:27
f9422e6
Compare
Choose a tag to compare

What's Changed

Fixed

  • Hotfix for misconfigured iOS event uploads.

0.17.0

11 Nov 15:57
01c90a3
Compare
Choose a tag to compare

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.