Skip to content

Commit 6e72fa5

Browse files
committed
Release 4.5.0
1 parent 0e8592d commit 6e72fa5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

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

22

3+
# [4.5.0](https://github.com/vue-final/vue-final-modal/compare/v4.4.6...v4.5.0) (2023-12-07)
4+
5+
6+
### Bug Fixes
7+
8+
* [#390](https://github.com/vue-final/vue-final-modal/issues/390) ([7ac758b](https://github.com/vue-final/vue-final-modal/commit/7ac758bd908f1e9342e1d3cda824bd531fc97cb7))
9+
* bump deps ([9e4645a](https://github.com/vue-final/vue-final-modal/commit/9e4645aadb9f6f9c478335c263c79b941975df6a))
10+
* **deps:** fix nuxt module deps ([dad15e2](https://github.com/vue-final/vue-final-modal/commit/dad15e28537a051b58d15a7af16358eb80da2432))
11+
* fixed generic component type in useModal composable ([8304d63](https://github.com/vue-final/vue-final-modal/commit/8304d63dd2bcfb37fa990da92a72477e05cd92b5))
12+
* overlayBehavior ([eeaa41b](https://github.com/vue-final/vue-final-modal/commit/eeaa41b35e0d5b0612d9dd8222f823b2d71325eb))
13+
* setModelValueLocal and add StopEvent example ([a060fae](https://github.com/vue-final/vue-final-modal/commit/a060fae53d2c4bce87e873dd534a641e803ba933))
14+
15+
16+
### Features
17+
18+
* add `stop()` for `[@before](https://github.com/before)Open` and `beforeClose` event [#367](https://github.com/vue-final/vue-final-modal/issues/367) ([bbd4786](https://github.com/vue-final/vue-final-modal/commit/bbd4786b7e7fcd00ba000cc18bd8fc6ac69e95e4))
19+
* add close function to defineSlots ([e6ed697](https://github.com/vue-final/vue-final-modal/commit/e6ed6979a4ec381e250a53dd75455e37b6c1b1d5))
20+
* add overlayBehavior prop to VueFinalModal [#405](https://github.com/vue-final/vue-final-modal/issues/405) ([dafa559](https://github.com/vue-final/vue-final-modal/commit/dafa559d7dcf2f17c8bd76dbf55c08126e400554))
21+
22+
23+
### Performance Improvements
24+
25+
* use getter and setter instead of `computed` for `modelValueLocal` ([fc67d94](https://github.com/vue-final/vue-final-modal/commit/fc67d945ad744d665ce5bdecbe2337e7a1861a09))
26+
327
## [4.4.6](https://github.com/vue-final/vue-final-modal/compare/v4.4.5...v4.4.6) (2023-11-08)
428

529

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

0 commit comments

Comments
 (0)