Skip to content

Commit 1ca2afb

Browse files
committed
chore: update changelog
1 parent 9141938 commit 1ca2afb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages/vue-final-modal/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
# [4.0.0](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.14...v4.0.0) (2023-02-03)
44

5+
## Vue Final Modal 4 🚀
6+
7+
### [Documentation](https://vue-final-modal.org/)
8+
9+
### [Migration Guide](https://vue-final-modal.org/get-started/guide/migration-guide)
10+
11+
vue-final-modal 4.0 introduced a lot of breaking changes. You should treat 4.x as a different library and read the documentation carefully.
12+
13+
### 🚀 Features
14+
15+
- Providing the `useModal` composable function
16+
- Supporting Nuxt 3 SSR
17+
- Rewritten with TS for a better DX
18+
- Support new props including `swipe-to-close`, `threshold`, `showSwipeBanner`, `preventNavigationGestures`
19+
- Support slot `swipe-banner`
20+
- Add built-in support transition names including: `'vfm-fade' | 'vfm-slide-down' | 'vfm-slide-up' | 'vfm-slide-right' | 'vfm-slide-left'`
21+
22+
523
# [4.0.0-rc.14](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.13...v4.0.0-rc.14) (2023-02-03)
624

725
- Support props including `swipe-to-close`, `threshold`, `showSwipeBanner`, `preventNavigationGestures`

0 commit comments

Comments
 (0)