react-native-auth0
react-native-auth0 copied to clipboard
chore(deps-dev): bump react-native from 0.74.4 to 0.76.0
Bumps react-native from 0.74.4 to 0.76.0.
Release notes
Sourced from react-native's releases.
0.76.0
0.76 stable is out!
This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.
This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!
You can see all the highlights of the release in our release blog post.
Hermes dSYMS:
You can file pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file
0.76.0-RC.6
This is a second attempt at a 🥇 Golden RC 🥇. Next week we are going to release 0.76.0, stable version.
Fixed
Android Specific
- Undo breaking change on ViewManagerDelegate.kt String params (ce1620616c by
@cortinico)- Undo breaking change on UIManager eventDispatcher accessor (55671c00e5 by
@cortinico)- Revert "Fix Android AlertFragment Title Accessibility" as it was breaking the layout of Alerts (c967deaa2d by
@cipolleschi)
Hermes dSYMS:
You can file issues or pick requests against this release here.
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.76.0
Breaking
- Animation Stop sending state updates to React in looping animation (8af5e893c8 by
@dmytrorykun)- devtools: Remove Inspector Panel perf + network tabs under New Arch (see react-native-community/discussions-and-proposals#777) (f220bde4d7 by
@huntie)- flow: Eliminate a few React.Element type that will be synced to react-native (39c338ff8d by
@SamChou19815)- infra Projects that intend to use the community CLI will now have to declare that dependency instead of transitively having the react-native package include it. (bd3a3e3de0 by
@blakef)- infra Remove react-native-community dependencies from react-native (9269429bb9 by
@blakef)- infra: TurboModules will be looked up as TurboModules first, and fallback to legacy modules after. (5a62606ab3 by
@javache)- text engine Always use AttributedStringBox instead of AttributedString in TextLayoutManager (ee597bfe2bf) by
@NickGerleman)Android specific
- bridging: Deleted LongArray (471445eb17 by Thomas Nardone)
- Flipper: Update ReactNativeFlipper deprecation to ERROR (531657b394 by
@cortinico)- infra Remove several libs from default App CMake setup (52de8c70f2 by
@cortinico)- infra: Merge all the remaining .so libraries into libreactnative.so (db80d78d7a by
@cortinico)- infra: Remove several unnecessary android prefab targets. Use ReactAndroid::reactnative instead (6e5227bd83 by
@cortinico)- infra: Do not depend on OSS SoLoader anymore and do not expose Fresco
apidependency. (6dc01dad09 by@cortinico)- infra: Updating
minSdkVersionto API 24 (Android 7) (270951a212 by@alanleedev)- initialization:
ReactNativeHostinvalidates the instance manager onclear(), rather than merely destroying the instance. (986cf18dd2 by@motiz88)- layout engine: Do not implicitly convert parsed LengthPercentage to pixels (9e48976bc2 by
@NickGerleman)- rendering: Set "enableBackgroundStyleApplicator" by default (5f14963da0 by
@NickGerleman)iOS specific
- initialization: Add ability to control bundle loading on the new architecture similar to
loadSourceForBridge. Removed some properties from theRCTRootViewFactory. (7487a2c277 by@alanjhughes)- turbomodule [iOS] Remove Macro for autolinking pure Cxx module(184646e491 by
@philIip)Added
- style Add official
filterCSSProperty. (6b369a40d9 by@jorge-cab)- style Add official
boxShadowCSSProperty. (2241c3146f by@jorge-cab)- codegen: Add EventEmitter Code-gen support for Java and ObjC Turbo Modules (ad3df84668 by
@christophpurrer)- devtools: support for rendering Error object previews in Chrome DevTools console (cae9ae5b48 by
@EdmondChuiHW)- devtools: support for rendering Error objects in Chrome DevTools console (1740a56a46 by
@EdmondChuiHW)- devtools Add upper case keys to the debug key handler (6390cf67d0 by
@wh201906)- devtools: Debugger: Support text responses to CDP
IO.readrequests (c085180264 by@robhogan)- devtools: Debugging: implement common C++ layer of CDP
Network.loadNetworkResource(193cdc36f7 by@robhogan)- devtools:: Inspector: Support
/open-debuggerspecifyingtargetparam (88ba9a6042 by@robhogan)- infra: Use PackagerAsset resolver instead of Platform.OS when its provided. (baa366654e by
@andrewdacenko)- infra: Add optional
PackagerAsset.resolverprop so AssetSourceResolver can use it instead ofPlatform.OSto identify where asset is stored on device. (3f3a85b3c5 by@andrewdacenko)- initialization Add experimental api to JSRuntimeFactory to initialize runtime on js thread (c9fbc05bbc by Benoit Girard)
- metro: Expose
MetroConfigtype directly fromreact-native/metro-config. (cc6d1eb844 by@tjzel)- rsc Added support for importing
react-nativein areact-serverenvironment for React Server Components support. (8989c9b71d by@EvanBacon)- style: Add support for
texAlignment: 'start'(a2cb34371e by@javache)- style: Unhide new arch layout props (2d6c59e1d4 by
@NickGerleman)
... (truncated)
Commits
2e10ba9Release 0.76.09f9e1a4Release 0.76.0-rc.6c967deaRevert "Fix Android AlertFragment Title Accessibility (#45395)"55671c0[0.76] Undo breaking change on UIManager eventDispatcher accessor (#47090)ce16206Undo breaking change on ViewManagerDelegate.kt String params (#47086)5e2f3e0Release 0.76.0-rc.5788dd2e[LOCAL] Fix cherry-pick error3f8d1fa[0.76] Update Metro to "^0.81.0" (#47013)0661283Make PackagerConnectionSettings class open again (#47005)d91a12bfix: override podspecs dependencies c++ version (#46888)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)