1.6.8
- Update peter-evans/create-pull-request action to v7 by @renovate in https://github.com/skydoves/Balloon/pull/693
- Update dependency androidx.activity:activity-compose to v1.9.2 by @renovate in https://github.com/skydoves/Balloon/pull/694
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.5 by @renovate in https://github.com/skydoves/Balloon/pull/696
- Update dependency androidx.compose:compose-bom to v2024.09.00 by @renovate in https://github.com/skydoves/Balloon/pull/697
- Update dependency androidx.fragment:fragment-ktx to v1.8.3 by @renovate in https://github.com/skydoves/Balloon/pull/695
- Update dependency gradle to v8.10.1 by @renovate in https://github.com/skydoves/Balloon/pull/698
- Update actions/setup-java action to v4.3.0 by @renovate in https://github.com/skydoves/Balloon/pull/699
- Update dependency androidx.compose:compose-bom to v2024.09.01 by @renovate in https://github.com/skydoves/Balloon/pull/700
- Implement setOverlayPaddingShader builder method by @skydoves in https://github.com/skydoves/Balloon/pull/702
- Check if the anchor view's window token is valid by @skydoves in https://github.com/skydoves/Balloon/pull/703
- Update agp to v8.6.1 by @renovate in https://github.com/skydoves/Balloon/pull/704
- Update androidxMacroBenchmark to v1.3.1 by @renovate in https://github.com/skydoves/Balloon/pull/705
- Update dependency androidx.compose:compose-bom to v2024.09.02 by @renovate in https://github.com/skydoves/Balloon/pull/706
- Update dependency androidx.profileinstaller:profileinstaller to v1.4.0 by @renovate in https://github.com/skydoves/Balloon/pull/708
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.6 by @renovate in https://github.com/skydoves/Balloon/pull/707
- Update dependency gradle to v8.10.2 by @renovate in https://github.com/skydoves/Balloon/pull/711
- Update actions/setup-java action to v4.4.0 by @renovate in https://github.com/skydoves/Balloon/pull/712
- Update actions/checkout action to v4.2.0 by @renovate in https://github.com/skydoves/Balloon/pull/714
- Dispatch the move and up events to the anchor view by @skydoves in https://github.com/skydoves/Balloon/pull/715
- Update agp to v8.7.0 by @renovate in https://github.com/skydoves/Balloon/pull/716
- Update androidxMacroBenchmark to v1.3.2 by @renovate in https://github.com/skydoves/Balloon/pull/717
- Update dependency androidx.compose:compose-bom to v2024.09.03 by @renovate in https://github.com/skydoves/Balloon/pull/718
- Update dependency androidx.profileinstaller:profileinstaller to v1.4.1 by @renovate in https://github.com/skydoves/Balloon/pull/720
- Update dependency androidx.fragment:fragment-ktx to v1.8.4 by @renovate in https://github.com/skydoves/Balloon/pull/719
- Update actions/checkout action to v4.2.1 by @renovate in https://github.com/skydoves/Balloon/pull/723
- Fix the widthRatio doesn't calculate properly in Compose by @skydoves in https://github.com/skydoves/Balloon/pull/724
Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.7...1.6.8
0.76.0-rc.4
- Add ability to control bundle loading on the new architecture similar to
loadSourceForBridge
. Removed some properties from theRCTRootViewFactory
. (056a39f68f by @alanjhughes)
- Expose
MetroConfig
type directly fromreact-native/metro-config
. (0c007793d8 by @tjzel)
- Update debugger-frontend from e8c7943...ce5d32a (7a601f428e by @huntie)
- Update ReactNativeFlipper deprecation to ERROR (531657b394 by @cortinico)
- Rename
RCTUIGraphicsImageRenderer
toRCTMakeUIGraphicsImageRenderer
(3a38e3b25e by @Saadnajmi) - Passed correct title and titleColor prop to updateTitle function (5c7a166dca by @shubhamguptadream11)
- Restore Metro log forwarding, change notice to signal future removal (6047f9cc09 by @huntie)
- Fix logbox reporting React errors as Warnings (cbb313253f by @rickhanlonii)
- Respond with status code
200
when successfully launching RNDT (6a26fc639a by @byCedric)
- Properly retain/release backgroundColor in RCTBorderDrawing (bf7e289396 by @Saadnajmi)
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.10
- Stop emitting deprecated onTextInput events (e6ad652c6a by @javache)
- RGNP - Remove unnecessary dependency on gradle-tooling-api-builders - serviceOf failure (069d8fc249 by @cortinico)
- fix(TypeScript): Allow readonly arrays in transform (b4015c1eaa by @tjzel)
- Fix TextInput 'contextMenuHidden' prop (08eed9f093 by @alanleedev)
- Fix
<KeyboardAvoidingView>
with floating keyboard on iPadOS (3c54e1ee45 by @renchap) - Fix the generation of .xcode.env.local (88fb3daa7e by @cipolleschi)
- Fix iOS crash occurring when navigating to a new app screen with a displaying modal (33ca0204f5 by @zhouzh1)
- Fabric: Fixes animations strict weak ordering sorted check failed (f18ed7b6c7 by @zhongwuzw)
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.
v3.3.0
Full Changelog: https://github.com/facebook/fresco/compare/v3.2.0...v3.3.0
- Updated AGP to 8.2.2
0.75.4
- Fix Headless Crash
Tried to finish non-existent task with id
(56a282c44d by @RodolfoGS) - TextInput's
contextMenuHidden
prop bug fix (366f1d0df3 by @alanleedev) - RNGP - Sanitize the output of the config command (0265ea0577 by @cortinico)
- Convert
NSNull
tonil
before checkingtype
inreadAsDataURL
(99ab845a5c by @haileyok) - Add back the BUNDLE_COMMAND (afd74ad89d by @Vin-Xi)
- Use CONFIG_CMD if set (a4ec49cbe6 by @krystofwoldrich)
- App crash happening when navigate to a new app screen with a displaying modal (8ec672204d by @zhouzh1)
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.74.6
- [0.74] Add support for handling
com.facebook.react.bridge.Dynamic
as parameter for TurboModules (a9588f3718 by @cortinico)
- Bump hermes version (4e737b0b16 by @blakef)
- Fix(react-native): fix codegen failing in a pnpm monorepo setup (a90a17a8b3 by @tido64)
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.76.0-rc.3
- Add CLI selection of multiple debug targets (6a24df7eaa by @huntie)
- Improve RCTAppDelegate usage for brownfield, add
automaticallyLoadReactNativeWindow
flag (391680fe84 by @okwasniewski)
- Use Metro terminal reporter for dev-middleware logs (2f04dfe795 by @huntie)
- Simplify key handling in start command (5a0df6d0bf by @huntie)
- Update Metro to 0.81.0-alpha.2 (2a344a9580 by @huntie)
- Fix parsing of modern Flow syntax when
transformer.hermesParser = false
is configured in Metro config (1387f521fd by @huntie) - Fix ReactFragment on New Architecture (52322fbd0e by @cortinico)
- Add missing Android implementation for DevMenu Module (1bdae07d89 by @cortinico)
- Fix measuring text with incorrect hyphenationFrequency (fc8224036b by @NickGerleman)
- Properly set
REACTNATIVE_MERGED_SO
for autolinked libraries (c005609b01 by @cortinico)
- Fix applying of tintColor and progressViewOffset props for RefreshControl component with New Architecture enabled (19d468fed9 by @TuTejsy)
- Convert
NSNull
tonil
before checkingtype
inreadAsDataURL
(99ab845a5c by @haileyok) - Fix
<KeyboardAvoidingView>
with floating keyboard on iPadOS (3c54e1ee45 by @renchap)
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.0.50.beta21测试版更新
- 修复了 issues:468 提到的首次使用 WaitDialog 展示进度时 progress 不能设为 0 的问题;
- 修复了 setMinHeight 和 setMinWidth 无效的问题;
0.76.0-rc.2
- Fire onMomentumScrollEnd when UIScrollView is removed from window (b98b9f1fa7 by @shubhamguptadream11)
- Throttle reload command (42bad68220 by @coado)
- Fixed a crash when navigating away from a screen that contains a scrollView (c6f32828b9 by @cipolleschi)
- Allow pods mixte type settings on post-install (1e59f2e3f8 by @MasGaNo)
- Add back the BUNDLE_COMMAND (cf42288181 by @Vin-Xi)
- Fix SVC for lineBreakModeIOS (1099c0ccf7 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.
2.6.0
Compose (Android & Multiplatform) :
- Bump Compose UI to version 1.7.2 (Android) and 1.7.0-beta02 (Multiplatform).
Dependencies:
- Bump Kotlin to version 2.0.20
- Bump AGP to version 8.5.2