Skip to content

Commit

Permalink
chore(release): magic modal release v6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GSTJ committed Dec 15, 2024
1 parent e797c20 commit 369a77b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 🦄 Magic Modal Changelog 🪄

## 6.0.0 (2024-12-15)

### ⚠ BREAKING CHANGES

* Removes individual `fullWindowOverlay` config from
`magicModal.show`. Introduces `magicModal.enableFullWindowOverlay()` and
`magicModal.disableFullWindowOverlay()` in order to control overlay
behavior globally. This fixes exit animations on iOS.

### :dash: Code Improvements :dash:

* 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))

## 5.1.21 (2024-12-15)

## 5.1.20 (2024-10-19)
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-magic-modal",
"version": "5.1.21",
"version": "6.0.0",
"type": "module",
"description": "A magic modal that can be used imperatively from anywhere! 🦄",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 369a77b

Please sign in to comment.