3 days ago
FancyShowCaseView
6 days ago
react-native

0.76.2

Added

Changed

iOS specific

Fixed

Android specific

iOS specific

  • 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 of children (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.

8 days ago
react-native

0.73.11

0.73 is now out of the support window. Please migrate to 0.76.


Fixed

Android specific

  • Suppress path adjustment when not actually drawing a border (c9cf6d4b60 by @tjzel)

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 ⚛️


You can find the whole changelog history in the changelog.md file.

12 days ago
DialogX

0.0.50.beta23测试版本更新

  • 修复诸多 Window 模式下的问题;
  • 修复在 MaterialYou 主题下,BottomMenu 同时设置了菜单图标以及复选时,最后一项右侧出现异常空白的问题;
  • 修复 PopTip、PopNotification 中 waitForDismiss 方法可能存在的空指针异常;
15 days ago
Balloon

1.6.11

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.10...1.6.11

19 days ago
Balloon

1.6.10

What's Changed

Full Changelog: https://github.com/skydoves/Balloon/compare/1.6.9...1.6.10

22 days ago
GSYVideoPlayer
22 days ago
react-native

0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • 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.

24 days ago
lottie-android

6.6.0

New Features

  • 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)

Bugs Fixed

  • 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)
28 days ago
react-native

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