Skip to content

Commit 4ad7663

Browse files
committed
Release 4.5.1
1 parent fec4f47 commit 4ad7663

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.5.1](https://github.com/vue-final/vue-final-modal/compare/v4.5.0...v4.5.1) (2023-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* fix type of function byPassAllModalEvents ([53e1812](https://github.com/vue-final/vue-final-modal/commit/53e18128a80fe6d2fae679eed04f67c3f1852e88))
9+
* fixed type ComponentEmit ([fec4f47](https://github.com/vue-final/vue-final-modal/commit/fec4f4786f568d313d35728c2dea1960a0ee6338))
10+
11+
12+
### Features
13+
14+
* **type:** support auto completion for the useModal slots with type ComponentSlots ([7db7267](https://github.com/vue-final/vue-final-modal/commit/7db72675e08bd4f88b5186c80e6b643ed968f2a8))
15+
316
# [4.5.0](https://github.com/vue-final/vue-final-modal/compare/v4.4.6...v4.5.0) (2023-12-07)
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.5.0",
4+
"version": "4.5.1",
55
"type": "module",
66
"source": "src/index.ts",
77
"main": "./dist/index.umd.js",

0 commit comments

Comments
 (0)