Skip to content

Commit 539e459

Browse files
Merge tag 'v1.1.0' into develop
release version 1.1.0
2 parents 43bbbc4 + a019b38 commit 539e459

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
VUE_APP_PACKAGE_JSON=''
33

44
# TAG must be corresponding with the version tag in package.json, need to modify it when new version releases
5-
TAG=1.1.0-beta
5+
TAG=1.1.0

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [1.1.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v1.0.0...v1.1.0) (2019-12-30)
2+
3+
4+
### Features
5+
6+
* **$Directive:** add customized directive `Throttled Click` ([fdd17cf](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/fdd17cfaa375126fa3344b7c3af0421ec88704b5))
7+
* **$Theme:** adaptive color scheme support ([7da3520](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/7da3520b436bd043c2271201976487fd56ab9145))
8+
* **$Theme:** add self-adaptive color scheme ([ffe12e6](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/ffe12e6a4dff2f0e9055fdf607d90f642c3a148b))
9+
10+
11+
### Performance Improvements
12+
13+
* **$ESLint:** add new rule for ESLint ([abcb400](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/abcb4007f70400c20151b1e11c7a20ab92899b01))
14+
* **$package.json:** add dependencies ([0fb370e](https://github.com/johnnymillergh/vuetify-typescript-playground/commit/0fb370e679ca699f639f32dda16487b923be91e2))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* **$Theme:** adaptive color scheme support.
20+
* **$Theme:** self-adaptive color scheme acording user's computer
21+
setting (dark or light)
22+
* **$Directive:** Throttled Click is a customized directive which can prevent user mouse input from triggering for several times in specific
23+
duration.
24+
25+
26+
127
# [1.0.0](https://github.com/johnnymillergh/vuetify-typescript-playground/compare/v0.1.2...v1.0.0) (2019-12-30)
228

329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-typescript-playground",
3-
"version": "1.1.0-beta",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"description": "Vuetify Typescript Playground",
66
"author": {

0 commit comments

Comments
 (0)