Skip to content

Commit 93ba197

Browse files
committed
Release 4.0.0-rc.1
1 parent 5d8889c commit 93ba197

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/vue-final-modal/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11

22

3+
# [4.0.0-rc.1](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2022-11-15)
4+
5+
### Features
6+
7+
* [#274](https://github.com/vue-final/vue-final-modal/issues/274) improve DOM architecture of VFullscreen, VBottomSheet ([eebfa97](https://github.com/vue-final/vue-final-modal/commit/eebfa9721bb76a27c3928e3f6bac1ac1a65a6c6c))
8+
* add context property to useModal()'s options ([2b2fa92](https://github.com/vue-final/vue-final-modal/commit/2b2fa921bff75ef64ea61e7184add9c410777c2f))
9+
* nuxt module ([6ec6393](https://github.com/vue-final/vue-final-modal/commit/6ec6393f7bbfd8f098c0685fcbc78153762c5df1))
10+
311
# [4.0.0-rc.0](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-beta.3...v4.0.0-rc.0) (2022-11-01)
412

513
## BREAKING CHANGE
614

715
vue-final-modal 4.0 introduced a lot of breaking changes. You should treat 4.x as a different library and read the documentation carefully.
816

9-
### [Documentation](https://v4.vue-final-modal.org/)
17+
### [Documentation](https://v4.vue-final-modal.org/)

packages/vue-final-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-final-modal",
33
"private": false,
4-
"version": "4.0.0-rc.0",
4+
"version": "4.0.0-rc.1",
55
"source": "src/index.ts",
66
"main": "./dist/index.umd.js",
77
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)