Skip to content

chore(deps): update React Native to v0.86.0#2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-rn.sh
Open

chore(deps): update React Native to v0.86.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/scripts/update-rn.sh

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 19, 2024

Copy link
Copy Markdown

Bumps scripts/update-rn.sh from v0.77.1 to v0.86.0.

Auto-generated by a dependency updater.

Changelog

v0.86.0

Added

  • Accessibility: AccessibilityInfo: added missing tests for Promise based methods, align null checks and error message code style (8fc503d780 by chicio)
  • Animated: Suspense tests for the Animation Backend (8101fc776d by Bartlomiej Bloniarz)
  • Animated: Use weak_ptr when calling pullAnimationMutations in a callback scheduled with the Animation Backend (42d98b5830 by Bartlomiej Bloniarz)
  • Dev Server: Call methods on global.__BUNDLE_LOADER_REPORTER__, if given, during dev-mode bundler loads from Metro (1e0c1f886b by robhogan)
  • React Native DevTools: Add new custom track for React Native Renderer operations in React Native DevTools performance traces (0b1def9ce5, 29bc8f1acb, 9130df6773, c26a4875ea by rubennorte)
  • React Native DevTools: Add support for light/dark mode emulation via Emulation.setEmulatedMedia (11a5432cb2 by huntie)
  • Runtime: Add unstable_getViewTransitionInstance to UIManagerBinding (d8820a403b by zeyap)
  • Runtime: Add UIManagerViewTransitionDelegate interface and View Transition APIs (cdad57d8f1 by zeyap)
  • Runtime: Add viewport size to LayoutContext (d38c756529 by paradowstack)
  • Runtime: ViewTransitionModule for React Native View Transitions (f81f73e5a0 by zeyap)
  • Text: Add E2E tests for Text boxShadow and textWithLinkRole (b172f46f0d by NickGerleman)
  • View: Add E2E tests for Filter blur-with-overflow, drop-shadow, and animated-blur (66975aa3d5 by NickGerleman)
  • View: Add mixBlendMode plus-lighter (aaa0684045 by bigcupcoffee)
Android specific
  • Events: Channel play/pause hardware events. (5087aa0dba by Nishil Shah)
  • Events: Pass event object to BackHandler hardwareBackPress events to access timeStamp from native event. (bf277cb6d4 by rubennorte)
  • LogBox: Allow LogBox notification toasts and inspector overlay to be dismissed via Android back button (6530092162 by Abbondanzo)
  • Pressable: android_ripple now accepts PlatformColor (60d8b282ea by adrcotfas)
  • Runtime: Add ExtraWindowEventListener interface to allow native modules to react to window creation / destruction (e.g. Modal dialogs) (58fec1fa8d by zoontek)
  • Runtime: Add test for synchronous mount props override behavior (a25e0fdddf by zeyap)
  • Text: Add E2E tests for Text visual examples (batch 1) (b53b228673 by NickGerleman)
  • Text: Add E2E tests for Text visual examples (batch 2) (d5a271dd05 by NickGerleman)
  • TextInput: Add extended Android TextInput autoComplete autofill hint support and bump androidx.autofill to 1.3.0. (ac598aff2b by radko93)
  • View: Add E2E tests for Filter static visual examples (d18d9a4046 by NickGerleman)
iOS specific
  • Build: Add privacy manifest to declare the use of mach_absolute_time() API in the React-timing module (2ae6c8940d by rubennorte)
  • Dev Server: Introduce isPackagerRunningAsync that does not block the UI thread waiting on the request to DevServer ("Packager") validating that it is running (dd056d9b4c by vzaidman)
  • Image: Add E2E tests for Image visual examples (48b6f2dcc9 by NickGerleman)
  • Networking: Add RCTSetCustomMultipartDataTaskRequestInterceptor API to allow custom modification of multipart data task requests before they are sent (59b8886bb8 by cipolleschi)

Changed

  • Build: Update Metro to ^0.84.2 (57d4b6b350 by robhogan)
  • Dev Server: LoadBundleFromServer test: remove legacy Jest timers, increased coverage and improved assertions (a19d98e542 by chicio)
  • Hermes: Bump hermes-compiler dependency (031168013e by robhogan)
  • Hermes: Bump hermes version (89a2a20739 by robhogan)
  • LogBox: Migrated LogBoxData tests to Jest modern timers (dea2136a49 by chicio)
  • React: Make React Native consume 250829098.0.11 (26953d8343 by alanleedev)
  • React Native DevTools: Derive WebSocket scheme and port from dev server URL for React DevTools connections, supporting HTTPS dev servers (ca4173701d by cipolleschi)
  • Runtime: Measure node instance during applyViewTransitionName (d17ecca3c9 by zeyap)
  • Runtime: Move ViewTransition APIs not for react reconciler to its own TurboModule (0e65df9152 by zeyap)
  • Runtime: Setting reportErrorsAsExceptions to anything other than false no longer does anything. (Previously, setting it to a falsey value would be similar to setting it to false.) (f0748a6387 by yungsters)
  • Runtime: Use getNullableViewState in SurfaceMountingManager::updateProps and log a soft exception instead (bbf7004935 by Bartlomiej Bloniarz)
  • TurboModules: Move DefaultTurboModules::get to end of TurboModuleManager (6b32971f46 by zeyap)
Android specific
  • Animated: AnimationBackendChoreographer doesn't guard the ReactChoreographer post/remove with synchronized(paused) (22d327595d by Bartlomiej Bloniarz)
  • Build: Changed foojay-resolver-convention version to 1.0.0 (664acaf441 by TheNerdGuyLulu)
  • NavigationBar: Respect theme enforceNavigationBarContrast attribute (dfddcc9796 by zoontek)
iOS specific

Deprecated

  • JavaScript API: Deprecated second argument for hook function passed to AppRegistry.setComponentProviderInstrumentationHook as it's not usable by apps. Passed stub that warns when used. (64116117c0 by rubennorte)

