Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c0d2edf

Browse files
chore: bump vfm
1 parent 7b4c0b6 commit c0d2edf

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

‎docs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@vorms/core": "^1.0.0",
1818
"@vue-final-modal/nuxt": "workspace:1.0.0-rc.6",
19-
"vue-final-modal": "workspace:4.0.0-rc.13",
19+
"vue-final-modal": "workspace:4.0.0-rc.14",
2020
"vue3-drag-resize": "^2.0.5"
2121
}
2222
}

‎examples/nuxt3/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@vue-final-modal/nuxt": "1.0.0-rc.6",
18-
"vue-final-modal": "4.0.0-rc.13"
18+
"vue-final-modal": "4.0.0-rc.14"
1919
}
2020
}

‎examples/vue3/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"vue": "^3.2.45",
13-
"vue-final-modal": "4.0.0-rc.13"
13+
"vue-final-modal": "4.0.0-rc.14"
1414
},
1515
"devDependencies": {
1616
"@iconify/vue": "^4.0.0",

‎packages/nuxt/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@nuxt/kit": "^3.1.0",
27-
"vue-final-modal": "^4.0.0-rc.13"
27+
"vue-final-modal": "^4.0.0-rc.14"
2828
},
2929
"devDependencies": {
3030
"@nuxt/module-builder": "^0.2.1",

‎packages/vue-final-modal/CHANGELOG.md‎

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

33
# [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日)
44

5+
- Support props including `swipe-to-close`, `threshold`, `showSwipeBanner`, `preventNavigationGestures`
6+
- Support slot `swipe-banner`
7+
- Delete `ModalFullscreen` and `ModalBottom`
8+
- Add built-in support transition names including: `'vfm-fade' | 'vfm-slide-down' | 'vfm-slide-up' | 'vfm-slide-right' | 'vfm-slide-left'`
9+
- The default value of `contentTransition` and `overlayTransition` are changed to `undefined`
10+
- Improve autocompletion for contentTransition and overlayTransition
11+
512
# [4.0.0-rc.13](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.12...v4.0.0-rc.13) (2023年01月29日)
613

714

‎pnpm-lock.yaml‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎viteplay/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"vue": "^3.2.45",
10-
"vue-final-modal": "workspace:4.0.0-rc.13",
10+
"vue-final-modal": "workspace:4.0.0-rc.14",
1111
"vue-router": "^4.1.6"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /