Skip to content

Commit

Permalink
release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhyuwa committed Mar 16, 2021
1 parent 52dc5f8 commit a4bf200
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ All notable changes to this project will be documented in this file.

- Fixed `shortcuts` when use custom.

## [1.0.5]

- Added dayjs `customParseFormat` plugin, to correctly parse from `formatter` props ([#3](https://github.com/kenhyuwa/litepie-datepicker/pull/3)).
- Added keyboard event `keyup` for update value ([#5](https://github.com/kenhyuwa/litepie-datepicker/pull/5)).

[Released]: https://github.com/kenhyuwa/litepie-datepicker/
[1.0.0]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.0
[1.0.1]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.1
[1.0.2]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.2
[1.0.3]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.3
[1.0.4]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.4
[1.0.5]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litepie-datepicker",
"version": "1.0.4",
"version": "1.0.5",
"description": "A date range picker component for Vue.js and Tailwind CSS, dependent to day.js",
"main": "dist/litepie-datepicker.ssr.js",
"browser": "dist/litepie-datepicker.esm.js",
Expand Down

0 comments on commit a4bf200

Please sign in to comment.