0.76.2
- TypeScript Add CodegenTypes for TS (20b141508b by @cipolleschi)
- infra Bump CLI to 15.0.1 (51b98c24bd by @szymonrybczak)
- TextInput Include existing attributes in newly typed text (557e3447f5 by @NickGerleman)
- Hermes Update Hermes to support Intl (94d4bfd7c8 by @blakef)
- infra Skip hermes-parser under Babel for non-Flow JS code (ff1261e7dc by @huntie)
- infra fix
semver
not being found in pnpm setups (0def73d1a6 by @tido64) - Error Handling Fix
setUpErrorHandling
to show early JS errors (dac6d508af by @cipolleschi)
- infra Use absolute path when compiling appmodules.so sources (3956955eaa by @cortinico)
- infra Properly handle paths with spaces in autolinking (1f62529dc4 by @cortinico)
- Modal Fix Regression - Modal content rendering below system bar on < API 30 when activity is edge-to-edge (2cd48ef351 by @alanleedev)
- runtime Fix timers in headless tasks on bridgeless mode (ee7b4e2763 by @j-piasecki)
- Codegen Properly stop generating component registration for components defined in app. (97a4234b6e by @cipolleschi)
- infra Give apps access to Yoga headers (e851e73c18 by @cipolleschi)
- TextInput Fix missing emitter attributes on iOS TextInput when controlled component value specified using
value
instead ofchildren
(52cdedb40e by @NickGerleman) - TextInput Fix cursor moving in iOS controlled single line TextInput on Autocorrection (New Arch) (36fd5533f6 by @NickGerleman)
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.
0.73.11
- Suppress path adjustment when not actually drawing a border (c9cf6d4b60 by @tjzel)
- Stop generating dSYM path in Hermes for the framework (e992405e87 by @cipolleschi)
- Pin Xcodeproj to < 1.26.0 to fix project generation on iOS (dfcad7c678 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 ⚛️
You can find the whole changelog history in the changelog.md file.
0.0.50.beta23测试版本更新
- 修复诸多 Window 模式下的问题;
- 修复在 MaterialYou 主题下,BottomMenu 同时设置了菜单图标以及复选时,最后一项右侧出现异常空白的问题;
- 修复 PopTip、PopNotification 中 waitForDismiss 方法可能存在的空指针异常;
1.6.11
- Fix measuring text width size to limit with displayWidth by @skydoves in https://github.com/skydoves/Balloon/pull/751
- Support auto-sized text by @skydoves in https://github.com/skydoves/Balloon/pull/752
Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.10...1.6.11
1.6.10
- Update actions/checkout action to v4.2.2 by @renovate in https://github.com/skydoves/Balloon/pull/736
- Update actions/setup-java action to v4.5.0 by @renovate in https://github.com/skydoves/Balloon/pull/737
- Update dependency androidx.annotation:annotation to v1.9.1 by @renovate in https://github.com/skydoves/Balloon/pull/739
- Update dependency androidx.fragment:fragment-ktx to v1.8.5 by @renovate in https://github.com/skydoves/Balloon/pull/740
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.7 by @renovate in https://github.com/skydoves/Balloon/pull/741
- Update dependency androidx.constraintlayout:constraintlayout-compose to v1.1.0 by @renovate in https://github.com/skydoves/Balloon/pull/742
- Update dependency androidx.compose:compose-bom to v2024.10.01 by @renovate in https://github.com/skydoves/Balloon/pull/744
- Update agp to v8.7.2 by @renovate in https://github.com/skydoves/Balloon/pull/745
- Docs: fix mis-leading the alignment by @skydoves in https://github.com/skydoves/Balloon/pull/746
- Remove stable marker dependency on the balloon by @skydoves in https://github.com/skydoves/Balloon/pull/747
- Fix behaviors for setShouldPassTouchEventToAnchor by @skydoves in https://github.com/skydoves/Balloon/pull/748
- Fix max width size limitation by @skydoves in https://github.com/skydoves/Balloon/pull/749
Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.9...1.6.10
0.76.1
- runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @robik)
- runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)
- infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
- runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @zhongwuzw)
- runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @joevilches)
- codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @cipolleschi)
- infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @blakef)
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.
6.6.0
- Overhauled drop shadow support for even better correctness (#2548)
- Major thanks to David Davidović (who works at Lottielab) for his contributions here.
- Adds a new API:
applyShadowsToLayers
which will apply shadows to a whole layer rather than an individual shape. - Use RenderNodes on APIs that support it.
- Lays a foundation that can potentially add RenderNode support to existing mattes and masks.
- Fixed a number of existing correctness issues
- Add an overload to LottieCompositionFactory.clearCache that clears the network cache (#2559)
- Fix rounded corners when the underlying shape doesn't animate (#2567)
- Fix animation update listener order to be called after the internal frame has updated (#2497)
- Unify all parsing to more reliably handle all file types including dotLottie as ZIP files (#2558)
- Fix keypath resolving for matte layers (#2544)
- Apply translate before scale in LottieDrawable (#2565)
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