Fixed

  • Accessibility: Fix AccessibilityInfo.isDarkerSystemColorsEnabled unresolved (never ending) promise (8fbf2fab47 by chicio)
  • Accessibility: Fix AccessibilityInfo.isHighTextContrastEnabled unresolved (never ending) promise (5c9a5717c1 by chicio)
  • Accessibility: Fix AccessibilityInfo.prefersCrossFadeTransitions unresolved (never ending) promise (57c073f0d7 by chicio)
  • Animated: Fix 1-frame latency in C++ NativeAnimatedNodesManager for event-driven animations by processing the animation graph synchronously on every scroll event, matching the Java implementation behavior (0517fb552d by Mark Verlingieri)
  • Animated: Fix typo "interpolation" to "interpolate" and add missing space in AnimatedInterpolation error messages (a8b39a237c by Nedunchezhiyan-M)
  • Babel: Prevent errors by handling contexts where the Babel API object is not provided (63796a9160 by On Saint Tiong)
  • Build: Fix incorrect package name and output filename in scripts/js-api/README.md (d823f5b1cc by Nedunchezhiyan-M)
  • Codegen: Respect enum values for TurboModule c++ codegen (56129fedcb by akawrykow)
  • Documentation: Correct the v0.85.0 changelog entry for the removal of StyleSheet.absoluteFillObject. (fdbe0d0b63 by jingjing2222)
  • Modal: Forward style prop to Modal's inner container View with correct precedence so consumer styles are applied without overriding transparent or backdropColor (f8fa76f94c by AnuMessi10)
  • React Native DevTools: Add exponential backoff and exception handling to InspectorPackagerConnection reconnect loop to prevent heap fragmentation crashes (32d3eafdc4 by shubhamksavita)
  • React Native DevTools: Bump Hermes V1 to 250829098.0.14 to fix missing JavaScript samples in the Performance panel timeline on Apple platforms (cd5b3b5fa5 by fabriziocucci)
  • Runtime: Add missing VIEW_EVENT_CASE entries in BaseViewProps::setProp for Click, PointerDown, PointerUp, GotPointerCapture, LostPointerCapture and their Capture variants (offsets 30-37) (8d5482dd94 by Harini Malothu)
  • Runtime: Fix crash in Performance API when sorting entries (81c99682a4 by Abbondanzo)
  • Runtime: Fix event timestamp injection overriding native timestamps with lowercase property name (68debb27ff by fkgozali)
  • Runtime: Fix event timestamp propagation from host platforms to JS (aa51746b87 by rubennorte)
  • Runtime: Link VirtualView component (de78906391 by j-piasecki)
  • Runtime: PerformanceObserver: observe({type: 'event'}) now correctly defaults durationThreshold to 104ms per the W3C Event Timing spec instead of reporting all events. (65c561e195 by rubennorte)
  • Runtime: Prevent Scheduler use-after-free crash when surfaces tear down with pending rendering updates (aadbe96579 by fkgozali)
  • Runtime: Prevent updates to mounted flag on the React revision (7ee893d3be by j-piasecki)
  • Runtime: Support multiple old pseudo elements for same name but different source node (370606dc5b by zeyap)
  • Runtime: Use relevant revision as base for mounted flag updates (4b954e14c8 by j-piasecki)
  • Runtime: Views with a non-invertible transform (e.g. scaleX: 0 or scaleY: 0) no longer receive touches on Android or iOS. (1e8e182410 by qflen)
  • TurboModules: Bring back C++ Turbo Module example in RN Tester (1c2cddad1a by christophpurrer)
  • VirtualizedList: Improve render area change with initialScrollIndex non zero test in VirtualizedList to avoid magic numbers timers (9b966d1d8f by chicio)
  • Yoga: Fixed Yoga node ownership when display: contents is used in absolutely positioned subtrees (f2f92098dd by j-piasecki)
Android specific
  • Accessibility: Guard ReactViewGroup.addChildrenForAccessibility against transient non-descendant accessibility traversal crashes. (e681736e18 by erickreutz)
  • Build: Fix build regression by using rootProject.file (8a8f1b801c by etodanik)
  • Hermes: Fix HermesSamplingProfiler.disable() JNI registration calling enable() instead of disable() (7f2a58e46c by elirangoshen)
  • Hermes: Use Hermes V1 stable release instead of legacy nightly to fix startup crash caused by JSI ABI mismatch (45ceacc08f by cipolleschi)
  • Image: Fix image content disappearing on API 24 (Nougat) when antialiased border radius clipping is applied (fdd6ca5bb1 by Abbondanzo)
  • Image: Image.getSize and Image.getSizeWithHeaders now return the true source dimensions instead of Fresco's downsampled values (8823a8009b by zoontek)
  • Image: Make sure view width and height are non 0 before calling createBitmap() (c20a58ab6b by zeyap)
  • Legacy Architecture: Fix onHostPause crash in ReactInstanceManager without feature flag (3aa8a043de by shubhamksavita)
  • LogBox: Fixed activity context memory leak in LogBoxDialogSurfaceDelegate when using bridgeless mode (f10cded1f8 by Ilya Kovalyov)
  • Networking: Blob content provider did not work in new arch (05ea94c441 by javache)
  • Networking: Catch OutOfMemoryError in NetworkingModule response processing to prevent app crashes (0c153e2971 by shubhamksavita)
  • Networking: WebSocketModule no longer strips a Cookie header passed via the WebSocket constructor's headers option (24b51db75b by psjostrom)
  • Runtime: Fix Dimensions window values on Android < 15 when edge-to-edge is enabled (44a4b1ba5d by zoontek)
  • Runtime: Fix KeyboardAvoidingView on Android 15+ / with edgeToEdgeEnabled (4a6c933cce by zoontek)
  • Runtime: Fix measureInWindow returning incorrect coordinates when edge-to-edge is enabled (9d183675e9 by zoontek)
  • Runtime: Fix crash from stale preallocated view registry after concurrent render cancellation (97cf2202ee by javache)
  • Runtime: Gate diagnostic printMountItem calls in MountItemDispatcher error handlers behind enableFabricLogs() to prevent OOM crash (7a546f98a7 by JakobFelixJulius)
  • Runtime: Handle edge-to-edge when it's not enabled by the edgeToEdgeEnabled gradle property but enforced by the OS (Android 15+) (c2280e3201 by zoontek)
  • Runtime: Register HeadlessJsTaskSupportModule in CoreReactPackage (2d78a39b3e by 贾太滨)
  • Runtime: Schedule React revision merge to happen on DISPATCH_UI choreographer queue, before dispatching events (b63efbfc6b by j-piasecki)
  • ScrollView: Dispatch FPS performance events for mouse wheel and trackpad scroll interactions in ScrollView (e0a453c603 by Abbondanzo)
  • ScrollView: Fix FPS performance listener being cleared on ScrollView recycle (59ac1db76e by Abbondanzo)
  • StatusBar: StatusBar configuration now applies to Modal windows, fixing visual inconsistencies (6614fe7f2b by zoontek)
  • Text: Fix 1px text wrapping in absolutely positioned elements caused by fractional Yoga widths (90c2c595da by clocksarestupid)
  • Text: Fix BoringLayout crash when isBoring() returns negative width (d527f2d663 by NickGerleman)
  • Text: Fix crash when measuring text in a stopped surface (f71ec1a24e by NickGerleman)
  • TextInput: Fix setAutoCapitalize stripping numeric TextInput flags (TYPE_NUMBER_FLAG_SIGNED/DECIMAL), affecting minus sign input on Samsung keyboards (863f76bd49 by lukeharvey)
  • TextInput: KeyboardAvoidingView and TextInput auto-scroll not responding to IME height changes (e.g., when toggling emoji panel or predictive bar) (ee1d067692 by alanleedev)
  • View: Fixed a crash when clearing zIndex with props 2.0 enabled (93b37350af by hannojg)
  • View: Fixed crash when enabling props 2.0 and setting borderStyle to undefined (9e058db4c8 by hannojg)
  • View: Unsupported background size value leading to crash (fe046dc782 by intergalacticspacehighway)
iOS specific
  • Build: Addressed -Wunreachable-code-return violations (9172bfe647 by ingridwang)
  • Build: Addressing -Wunreachable-code-return issues. (722623aaeb by ingridwang)
  • Build: Fixed escaping local file URIs for unicode paths in ruby scripts (9563cb5b5a by chrfalch)
  • Build: Fixing unreachable-code-break (795d902270 by ingridwang)
  • Build: Made ReactInternal compatible with Swift (fc5cc2821f by rmaz)
  • Build: Persist PODFILE_DIR as $(SRCROOT)-relative so project.pbxproj is portable across machines (44bb83bd84 by zoontek)
  • Build: Removing unused ivars (3d2d14df16 by ingridwang)
  • CocoaPods: Fix Pod install checksum drifting (814ebb12b6 by chrfalch)
  • CocoaPods: Fix REACT_NATIVE_PATH resolution when Pods/ is a symlink (ea383822b7 by huntie)
  • CocoaPods: Fix React-CoreModules failing to compile with use_frameworks! due to missing React-featureflags header path (fb0d28c6fd by radko93)
  • CocoaPods: Load RCTDefines.h first in the prebuilt React umbrella and drop the module * submodule wildcard so RCT_* macros propagate to consumer pods under use_frameworks!. (90c303fafb by wneel)
  • CocoaPods: Preserve Expo-generated React-use-frameworks.modulemap across replace-rncore-version.js runs (ada39220a0 by Insik-Han)
  • Dev Server: Fix iOS dev-support IPv6 handling for packager and inspector connections. (4a59f90c22 by hannojg)
  • Hermes: Fix compilation error in createJSRuntimeFactory and skip Hermes pods when USE_THIRD_PARTY_JSC is enabled (2d8143794d by tux2nicolae)
  • Networking: Fix crash in RCTWebSocketModule when delegate callbacks fire after module invalidation (587ef059a2 by lukeharvey)
  • React Native DevTools: Fix inspector server host resolution for HTTPS bundle URLs by omitting default port (3582a8b2b5 by cipolleschi)
  • TextInput: Fix NSRangeException crash in RCTBackedTextInputDelegateAdapter when text range is out of bounds (19350b1c8c by lukeharvey)
  • View: Fixes crash when changing the value of removeClippedSubviews (91e3f773b7 by javache)

