We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5677e5 commit 3e440a1Copy full SHA for 3e440a1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+### 1.0.7 - (2019-01-20)
6
+
7
+* fix(d-textarea): fix(d-textarea): dynamic height based on max-rows #12
8
9
### 1.0.6 - (2018-11-20)
10
11
* compat: fix IE11 conflict
@@ -43,4 +47,3 @@ All notable changes to this project will be documented in this file.
43
47
### 1.0.0 - (2018-09-11)
44
48
45
49
* Initial release.
46
-
package.json
@@ -1,6 +1,6 @@
1
{
"name": "shards-vue",
- "version": "1.0.6",
+ "version": "1.0.7",
"license": "MIT",
"description": "A free, beautiful and modern Vue.js UI kit based on the Shards UI kit.",
"main": "dist/shards-vue.common.js",
0 commit comments