diff --git a/.changeset/card-screen-align.md b/.changeset/card-screen-align.md deleted file mode 100644 index f695e47..0000000 --- a/.changeset/card-screen-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@react-navigation/lynx': patch ---- - -Keep a popped card screen rendered while it animates out, so going back with `navigation.goBack()` slides the screen away instead of dropping it at once. Inactive card screens now follow the new `inactiveBehavior` option, which defaults to `pause` and keeps them mounted. diff --git a/packages/lynx/CHANGELOG.md b/packages/lynx/CHANGELOG.md index f8a9380..0b39342 100644 --- a/packages/lynx/CHANGELOG.md +++ b/packages/lynx/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-navigation/lynx +## 0.4.6 + +### Patch Changes + +- Keep a popped card screen rendered while it animates out, so going back with `navigation.goBack()` slides the screen away instead of dropping it at once. Inactive card screens now follow the new `inactiveBehavior` option, which defaults to `pause` and keeps them mounted. ([#32](https://github.com/react-navigation/react-navigation-lynx/pull/32)) + ## 0.4.5 ### Patch Changes diff --git a/packages/lynx/package.json b/packages/lynx/package.json index 601b2ea..c76efce 100644 --- a/packages/lynx/package.json +++ b/packages/lynx/package.json @@ -1,6 +1,6 @@ { "name": "@react-navigation/lynx", - "version": "0.4.5", + "version": "0.4.6", "description": "Lynx integration for React Navigation", "license": "Apache-2.0", "keywords": [