Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixwong committed May 31, 2020
1 parent e1cfbb5 commit 58acf18
Show file tree
Hide file tree
Showing 8 changed files with 868 additions and 1,099 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

> The Change Log of Vue2 Timepicker `vue2-timepicker`
## v 1.1.2

### New

More powerful `format` string parameter. E.g., you can hide the "hour" column by setting `format="mm:ss"`, or make AM/PM the first column by `format="A hh:ss"`, no extra CSS hacking needed. Please check the Demo page for more examples.

### Improvements

- Support `shift+tab` to navigate to the previous token slot in the Manual Input mode (Thanks to @jost-s).
- Other minor keyboard navigation enhancements for Manual Input mode

## v 1.1.1

### Improvements
Expand Down
973 changes: 426 additions & 547 deletions dist/VueTimepicker.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueTimepicker.common.js.map

Large diffs are not rendered by default.

973 changes: 426 additions & 547 deletions dist/VueTimepicker.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueTimepicker.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueTimepicker.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueTimepicker.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-timepicker",
"version": "1.1.1",
"version": "1.1.2",
"description": "A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support",
"author": "Phoenix Wong <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 58acf18

Please sign in to comment.