File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file. See [standa
44
55## [ 5.0.0] ( https://github.com/sumcumo/vue-datepicker/compare/v4.0.0...v5.0.0 ) (2023-05-06)
66
7-
87### Features
98
109* ** dateinput:** Emit ` typed-date ` event on keyup ([ c14e718] ( https://github.com/sumcumo/vue-datepicker/commit/c14e71816f0d473d835e32eba5319a8c5224a223 ) )
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ This is a fork from the project [vuejs-datepicker](https://github.com/charliekas
77which is licensed under the [ MIT] ( https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE ) license.
88Thanks to the original creators [ charliekassel] ( https://github.com/charliekassel ) for the great work.
99
10- A datepicker Vue component. Compatible with Vue 2.x.
10+ A datepicker Vue component compatible with Vue 3.x.
11+
12+ N.B. For Vue 2.x, please use version 4.x.
1113
1214- [ Features] ( #features )
1315- [ Documentation] ( #Documentation )
@@ -17,8 +19,8 @@ A datepicker Vue component. Compatible with Vue 2.x.
1719## Features
1820
1921- accepts keyboard input
22+ - keyboard navigable
2023- internationalized
21- - date picker
2224- disable dates
2325- highlight dates
2426- inline calendar
@@ -39,7 +41,7 @@ Please feel free to [open up an issue](https://github.com/sumcumo/vue-datepicker
3941
4042## License
4143
42- Copyright 2019 [ sum.cumo GmbH] ( https://www.sumcumo.com/ )
44+ Copyright 2023 [ sum.cumo GmbH] ( https://www.sumcumo.com/ )
4345
4446Licensed under the Apache License, Version 2.0 (the "License");
4547you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments