18 hours ago
lottie-android

6.7.1

What's Changed

Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.7.0...v6.7.1

4 days ago
lottie-android

6.7.0

New Features

  • Initial support for 3D animations (#2666 and #2673)
5 days ago
ImageToolbox

3.4.0-beta01

What's Changed

  • Added ability to customize QR Code appearance by #2232
  • Added HyperOS switch by #2239
  • Added HyperOS slider by #2239
  • Fix "Add original filename" option sometimes nonfunctional by #2230
  • Improved liquid glass toggle on android 13+
  • Lower cropper min size by #2250
  • Improved cropper and add magnifier for free corners one
  • Added ability to change corner radius for rectangle in draw tool
  • Added setting to turn on launcher like tools appearance mode
  • Fix template filters flicker by #2267
  • Improved open source licences screen UI
  • Translations update

Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.4.0-alpha04...3.4.0-beta01

10 days ago
react-native

0.81.5

Fixed

Android specific

iOS specific

  • Fix RCTDeviceInfo crash when application.delegate.window is nil in modern iOS app architectures (968909488a by @25harsh)
  • Fix Switches on the legacy arch (4106d54a6d by @cipolleschi)
  • Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error (779c768b6e by @chrfalch)

Hermes dSYMS:

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

10 days ago
react-native

0.79.7

🚨 0.79.7 is the last release for this version. React Native 0.79.7 is now out of support 🚨

Fixed

Android 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. EOF

11 days ago
react-native

0.82.1

Fixed

Android specific

  • Fixed representation of transforms when view is originally zero-sized (a81e94a40c by @javache)

iOS specific

  • Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error (068ec39aea by @chrfalch)

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.

22 days ago
BaseRecyclerViewAdapterHelper

3.0.16

  • 更新 Databinding 混淆规则 #6764
22 days ago
BaseRecyclerViewAdapterHelper

3.0.15

  • 更新库的依赖版本
  • 更新 gradle
  • 更新 JVM 目标版本至 Java 11
22 days ago
BaseRecyclerViewAdapterHelper

4.3.2

  • fix(adapter): 向上加载预加载bug
  • 将原先的 getItem 方法改为非空返回类型 #6798
  • 新增 getItemOrNull 方法用于安全访问数据项 #6798
23 days ago
BaseRecyclerViewAdapterHelper

4.3.0

  • set方法中的 commitCallback 参数添加默认值 null,#6796
  • 优化尾部加载更多功能的预加载逻辑
  • 优化首部加载更多功能的预加载逻辑
  • QuickAdapterHelper Builder 中增加更多便捷配置方法