Skip to content

Commit 745d79f

Browse files
committed
docs(project): Update README
1 parent c63a968 commit 745d79f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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))

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ This is a fork from the project [vuejs-datepicker](https://github.com/charliekas
77
which is licensed under the [MIT](https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE) license.
88
Thanks 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

4446
Licensed under the Apache License, Version 2.0 (the "License");
4547
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)