You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed generic component type in useModal composable ([8304d63](https://github.com/vue-final/vue-final-modal/commit/8304d63dd2bcfb37fa990da92a72477e05cd92b5))
* 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))
0 commit comments