Skip to content

Commit

Permalink
Release 1.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixwong committed Apr 26, 2020
1 parent 60bcf7d commit 0cc0458
Show file tree
Hide file tree
Showing 9 changed files with 1,706 additions and 292 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

> The Change Log of Vue2 Timepicker `vue2-timepicker`
## v 1.1.0 _(Pre-release)_

### New

- Support manually input values with the `manual-input` toggle.
- Added conditional helper classes `is-empty`, `invalid` and `all-selected` to the `<input>` element.
- Change the `<input>` border to red color when user input is invalid. E.g., when it contains a disabled hour value.

### Improvements

Enable seamless loop from the start or end of a column in `advanced-keyboard` mode.

## v 1.0.8

### Improvements
Expand Down
987 changes: 844 additions & 143 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.

2 changes: 1 addition & 1 deletion dist/VueTimepicker.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0cc0458

Please sign in to comment.