|
1 | 1 |
|
2 | 2 |
|
| 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 | + |
3 | 27 | ## [4.4.6](https://github.com/vue-final/vue-final-modal/compare/v4.4.5...v4.4.6) (2023年11月08日)
|
4 | 28 |
|
5 | 29 |
|
|
0 commit comments