Skip to content

Commit 87515d6

Browse files
chore: release
1 parent e625dd9 commit 87515d6

5 files changed

Lines changed: 30 additions & 29 deletions

File tree

.changeset/fix-android-windowrecomposer-crash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/grumpy-friends-decide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/revert-ios-spm-to-cocoapods.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.10.0
4+
### Minor Changes
5+
6+
7+
8+
- [#65](https://github.com/LottieFiles/dotlottie-react-native/pull/65) [`f8545a0`](https://github.com/LottieFiles/dotlottie-react-native/commit/f8545a001459e0e65b27d564c38987aa8a2f37dc) Thanks [@theashraf](https://github.com/theashraf)! - feat: added layout (fit/align) prop
9+
10+
11+
### Patch Changes
12+
13+
14+
15+
- [#63](https://github.com/LottieFiles/dotlottie-react-native/pull/63) [`6e162e2`](https://github.com/LottieFiles/dotlottie-react-native/commit/6e162e269cb066a954292039cf5808cb9f0c52bd) Thanks [@quoc-upstart](https://github.com/quoc-upstart)! - Fix an Android crash ("Cannot locate windowRecomposer") when a `<DotLottie>` is
16+
measured before its window is attached under the React Native new architecture
17+
(Fabric) — e.g. navigating to a screen that renders it via react-native-screens.
18+
19+
20+
- [#69](https://github.com/LottieFiles/dotlottie-react-native/pull/69) [`e625dd9`](https://github.com/LottieFiles/dotlottie-react-native/commit/e625dd9e22b3cc99c0fb7d48ecba533b9e6688ed) Thanks [@theashraf](https://github.com/theashraf)! - fix(ios): revert the `dotlottie-ios` dependency from Swift Package Manager back to
21+
the `LottieFiles-dotLottie-iOS` CocoaPods pod.
22+
23+
Pulling the player as a SwiftPM product via `spm_dependency` caused
24+
`DotLottiePlayer.xcframework` to be processed twice during an archive (once by the
25+
SwiftPM `DotLottie` target and once by the `dotlottie-react-native` pod target).
26+
On Xcode 26 the archive step collects each embedded xcframework's signature into a
27+
single flat `Signatures/` folder, so the two identically-named
28+
`DotLottiePlayer.xcframework-ios.signature` files collide and archiving fails with
29+
`File exists` (exit 70). Consuming the player through the CocoaPods pod embeds the
30+
xcframework exactly once, resolving the archive failure ([#66](https://github.com/LottieFiles/dotlottie-react-native/issues/66)).
31+
332
## 0.9.3
433
### Patch Changes
534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/dotlottie-react-native",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "dotlottie react native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)