sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

chore(deps): update Sample React Native to v0.70.3

Open github-actions[bot] opened this issue 3 years ago • 0 comments

Bumps sample/scripts/update-rn.sh from v0.67.4 to v0.70.3.

Auto-generated by a dependency updater.

Changelog

v0.70.3

Fixed

  • Stop styles from being reset when detaching Animated.Values in old renderer (2f58e52006 by javache)
  • Revert "Fix TextInput dropping text when used as uncontrolled component with defaultValue" to fix TextInputs not being settable to undefined programmatically (e2645a5) by Garrett Forbes Monroe
Android specific
iOS specific
  • Add xcode 14 workaround (turn off signing resource bundles) for React-Core (967de03f30 by kelset)

v0.70.2

Added

iOS specific

Changed

Fixed

Android specific
  • Fix port as -1 if dev server without specifying port on Android (3d7e1380b4 by Kudo)

v0.70.1

Added

Changed

Fixed

Android specific
iOS specific

0.70.0

Breaking

Added

Android specific
iOS specific

Changed

Android specific
iOS specific

Removed

iOS specific

Fixed

Android specific
  • Fixed HorizontalScrollView API scrollToEnd causing NPE in side-effects. (e5ba6ab7b4 by ryancat)
  • Fix InputAccessoryView crash on Android (afa5df1764 by hduprat)
  • Bring back non-rootview touch handling based on reactTag (8b837268b4 by fkgozali)
  • Make Text not focusable by default (8ced165e53 by kacieb)
  • Revert PR 33924 because of issues with TextInputs with numeric keyboard types not respecting the secureTextEntry prop (edb27e3aa1 by charlesbdudley)
  • Fix edge case when we enqueue a pending event to views on stopped surface (ea7c9f2ad9 by ryancat)
  • Fix a bug where the keyboard, once set as email, won't change back to default. (ec307e0167 by larkox)
  • NPE in ReactEditText.setInputType when React Native is used with some versions of a AppCompat 1.4.x. (and possibly others) (92ebb298e2)
  • Fix NPE on ReactEditText due to null mFabricViewStateManager (ba6bf5a3ce by cortinico)
  • Scroll views would still receive scroll events when nested in a view with pointer-events: "none" (fced96bf52 by javache)
  • Fixed an edge case that event dispatching is failed after pre-allocation of a view and before the view is mounted. (a093fe5f2f by ryancat)
  • Avoid crash by handling missing views in dispatchViewManagerCommand (ee1a191cb1 by hsource)
  • Pass react build dir to cmake (6ab7a99518 by janicduplessis)
  • Fix missing space in ReactPropertyException message (24560b6718 by markv)
  • Fix import path breakage (2e1e62f2bf by aniketmathur)
  • When onEndReachedThreshold is set to 0 onEndReached function on VirtualizedList properly fires once the user scrolls to the bottom of the list. (b869680c11)
  • Fix rendering of transparent borders in RN Android (a9659ce86d by mdvacca)
  • Exception with Cannot load WebView message will initialising WebView (along with existing checks) (9e0d8696cc by rachitmishra)
  • Fix accessibilityState overwriting view's disabled state on Android (f35d18caa3 by okwasniewski)
  • Make sure *.ts files are considered for task avoidance in the Gradle Plugin (1a9fb6cb68 by cortinico)
  • Fix missing import on New Architecture build script in template (a22f30d2ce by cortinico)
iOS specific
  • Use NODE_BINARY from .xcode.env when running packager from Xcode (ff785dbcf5 by elsurudo)
  • Bug with error message formatting when bundle is missing (f501979f3d by BenLorantfy)
  • Fix the race condition when calling readAsDataURL after new Blob(blobs) (bd12e41188 by wood1986)
  • Fix the way the orientation events are published, to avoid false publish on orientation change when app changes state to inactive (7d42106d4c by lbaldy)
  • Fix sed error when installing glog (4a7e4b9ca6 by alphashuro)
  • Don't validate ENTRY_FILE in react-native-xcode.sh (780fe80fca by janicduplessis)
  • _scrollViewComponentView is set to RCTPullToRefreshViewComponentView's superview (4e4b9e2111 by dmytrorykun)
  • Use GCC_PREPROCESSOR_DEFINITIONS to set FB_SONARKIT_ENABLED (77e6bff629 by janicduplessis)
  • Fix Hermes not being properly downloaded during pod install (d5e0659fcc by cortinico)
  • Typo in the documation for the automaticallyAdjustKeyboardInsets prop (927b43d47c by jeremybarbet)
  • Deprecate iOS/tvOS SDK 11.0 support now that 12.4+ is required (f56d701e56 by leotm)
  • Fix blank spaces that don't recover as you scroll when in an RTL locale and e.nativeEvent.zoomScale is -1. (bc7b5c3011, 2f491bfa9f)
  • Fixed paddingTop not being applied when using padding and paddingVertical in multiline textinput (2fb107c9a6 by hetanthakkar1)
  • Fixed the ability to pass the port to use for Metro when running react-native run-ios --port <port>. (7dc0b5153e by lindboe)
  • Fix missing imports (c78babac39)
  • Fix React-bridging headers import not found (c4b51e8d76 by Kudo)
  • Fix Hermes executor not available when use_frameworks is enabled (88b7b640a7 by Kudo)

Security

v0.69.6

Changed

  • Bump version of promise from 8.0.3 to 8.2.0, enabling Promise.allSettled (951538c080 by retyui)

Fixed

Android specific
iOS specific
  • Fix the way the orientation events are published, to avoid false publish on orientation change when app changes state to inactive (7d42106d4c by lbaldy)
  • Fix React module build error with swift integration on new architecture mode (3afef3c167 by Kudo)

v0.69.5

Changed

Android specific
  • Replaced reactnativeutilsjni with reactnativejni in the build process to reduce size (54a4fcbfdc by SparshaSaha)

Fixed

v0.69.4

Changed

Android specific

v0.69.3

Fixed

iOS specific
  • Fix React-bridging header not found for third party modules (fa2acc32d1 by Kudo)

v0.69.2

Changed

iOS specific
  • Hermes pod: change logic to use the hermes tag to set the pod source correctly (46a9edc854 by kelset)
  • Fix the race condition when calling readAsDataURL after new Blob(blobs) (bd12e41188 by wood1986)
  • Make sure that Flipper pods are not installed when creating a release build (23accbf58d by cipolleschi)

v0.69.1

Changed

iOS specific

Fixed

  • Use monotonic clock for performance.now() (114d31feee)
iOS specific

v0.69.0

Breaking

Added

Android specific

:warning: Changelog content truncated by 73994 characters because it was over the limit (60000) and wouldn't fit into PR description.

github-actions[bot] avatar Sep 06 '22 12:09 github-actions[bot]