Skip to content

Commit

Permalink
Release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixwong committed Aug 26, 2019
1 parent 425c5df commit 136be0f
Show file tree
Hide file tree
Showing 8 changed files with 745 additions and 177 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

> The Change Log of Vue2 Timepicker `vue2-timepicker`
## v 1.0.0-beta (Prerelease)
## v 1.0.0-beta _(Prerelease)_

### Breaking Changes

**⚠️ IMPORTANT:** The default **import** source in `V1.0.0+` is different from the `v0.x` versions.
**⚠️ IMPORTANT:** The default **import** source in `v1.0.0+` is different from the `v0.x` versions.

From `v1.0.0+`, CSS is excluded from the main source. Please import the CSS files separately.
From `v1.0.0+`, CSS is excluded from the main source. Please import the CSS file separately.

```javascript
// v1.0.0+
Expand All @@ -31,7 +31,9 @@ import VueTimepicker from 'vue2-timepicker'
### New

- Support using _String_ value in `v-model`.
- Added `debug-mode` to help developers investigating the input -> output process
- New `minute-range` and `second-range` support. Companioned with `hide-disabled-minutes` and `hide-disabled-seconds`.
- New `hide-disabled-items` property for hiding **all** excluded items (hour, minute and seconds) at a time.
- Added `debug-mode` to help developers investigating the input -> output process.

### Fixes

Expand Down
451 changes: 367 additions & 84 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.

451 changes: 367 additions & 84 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.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support",
"scripts": {
"dev": "cd demo && yarn serve",
Expand Down

0 comments on commit 136be0f

Please sign in to comment.