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
This is a fork from the project [vuejs-datepicker](https://github.com/charliekassel/vuejs-datepicker)
7
-
which is licensed under the [MIT](https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE) license.
8
-
Thanks to the original creators [charliekassel](https://github.com/charliekassel) for the great work.
9
-
10
6
A datepicker Vue component compatible with Vue 3.x.
11
7
12
8
N.B. For Vue 2.x, please use version 4.x.
@@ -16,6 +12,9 @@ N.B. For Vue 2.x, please use version 4.x.
16
12
-[Contribution](#Contribution)
17
13
-[License](#License)
18
14
15
+
N.B. This is a fork from [@sum.cumo/vue-datepicker](https://github.com/sumcumo/vue-datepicker) to which I have previously contributed but which is no longer maintained. That project was originally forked from [vuejs-datepicker](https://github.com/charliekassel/vuejs-datepicker) which is licensed under the [MIT](https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE) license.
16
+
Thanks to the original creators for the great work.
17
+
19
18
## Features
20
19
21
20
- accepts keyboard input
@@ -31,17 +30,17 @@ N.B. For Vue 2.x, please use version 4.x.
31
30
32
31
## Documentation
33
32
34
-
Checkout the vuepress [Documentation](https://sumcumo.github.io/vue-datepicker/).
35
-
There you will also find the [Demo](https://sumcumo.github.io/vue-datepicker/demo/) pages
36
-
and the [Migration](https://sumcumo.github.io/vue-datepicker/guide/Migration) guide.
33
+
Checkout the vuepress [Documentation](https://mst101.github.io/vue-datepicker/).
34
+
There you will also find the [Demo](https://mst101.github.io/vue-datepicker/demo/) pages
35
+
and the [Migration](https://mst101.github.io/vue-datepicker/guide/Migration) guide.
37
36
38
37
## Contribution
39
38
40
-
Please feel free to [open up an issue](https://github.com/sumcumo/vue-datepicker/issues/new) or provide a pull request.
39
+
Please feel free to [open up an issue](https://github.com/mst101/vue-datepicker/issues/new) or provide a pull request.
Copy file name to clipboardExpand all lines: docs/guide/Migration/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Migration
2
2
3
-
## 5.x.x to 6.x.x
3
+
## From `@sum.cumo/vue-datepicker 5.x.x` to `@mst101/vue-datepicker 6.x.x`
4
4
5
5
- disabled and highlighted `to`/`from` dates are now **inclusive** e.g. `<DatePicker :disabled-dates="{ from: new Date(2023, 6, 15) }" />` now disables 15th July 2023 and all dates beyond.
- nuxt [documentation](https://cli.vuejs.org/config/#transpiledependencies). Use build.transpile inside the nuxt.config
68
-
- babel-loader [documentation](https://babeljs.io/docs/en/options#exclude). You need to add the `exclude` property like this `exclude: /node_modules\/(?![@sum.cumo\/vue-datepicker])/`
68
+
- babel-loader [documentation](https://babeljs.io/docs/en/options#exclude). You need to add the `exclude` property like this `exclude: /node_modules\/(?![@mst101\/vue-datepicker])/`
0 commit comments