Skip to content

Commit 369a77b

Browse files
committed
chore(release): magic modal release v6.0.0 [skip ci]
1 parent e797c20 commit 369a77b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/modal/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# 🦄 Magic Modal Changelog 🪄
22

3+
## 6.0.0 (2024-12-15)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Removes individual `fullWindowOverlay` config from
8+
`magicModal.show`. Introduces `magicModal.enableFullWindowOverlay()` and
9+
`magicModal.disableFullWindowOverlay()` in order to control overlay
10+
behavior globally. This fixes exit animations on iOS.
11+
12+
### :dash: Code Improvements :dash:
13+
14+
* configure full window overlay globally to address exit animation issues ([#125](https://github.com/GSTJ/react-native-magic-modal/issues/125)) ([e797c20](https://github.com/GSTJ/react-native-magic-modal/commit/e797c20d9ca82aeeff68fcd1b5a7947bc98f57c7))
15+
316
## 5.1.21 (2024-12-15)
417

518
## 5.1.20 (2024-10-19)

packages/modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-magic-modal",
3-
"version": "5.1.21",
3+
"version": "6.0.0",
44
"type": "module",
55
"description": "A magic modal that can be used imperatively from anywhere! 🦄",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)