Update dependency @react-native/babel-preset to v0.79.0 #139
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.77.0
->0.79.0
Release Notes
facebook/react-native (@react-native/babel-preset)
v0.79.0
: 0.79.0Compare Source
Added
px
unit support. (cc89ddd50b by @intergalacticspacehighway)--client-logs
flag (0d66c524cf by @huntie)Android specific
DefaultNewArchitectureEntryPoint
class add property to specify the desired release level for an application (19c18eb995 by @jorge-cab)iOS specific
numberOfLines
prop onTextInput
(dcaa33e6d9 by @j-piasecki)Breaking
require
syntax will now require to append an explicit.default
. Here the list of affected modules:Libraries/Alert
andLibraries/ActionSheetIOS
(c89c5d7e3d by @iwoplaza)Libraries/BatchedBridge
andLibraries/AppState
(135277ace1 by @iwoplaza)Libraries/Blob
(9a70bc0418 by @iwoplaza)Libraries/BugReporting
,Libraries/vendor
,Libraries/Vibration
andLibraries/YellowBox
(09700327f7 by @iwoplaza)Libraries/Components
(9eeef22a67 by @iwoplaza)Libraries/Components
(aac312da8e by @iwoplaza)Libraries/Components
(ce412746b1 by @iwoplaza)Libraries/Components
(da695f3a20 by @iwoplaza)Libraries/DevMenu
(ce84922236 by @j-piasecki)Libraries/EventEmitter
andLibraries/Image/*.js
(8783196ee5 by @iwoplaza)Libraries/Interaction
(bdc23fa2b4 by @iwoplaza)Libraries/LayoutAnimation
andLibraries/Linking
(4d6785bdb5 by @iwoplaza)Libraries/Lists
(e767dc3458 by @iwoplaza)Libraries/Modal
andLibraries/Network
(28945c68da by @iwoplaza)Libraries/PermissionsAndroid
andLibraries/PushNotificationIOS
(e74246bd66 by @iwoplaza)Libraries/ReactNative
(c93bd436a5 by @iwoplaza)Libraries/StyleSheet
(4f20362b07 by @j-piasecki)Libraries/Text
,Libraries/Share
andLibraries/Settings
(156ee5bee7 by @iwoplaza)Libraries/Text
,Libraries/Share
andLibraries/Settings
(1be7e1a95f by @iwoplaza)Libraries/Utilities/BackHandler
,Utilities/DevLoadingView.js
andUtilities/HMRClient*.js
(827a847791 by @iwoplaza)Libraries/Utilities/differ/...
(2b30aa5cc8 by @iwoplaza)Libraries/Utilities/Platform
(d98116aa44 by @iwoplaza)Libraries/Utilities
(52ffda7e55 by @iwoplaza)Libraries/WebSocket
(7df73eebdc by @iwoplaza)react-native/virtualized-lists
(1cf4c84ba0 by @j-piasecki)StyleSheet/
(e4d969a4ab by @iwoplaza)Utilities/binaryToBase64
,Utilities/DevSettings
,Utilities/PolyfillFunctions
andUtilities/RCTLog
(152587cda0 by @iwoplaza)Utilities/deepFreezeAndThrowOnMutationInDev
,Utilities/defineLazyObjectProperty
,Utilities/DeviceInfo
andUtilities/FeatureDetection
(028c0b36f6 by @iwoplaza)Utilities/dismissKeyboard.js
,Utilities/GlobalPerformanceLogger.js
andUtilities/SceneTracker.js
(fc6ca26d3f by @iwoplaza)Utilities/infoLog
,Utilities/logError
,Utilities/mapWithSeparator
andUtilities/warnOnce
(7aef81b984 by @iwoplaza)(48d900b703 by @iwoplaza)
Libraries/Core/ExceptionsManager
now exports a defaultExceptionsManager
object, andSyntheticError
as a secondary export. (e5818d92a8 by @iwoplaza)Libraries/Inspector/
modules tosrc/private/
(0bde08fe67 by @huntie)XHRInterceptor
API tosrc/private/
(389779c348 by @huntie)Libraries/Animated/AnimatedWeb.js
file. (ecae8a2908 by @iwoplaza)unstable_enableLogBox
function. LogBox is enabled by default. (7368265107 by @huntie)YellowBox
andconsole.ignoredYellowBox
APIs. UseLogBox
. (45a2d9c5a8 by @huntie)Android specific
ResponseUtil
internal (360cbf7433 by @mateoguzmana)RuntimeConfig
class for Hermes which was unused. (08ddc11269 by @cortinico)FabricUIManager.setBinding()
method, unused outside of react native (2a9a13d567 by @mdvacca)TLSSocketFactory
class (e065411c91 by @mateoguzmana)RuntimeExecutor
andRuntimeScheduler
constructors are now private,MapBufferSoLoader
was removed as no longer required. (6c8ace9b05 by @javache)DevSupportManagerFactory.launchJSDevtools
API (514ec4192f by @huntie)AnimatedNodeWithUpdateableConfig
internal as it was not used in OSS (54e0b69e7e by @cortinico)Changed
Animated
to reduce memory usage. (fb8a6a5bb0 by @yungsters)AnimatedNode
graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. (e0c0476553 by @yungsters)AnimatedNode
instances will now detach in a microtask instead of synchronously in the commit phase of React. This will cause the completion callback of finished animations to execute after the commit phase instead of during it. (50b75a74d1 by @yungsters)Debugger.scriptParsed
now includes the fieldsourceMapURL
as a (rewritten) remote url as opposed to base64 data url (ff2e40371e by @vzaidman)enableFixForViewCommandRace
feature flag (ae59702f8e by @okwasniewski)Libraries/Components/StaticRenderer
syntax (0e6cb590ec by @coado)global
objects (094c5be42e by @coado)Android specific
jsctooling
whenuseThirdPartyJSC
gradle property is true (66032f22b8 by @Kudo)iOS specific
USE_THIRD_PARTY_JSC=1
(176bed79b4 by @Kudo)null
values coming from NativeModules. (d4236791e2 by @cipolleschi)maximumNumberOfLines
earlier in the pipeline (167a1a30da by @j-piasecki)Deprecated
HERMES_ENABLE_DEBUGGER
build-time flag for enabling React Native debugger in favour ofREACT_NATIVE_DEBUGGER_ENABLED
andREACT_NATIVE_DEBUGGER_ENABLED_DEVONLY
. (5fcb69e8b7 by @hoxyq)iOS specific
pod install
directly (e3def00d7a by @cipolleschi)Android specific
ViewManagerPropertyUpdater.updateProps
is deprecated, use the related ViewManager APIs instead (a18bc58645 by @javache)Fixed
displayModeToInt()
function (8c06f57860 by @Yajur-Grover)<appName>,
folders (9498b71438 by @cipolleschi)react-native-community/cli-platform-*
packages not being found in monorepos (7926d656b3 by @tido64)react-native-community/cli
not being found in pnpm setups (a672a4d007 by @tido64)start
andbundle
commands with community CLI and isolated node_modules. (cdaa1aa9aa by @robhogan)Android specific
setLayoutAnimationEnabledExperimental
a no-op in Bridgeless (44da5d2ee0 by @arushikesarwani94)onScroll
(bc810e5115 by @Abbondanzo)ConcurrentModificationException
when iterating overmListeners
TextWatcher
array (243aecc095 by @kirillzyusko)iOS specific
JSRuntimeFactoryCAPI.h
build error foruse_frameworks
build (7786805337 by @Kudo)RCTAppDependencyProvider
instances (0cc1ac18cf by @vonovak)[RCTFileRequestHanlder invalidate]
method (789ed7d5ad by @zhouzh1)onContentSizeChange
event being dispatched multiple times with the same size (2bb65717b7 by @j-piasecki)dataDetectorTypes
in the same way as the old architecture (2ae45ec3ce by @VidocqH)Removed
RawProps::operator=
(e4d1cf8ce9 by @javache)iOS specific
Hermes dSYMS:
You can file issues or 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.
v0.78.2
: 0.78.2Compare Source
Changed
Fixed
Android specific
iOS specific
[RCTFileRequestHanlder invalidate]
method (5861f7eea7 by @zhouzh1)loadSourceForBridge:onProgress:onComplete
in theRCTDefaultReactNativeFactoryDelegate
. (8b33668c43 by @cipolleschi)Hermes dSYMS:
You can file issues or 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.
v0.78.1
: 0.78.1Compare Source
resolver.unstable_enablePackageExports
and the defaults from@react-native/metro-config
. It will error with a redbox "interopRequireDefault is not a function". Setresolver.unstable_conditionNames = ['react-native']
to mitigate. It will be fixed in 0.78.2Fixed
Android specific
iOS specific
extraModulesForBridge
callback in the New Architecture. (97adbd897f by @Bruno125)nil
for nullable parameters instead ofNSNull
for legacy modules (619d5dfbb2 by @cipolleschi)Hermes dSYMS:
You can file issues or 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.
v0.78.0
: 0.78.0Compare Source
Breaking
FuseboxClient.setClientMetadata
CDP method is removed. Instead, useReactNativeApplication.enable
. (1a9780f0e3 by @huntie)Android specific
FrescoBasedReactTextInlineImageViewManager
to internal (d5f33c19cb by @alanleedev)RootView
to Kotlin (21c9491926 by @fabriziocucci)GuardedResultAsyncTask
(67bff8734f by @mdvacca)FabricViewStateManager
(b25b65ba19 by @mdvacca)ComponentNameResolver
from public API (a4849cb3d6 by @mdvacca)iOS specific
Added
RawValue(Runtime*, jsi::Value&)
constructor to make aRawValue
from ajsi::Value
. (03d2186ace by [@Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.