Skip to content

Commit 7aa2200

Browse files
committed
Release 4.0.0-rc.8
1 parent 17760b6 commit 7aa2200

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [4.0.0-rc.8](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.7...v4.0.0-rc.8) (2023-01-14)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid mount before modal open ([#306](https://github.com/vue-final/vue-final-modal/issues/306)) ([17760b6](https://github.com/vue-final/vue-final-modal/commit/17760b6a9745864fa3cb447413326c87ea2cf00b))
9+
10+
11+
### Features
12+
13+
* `useModal()` slots allow passing components directly ([502ced1](https://github.com/vue-final/vue-final-modal/commit/502ced11b8068f30bc697e153953583b33d71926))
14+
* allow useModal options to pass defaultModelValue ([655457e](https://github.com/vue-final/vue-final-modal/commit/655457e9e6e719b8f9dc015e92d69a537408ce3a))
15+
316
# [4.0.0-rc.7](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2023-01-10)
417

518

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.7",
4+
"version": "4.0.0-rc.8",
55
"source": "src/index.ts",
66
"main": "./dist/index.umd.js",
77
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)