Skip to content

Releases: heap/react-native-heap

0.22.8

11 Apr 20:59
99f22d2
Compare
Choose a tag to compare

Fixed

  • Fixed compile issues with 0.22.7.

0.22.7

10 Apr 21:05
761b57e
Compare
Choose a tag to compare

Fixed

  • Removed Babel dependencies that were causing audit warnings.

0.22.6

03 Nov 15:38
e0e77f3
Compare
Choose a tag to compare

Fixed

  • Fixed issue that prevents events from being sent when the navigator is not initialized.

  • Fixed linking and auto-initialization when using use_frameworks!.

Changed

  • Error logging has been refined to surface more timely and precise messages.

0.22.5

26 Sep 22:24
f0703e2
Compare
Choose a tag to compare

Fixed

  • Heap.withHeapNavigationWrapper returns the same object when called
    multiple times, preventing app refreshes when used within a
    re-evaluated function like App with useEffect.

  • The typescript definition for <HeapIgnore/> has been updated to support
    React 18.

  • Podspec now produces a stable checksum in Podfile.lock across machines.

0.22.4

05 Sep 18:28
9344fa5
Compare
Choose a tag to compare

Fixed

  • Fixed <Switch> change event capture on React Native 0.66 and later.

0.22.3

29 Jun 20:55
fa88fde
Compare
Choose a tag to compare

Fixed

  • Removed unnecessary expo dependency that had a critical vulnerability.

0.22.2

05 Apr 17:38
c4855ca
Compare
Choose a tag to compare

Fixed

  • Updated podspec to work with Ruby 3.2.

0.22.1

02 Dec 19:40
f2237fb
Compare
Choose a tag to compare

Changed

  • Switched repositories from jcenter to mavenCentral.

Fixed

  • Fixed Android compilation, moving log to RNLog.w.

0.22.0

23 Sep 19:58
9f144be
Compare
Choose a tag to compare

What's Changed

Added

  • Added tests for sending bad data to the native bridge

Changed

  • Changed track bridge to warn instead of throw an exception when bad data is sent.
  • Upgraded iOS sdk from 8.2 to 9.0

Full Changelog: 0.21.0...0.22.0

0.21.0

30 Jun 13:34
b8d49f4
Compare
Choose a tag to compare

What's Changed

Added

  • Added getSessionId() method for fetching the current Heap Session ID from the underlying native SDK.
  • Added Expo config plugin to support Android in managed workflows.

Full Changelog: 0.20.0...0.21.0