Security

v0.85.3

Changed

  • React Native DevTools: Update debugger-frontend from 8edd9be...194d3f8 (9966cbdf4d by motiz88)

Fixed

iOS specific
  • Build: Fix silent tar extraction failure on EdenFS in replace-rncore-version.js by extracting to a temp directory first (9bc7d38be0 by motiz88)
  • Build: Skip prebuilds for DynamicFrameworks CI jobs (753c19bea4 by motiz88)

v0.85.2

Added

  • Animated: Add pushAnimationMutations to AnimationBackend for targeted event-driven animation updates (e4f0509973 by Bartlomiej Bloniarz)

Fixed

  • Animated: Fix potential data corruption in animation backend when ShadowTree commits are retried by copying RawProps instead of moving them (77d3df8cab by Bartlomiej Bloniarz)
iOS specific
  • Dev Server: Fix "Loading from Metro..." banner getting stuck after reloads in quick succession (e122c24c27 by alanjhughes)

v0.85.1

Fixed

Android specific

v0.85.0

Breaking

  • Animated: Fix unsafe rawPointer access in cloneMultiple. (1d47693230 by coado)
  • Build: Drop support for EOL Node.js lines and old minors. (c9c601d61a by robhogan)
  • Jest: Move Jest preset to new react-native/jest-preset package (c4ae05534a by kitten)
  • StyleSheet: Remove deprecated StyleSheet.absoluteFillObject API (5681db09b8 by huntie)
  • TypeScript: Removing deprecated type aliases. Use the type directly. (1813df743d by sammy-SC)
  • TypeScript: Removing deprecated type aliases. Use the type directly. (796a9a8922 by sammy-SC)
Android specific
  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Add c++ AnimatedModule to DefaultTurboModules (15e52e3f71 by zeyap)
  • Animated: Added support for transform operations. (58b7b052c0 by coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)
  • Animated: Animation Backend examples in RNTester (149a4b8dcd by Bartlomiej Bloniarz)
  • Animated: AnimationBackend docs (f3678f51d9 by Bartlomiej Bloniarz)
  • Animated: AnimationBackend now cleans-up the AnimatedPropsRegistry after the js sync when updateRuntimeShadowNodeReferencesOnCommitThread is enabled (b38428c9bc by Bartlomiej Bloniarz)
  • Animated: Moved shadowNodeFamily_ from a map in NativeAnimatedNodesManager to PropsAnimatedNode (af96497b54 by Bartlomiej Bloniarz)
  • Animated: Updated AnimationBackend usages to use AnimationTimestamp (2a4a54ae6c by Bartlomiej Bloniarz)
  • Animated: Upstream useAnimatedColor and useAnimatedValueXY (b92d37879e by zeyap)
  • Dev Server: Make metro accept tls server config (8915d81a5b by vzaidman)
  • Feature Flags: Create featureflag viewTransitionEnabled (d7a1d080c2 by zeyap)
  • JavaScript API: Added EventEmitter to react-native exports. (f7cd8c4c1c by yungsters)
  • Pressable: Added tests for Pressability onHoverOut property (de5994817d by chicio)
  • React Native DevTools: Added missing tests for Standalone fusebox shell (e5d720d98d by chicio)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 1 of 2) (534c06f3c8 by motiz88)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 2 of 2) (f04659972c by motiz88)
  • Runtime: Added a synchronization mechanism for the layout information between the React branch and the main branch of the ShadowTree (c8d498d62d by j-piasecki)
  • TextInput: TextInput onChange event now includes selection data (cursor location) on iOS and Android (162627af7c by alanleedev)
  • TextInput: TextInput onChange event types now include optional selection data (c1f5445f4a by alanleedev)
  • TypeScript: Add missing onPressMove prop to <Pressable /> (d07318226d by retyui)
