Skip to content

Commit

Permalink
Merge pull request #301 from heap/develop
Browse files Browse the repository at this point in the history
Cut 0.19.0 release
  • Loading branch information
bnickel committed Apr 12, 2022
2 parents 6058263 + 99ad4d0 commit 94c6b6a
Show file tree
Hide file tree
Showing 20 changed files with 4,166 additions and 2,647 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ Pods/
node_modules
build
dist

# Project
heap-react-native-*.tgz
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ __BEGIN_UNRELEASED__
### Security
__END_UNRELEASED__

## [0.19.0] - 2022-04-12

### 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.

## [0.18.0] - 2022-02-28

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/drivers/TestDriver063/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- Heap (8.0.0)
- Heap (8.2.0)
- RCTRequired (0.63.4)
- RCTTypeSafety (0.63.4):
- FBLazyVector (= 0.63.4)
Expand Down Expand Up @@ -186,8 +186,8 @@ PODS:
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsinspector (0.63.4)
- react-native-heap (0.18.0):
- Heap (~> 8.0)
- react-native-heap (0.19.0):
- Heap (~> 8.2)
- React
- react-native-safe-area-context (3.3.2):
- React-Core
Expand Down Expand Up @@ -370,7 +370,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
Heap: edb9da257f67f0a29bdbb580a495b05276a5a816
Heap: 27281edaa77d38d17a5feb028f61cbe9ecaee42f
RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
React: b0a957a2c44da4113b0c4c9853d8387f8e64e615
Expand All @@ -381,7 +381,7 @@ SPEC CHECKSUMS:
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-heap: 579825b9705ec43fb701228fdc39510f9c6a03ff
react-native-heap: b7ba358700d885cae251d578ef08a9b5798643e9
react-native-safe-area-context: 5cf05f49df9d17261e40e518481f2e334c6cd4b5
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
Expand Down

0 comments on commit 94c6b6a

Please sign in to comment.