6.7.1
- Safeguard against very large Bitmap creation by @allenchen1154 in https://github.com/airbnb/lottie-android/pull/2662
Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.7.0...v6.7.1
3.4.0-beta01
- 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
0.81.5
- Fix request permission not always resolving in Android 16 (39ede95921 by @lukmccall)
- Allow extending ReactTextViewManager (34137a82ca by @janicduplessis)
- Fixed representation of transforms when view is originally zero-sized (20e8bf3950 by @javache)
- 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.
0.79.7
- Layout: Make missing parent view state in updateLayout a soft error (56ad8d9bfd by @javache)
- Layout: Make missing parent view state in updateLayout a soft error (f2e47d8dab 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. EOF
0.82.1
- Fixed representation of transforms when view is originally zero-sized (a81e94a40c by @javache)
- 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.
4.3.2
- fix(adapter): 向上加载预加载bug
- 将原先的 getItem 方法改为非空返回类型 #6798
- 新增 getItemOrNull 方法用于安全访问数据项 #6798