react-native-auth0
react-native-auth0 copied to clipboard
chore(deps-dev): bump react-native from 0.74.1 to 0.74.3
Bumps react-native from 0.74.1 to 0.74.3.
Release notes
Sourced from react-native's releases.
0.74.3
Added
- Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by
@Kudo)Changed
- Feat: update CLI to 13.6.9 (d1e2a35061 by
@szymonrybczak)iOS specific
Fixed
- Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by
@dmytrorykun)Android specific
- Android native rejections should be instanceof Error (f4b0fcb9 by huzhanbo1996)
- Tentative fix for NPE
JavaTimerManager$IdleCallbackRunnable.cancel(988bf162a0 by@cortinico)iOS specific
- Fixed Multiline TextInput with a fixed height scrolls to the bottom when changing AttributedText (e210c7c5 by
@fabOnReact)- Fixed border being drawn over children when no color was set (a2b52af3 by
@j-piasecki)
Hermes dSYMS:
You can file issues or pick requests against this release here.
Note: Due to some issue 0.74.3 is not available yet in upgrade helper To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
0.74.2
... (truncated)
Changelog
Sourced from react-native's changelog.
Changelog
v0.75.0-rc.2
Breaking
- Removed the template from react-native into react-native-community/template (07abfceae1 by
@blakef)- Update
Share.share()'s argument types to be more explicit. (8b53d41a88)- Make getContentOriginOffset to know info about if call-site want transform or not (ce588db63f by
@realsoelynn)- Use hasteModuleName for C++ Turbo Module enums (b7fc5867f2 by
@christophpurrer)- Use hasteModuleName for C++ Turbo Module structs (07261d0408 by
@christophpurrer)- Don't support 'float' enums in Turbo Modules (536edf3726 by
@christophpurrer)- Remove executeAsynchronously and executeSynchronously_CAN_DEADLOCK (8b1a01610c by
@philIip)- Delete JSIModule (73b4d67a78 by
@arushikesarwani94)- [Typescript] Transform TouchableHighlight from JS class to ForwardRef component (401f2fbb14 by
@retyui)- [Typescript] Transform
TouchableOpacityfrom JSclasstoForwardRefcomponent (3d00549399 by@retyui)- JsErrorHandler: Rename JsErrorHandlingFunc to OnJsError (2e3f2268dc by
@RSNara)- JsErrorHandler: Rename handleJsError to handleFatalError (c041b9f40f by
@RSNara)- RN ESLint config no longer runs Prettier during ESLint (727f30bd0b by
@gaearon)- Remove unused imports (folly/dynamic.h) from ReactPrimitives.h (4fd95b6e02 by
@christophpurrer)- Make
LongLivedObjectCollection::getaccept a Runtime reference as parameter. (86a52cc2dc by@fabriziocucci)- Make
LongLivedObjectconstructor accept aRuntimereference. (3706bf077e by@fabriziocucci)- Native modules using the codegen now throw an error when called with
nullfor optional but not nullable arguments. (67b9628af5 by@rubennorte)Android specific
- Set and require
android:supportsRtl="true"for RTL layout (82c6f8a580 by@NickGerleman)- Enable flex gap percentage value for RN. (41a14962fc by
@realsoelynn)DevSupportManagerFactory.create()changed to take an additional parameter of typePausedInDebuggerOverlayManager(nullable) (1d26907ca4 by@motiz88)- Deprecate
ReactViewBackgroundDrawablein favor ofCSSBackgroundDrawable(d7766fa927 by@NickGerleman)- Make the app responsible for returning core turbomodule jsi hostobjects (7facb32f30 by
@RSNara)- Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode). (e69f6755c8 by
@RSNara)iOS specific
- Remove
getSurfacePresenterandgetModuleRegistryfrom RCTHost (f19371f28d by@cipolleschi)- Remove unused RCTImageLoadingPerfInstrumentationEnabled (f6b9a42985 by
@realsoelynn)- Remove
RCTRedBoxaccess throughRCTBridge(b5db214d2a by@realsoelynn)- Remove EventPriority class and always use the default EventPriority::AsynchronousBatched. This is potentially a breaking change if something in OSS sets a different priority. If a build fails because of this, simply remove the use of EventPriority. (55ed1c26ab by
@sammy-SC)- Rename BUILD_FROM_SOURCE to RCT_BUILD_HERMES_FROM_SOURCE (6a1509f318 by
@cipolleschi)- Rename React-Codegen to ReactCodegen (6549216b76 by
@dmytrorykun)- Deleting deprecated didReceiveLocalNotification & didReceiveRemoteNotification callbacks on RCTPushNotificationManager (7fffe692e7)
- Deleting deprecated alertAction and repeatInterval in PushNotificationIOS (410e3b5ebd)
- (916dde4c60 by
@philIip)Added
- [GENERAL] [ADDED] - Implemented
requestIdleCallbackandcancelIdleCallback(abfadc6083 by@robik)- Core-cli-utils Android support (89f16da89e by
@blakef)- Add
ReactNativeApplication.[enable,metadataUpdated]CDP messages for reading host metadata (aced4072cf by@huntie)
... (truncated)
Commits
8e5a936Release 0.74.33d53992fix: typo when cherry picking from kotlin to java3c4d761Back out "Revert D58459930: [react-native][PR] Add ReactMarkerConstants.CONTE...bdf6583Fix output path for generated artifacts (#45165)3a1ff94[Hermes] Bump Hermes (#45220)d1e2a35feat: update CLI to 13.6.9 (#44793)7dd6549Continue running microtasks when parent task throws487c848Refactor: RuntimeScheduler: Delete ErrorUtils.h (#43953)37b33c3Small refactor in RuntimeScheduler_Modern to favor references over shared_ptr...988bf16Tentative fix for NPEJavaTimerManager$IdleCallbackRunnable.cancel(#44852)- 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)