Android specific
  • Animated: Decouple ReactScrollViewHelper from kt NativeAnimated (0cde8ed0bb by zeyap)
  • Build: Allow specifying dev server ip via gradle property (6f54846a08 by amartinz)
  • Build: Re-added prefabPublishing=true to make Android build from source work again (e8eb37414e by chrfalch)
  • Dev Server: Make DevSupportHttpClient public for custom dev-support HTTP header registration (58d94863f8 by cortinico)
  • Dev Server: Public DevSupportRequestHeaders API for registering custom dev-support HTTP headers (e0d34b254a by cortinico)
  • React Native DevTools: Restore request payload previews on Android (cc44e96e0b by huntie)
  • Runtime: Add StateWrapper to C++ fbjni types (99b328bffa by mrousavy)
  • ScrollView: Add scrollsChildToFocus prop to ScrollView to control automatic scrolling when a child receives focus (d9ee4bb0aa by johankasperi)
  • Text: ReactFontManager.customFontFamilies property to query registered custom font family names (c3acbc424d by vonovak)
  • Text: Add Unstable DrawCommandSpan Usable with PreparedLayoutTextView (ad8ac5e176 by NickGerleman)
iOS specific
  • Build: Added support for clang virtual file system in React.XCFramework (f0422abd23 by chrfalch)

Changed

  • Animated: AnimationChoreographer interface with an implementation for fantom tests (f8564b47fd by Bartlomiej Bloniarz)
  • Animated: Enable -DRN_USE_ANIMATION_BACKEND by default (4cfb2ee468 by zeyap)
  • Build: Metro bump to ^0.84.0 (58ed78fec1 by robhogan)
  • Dev Server: createDevMiddleware now accepts string | URL for serverBaseUrl (10709f427d by emily8rown)
  • Dev Server: Remove "JavaScript logs have moved!" notice from dev server CLI (4bd62a1d41 by huntie)
  • Hermes: Bump hermes version (4379f21bd7 by alanleedev)
  • Hermes: Do not use hermesNightly on the release branch (c35a22db2b by cortinico)
  • Hermes: Introduce 'Determine Hermes build flag' step (111bd59db5 by fabriziocucci)
  • JavaScript API: Changed Flow type for URL constructor to accept URL as first argument, matching the second argument type (678f7a9cfb by emily8rown)
  • Pressable: Pressable no longer unmounts event listeners in a hidden Activity. (c295ec2261 by yungsters)
  • Pressable: Migrated Pressability tests to Jest modern timers (7dd2d255de by chicio)
  • React Native DevTools: Changed debugger proxy to only permit connections from localhost. (f34b8702db by yungsters)
  • React Native DevTools: Enable native macOS window merging (34b3c108bc by huntie)
  • React Native DevTools: Extracting shared logic for fuseboxSessionObserver into reusable components (b0013ea22a by emily8rown)
  • React Native DevTools: Page targets returned from /json/list will no longer set prefersFuseboxFrontend (421de23470 by huntie)
  • React Native DevTools: Suppress LogBox warnings and errors during CDP performance tracing (a308014d87 by emily8rown)
  • React: Make React Native consume 250829098.0.6 (4fb33022bc by cipolleschi)
  • Runtime: cancelAnimationFrame, clearImmediate, clearTimeout and clearInterval do nothing If there is no callback associated the given handle (9d3cc383ba by retyui)
  • Runtime: Changed how React changes are commited to the Shadow Tree (behind a feature flag) (45b4817414 by j-piasecki)
  • Runtime: Importing hairlineWidth no longer eagerly initializes the PixelRatio TurboModule. (e11a2f07e8 by yungsters)
  • Runtime: Logs created by console.error that begin with "Warning: " will no longer be treated as warnings. These call sites should migrate to using console.warn instead. (5ab418460b by yungsters)
  • Runtime: Refactor how shadow tree revisions are promoted as latest for JS consistency (4a7bc4c0e7 by j-piasecki)
  • Runtime: The JS revision merge now is scheduled on the main thread (47e5e6c394 by j-piasecki)
  • Text: Text Can Conditionally Use "RCTSelectableText" Native Component (a175bff10a by NickGerleman)
  • Text: Text outside the bounds of a borderRadius is now hidden by default (2111bec8d5 by NickGerleman)
  • TypeScript: Transform $Values to Values (94383613d8 by marcoww6)
  • TypeScript: Transform mixed to unknown in xplat/js (625d702fec by marcoww6)
  • TypeScript: Transform $ReadOnly to Readonly 38/n (41efc3b588 by marcoww6)
  • TypeScript: Transform $ReadOnlyArray to ReadonlyArray 17/n (7051a07c63 by marcoww6)
  • TypeScript: Transform $ReadOnlyArray to ReadonlyArray 18/n (92c32780f1 by marcoww6)
  • TypeScript: Transform all remaining utility types (cd3a9c55c1 by marcoww6)
  • TypeScript: Transform mixed to unknown (60f9bfd546 by marcoww6)
  • Yoga: Migrate YogaNode to Kotlin (cd27b7e1a8 by mateoguzmana)
