From 70c69e03c3e1408b849797a07038a4ee7e730818 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:11:36 +0000 Subject: [PATCH] chore(master): release react-responsive-modal 7.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 42 ++++++++++++++++++++++++++++- package.json | 2 +- react-responsive-modal/package.json | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e790fb0a..aeda91d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.2" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe94238b..3fa20e83 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,41 @@ -react-responsive-modal/CHANGELOG.md \ No newline at end of file +# Changelog + +## [7.0.0](https://github.com/pradel/react-responsive-modal/compare/react-responsive-modal-v6.3.2...react-responsive-modal-v7.0.0) (2022-07-21) + + +### ⚠ BREAKING CHANGES + +* fix rendering issues in Safari, Firefox by changing the structure + +### Features + +* ability to specify id for container ([#489](https://github.com/pradel/react-responsive-modal/issues/489)) ([3e09b5c](https://github.com/pradel/react-responsive-modal/commit/3e09b5c668e5cbe6127c5b439d57a80a3d24bd33)) +* add focus-trap-react to modal ([#222](https://github.com/pradel/react-responsive-modal/issues/222)) ([0fd763a](https://github.com/pradel/react-responsive-modal/commit/0fd763a5ea7a7967b4c685141ff45b8a103de737)) +* add optional reserveScrollBarGap ([#484](https://github.com/pradel/react-responsive-modal/issues/484)) ([69249f8](https://github.com/pradel/react-responsive-modal/commit/69249f8f97d02e4eaf07bedb52cb4ff1b1d4f636)) +* add options to set initial focus within modal ([#476](https://github.com/pradel/react-responsive-modal/issues/476)) ([5bdc362](https://github.com/pradel/react-responsive-modal/commit/5bdc362521a6db00030d723015c8abd2e76f19c7)) +* create E2E suite to test on real browser ([#449](https://github.com/pradel/react-responsive-modal/issues/449)) ([847ab1c](https://github.com/pradel/react-responsive-modal/commit/847ab1cac2044a6e11e3474f5fc34d7af69250bc)) +* Export ModalProps ([#423](https://github.com/pradel/react-responsive-modal/issues/423)) ([d72f3b1](https://github.com/pradel/react-responsive-modal/commit/d72f3b1d3018a5571e6f98892980c5b0d398dc16)) +* new documentation website ✨ ([#450](https://github.com/pradel/react-responsive-modal/issues/450)) ([3f620aa](https://github.com/pradel/react-responsive-modal/commit/3f620aa058c57ee251c968816a790a390edeba6e)) +* switch project to monorepo ([#451](https://github.com/pradel/react-responsive-modal/issues/451)) ([ce59bad](https://github.com/pradel/react-responsive-modal/commit/ce59bad87178986bd1a87f80fd6a4489e066e614)) +* upgrade focus-trap-js to support focus on radio elements ([#447](https://github.com/pradel/react-responsive-modal/issues/447)) ([d51f8e0](https://github.com/pradel/react-responsive-modal/commit/d51f8e06a81694b753d4e7777f5388bb05b69423)) +* use body-scroll-lock instead of no-scroll ([#455](https://github.com/pradel/react-responsive-modal/issues/455)) ([033f901](https://github.com/pradel/react-responsive-modal/commit/033f9014b9951112da610435e0360f5ce463232b)) +* v5 ([#392](https://github.com/pradel/react-responsive-modal/issues/392)) ([507cdd9](https://github.com/pradel/react-responsive-modal/commit/507cdd9e1760ea2453013e0a6f19250938ff16f1)) + + +### Bug Fixes + +* `unblockNoScroll` doesn't respect modals with `blockScroll=false` ([d489b60](https://github.com/pradel/react-responsive-modal/commit/d489b602efde915bd060bc73e0f13cac2fa63e9b)) +* add default export back ([125658c](https://github.com/pradel/react-responsive-modal/commit/125658cd0822fc50c4498773daf90116cf2be9c5)) +* **conditionalwrap:** component should always return one child ([#230](https://github.com/pradel/react-responsive-modal/issues/230)) ([83456a8](https://github.com/pradel/react-responsive-modal/commit/83456a88604e9fccf1bf14054f44cdea4d2465a8)) +* **docs:** fix website dependencies ([222c6ed](https://github.com/pradel/react-responsive-modal/commit/222c6edef3851d2939a4fafa4d6c96e19ef35b1a)) +* fix closing modal via close icon ([#437](https://github.com/pradel/react-responsive-modal/issues/437)) ([f13ee4a](https://github.com/pradel/react-responsive-modal/commit/f13ee4abfce63b156f64a8cf5ea5ea50dfff4e19)) +* fix iOS problem with scroll not working in Safari ([#464](https://github.com/pradel/react-responsive-modal/issues/464)) ([0e38605](https://github.com/pradel/react-responsive-modal/commit/0e38605e37fa0e9d67ff5104e79fadfde5941bb0)) +* fix module path in package.json ([#426](https://github.com/pradel/react-responsive-modal/issues/426)) ([e5c85dd](https://github.com/pradel/react-responsive-modal/commit/e5c85dd60d83883f75e41b00860a847d18c4d200)) +* fix publishing process ([#492](https://github.com/pradel/react-responsive-modal/issues/492)) ([2ecd108](https://github.com/pradel/react-responsive-modal/commit/2ecd1084a0398a0ae0d7baa40b9b2b4e03f3d91c)) +* fix release-script publishing script ([9347ad5](https://github.com/pradel/react-responsive-modal/commit/9347ad57d781aeca637b0527e89e34acd1cf6b3a)) +* fix rendering issues in Safari, Firefox by changing the structure ([5727913](https://github.com/pradel/react-responsive-modal/commit/572791340fcc7b0f66e519fcbb7d4be9b998e088)) +* fix scroll blocked when unmounted directly ([#434](https://github.com/pradel/react-responsive-modal/issues/434)) ([f668195](https://github.com/pradel/react-responsive-modal/commit/f668195e1d560fda4bc978fec3bd1ed56daf8dbf)) +* fix ssr when modal is open ([#433](https://github.com/pradel/react-responsive-modal/issues/433)) ([21b295a](https://github.com/pradel/react-responsive-modal/commit/21b295a7ac7c5a712d102feedfc1f61e72592ca1)) +* fix v5 build file ([#393](https://github.com/pradel/react-responsive-modal/issues/393)) ([f3f9adb](https://github.com/pradel/react-responsive-modal/commit/f3f9adb6680f743d72685445d9f50be9803f2a12)) +* update changelogs path ([f6f3a65](https://github.com/pradel/react-responsive-modal/commit/f6f3a655b4d4a5ffc7f208684f439af9b20ef897)) +* update README path ([fce1829](https://github.com/pradel/react-responsive-modal/commit/fce1829fe051ab5bef85811ad6d1d34d68bbfc5a)) diff --git a/package.json b/package.json index c16d7eec..12006eb1 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "lint-staged": "10.5.1", "prettier": "2.1.2" }, - "version": "6.3.1", + "version": "7.0.0", "packageManager": "yarn@3.2.1" } diff --git a/react-responsive-modal/package.json b/react-responsive-modal/package.json index b9be29eb..2723e157 100644 --- a/react-responsive-modal/package.json +++ b/react-responsive-modal/package.json @@ -1,6 +1,6 @@ { "name": "react-responsive-modal", - "version": "6.3.2", + "version": "7.0.0", "description": "A simple responsive and accessible react modal", "license": "MIT", "main": "dist/index.js",