Skip to content

Commit 638fd94

Browse files
chore: release
1 parent f8545a0 commit 638fd94

4 files changed

Lines changed: 17 additions & 14 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.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
319
## 0.9.3
420
### Patch Changes
521

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)