Android specific
  • Animated: Log error when unsupported type is passed to interpolation outputRange (30fd0c4ac8 by zeyap)
  • Build: Add Sonatype Central repository for users of nightly builds only (47c3ebe23f by sergeich)

⚠️ Changelog content truncated by 262383 characters because it was over the limit (60000) and wouldn't fit into PR description.

@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from e86187a to d568764 Compare September 27, 2024 03:12
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from cfd38ed to 92fbdf2 Compare October 2, 2024 03:12
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.75.3 chore(deps): update React Native to v0.75.4 Oct 3, 2024
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from c5a3083 to b237fd0 Compare October 10, 2024 03:12
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from 3d5551e to ab02692 Compare October 17, 2024 03:12
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 9204b52 to dbba822 Compare October 24, 2024 03:13
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.75.4 chore(deps): update React Native to v0.76.0 Oct 24, 2024
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from 26cc97c to 1bee03b Compare October 30, 2024 03:14
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch from 13c878f to 0d861c5 Compare November 15, 2024 03:18
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.76.1 chore(deps): update React Native to v0.76.2 Nov 15, 2024
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 9ec1ae7 to 8c17ea8 Compare November 19, 2024 03:18
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.76.2 chore(deps): update React Native to v0.76.3 Nov 22, 2024
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 13ef9aa to 56b33bc Compare November 28, 2024 03:21
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 88b58df to 331a51a Compare December 5, 2024 03:23
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 43ded10 to c371d6f Compare December 7, 2024 03:21
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.76.3 chore(deps): update React Native to v0.76.4 Dec 7, 2024
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.76.4 chore(deps): update React Native to v0.76.5 Dec 10, 2024
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 6 times, most recently from 85ee996 to 39a6712 Compare December 17, 2024 03:22
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from a0582e6 to dc12237 Compare December 24, 2024 03:13
@github-actions github-actions Bot force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from d18122d to 6f3862c Compare January 9, 2025 03:24
@github-actions github-actions Bot changed the title chore(deps): update React Native to v0.76.5 chore(deps): update React Native to v0.76.6 Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant