@vcl/input-group
Advanced tools
Comparing version 0.6.3 to 0.7.0-alpha.1
@@ -6,2 +6,26 @@ # Change Log | ||
# [0.7.0-alpha.1](https://github.com/vcl/input-group/compare/v0.7.0-alpha.0...v0.7.0-alpha.1) (2019-11-21) | ||
**Note:** Version bump only for package @vcl/input-group | ||
# [0.7.0-alpha.0](https://github.com/vcl/input-group/compare/v0.6.2...v0.7.0-alpha.0) (2019-11-21) | ||
### Code Refactoring | ||
* migrate vcl to kebab-case ([6f39268](https://github.com/vcl/input-group/commit/6f39268fe95b3f48d44da527e7e283e97eca04cd)) | ||
### BREAKING CHANGES | ||
* All class names are now in kebab-case without any (vcl)prefix by default. | ||
## [0.6.3](https://github.com/vcl/input-group/compare/v0.6.2...v0.6.3) (2019-11-18) | ||
@@ -8,0 +32,0 @@ |
{ | ||
"name": "@vcl/input-group", | ||
"description": "Buttons and icograms (label/ icons) prepended and/ or appended to an input control", | ||
"version": "0.6.3", | ||
"version": "0.7.0-alpha.1", | ||
"main": "package.json", | ||
@@ -27,4 +27,4 @@ "scripts": { | ||
"devDependencies": { | ||
"@vcl/build-demo": "^0.6.3", | ||
"@vcl/preprocessor": "^0.6.3", | ||
"@vcl/build-demo": "^0.7.0-alpha.1", | ||
"@vcl/preprocessor": "^0.7.0-alpha.1", | ||
"browser-sync": "^2.26.3", | ||
@@ -34,4 +34,4 @@ "npm-run-all": "^4.1.5" | ||
"dependencies": { | ||
"@vcl/input": "^0.6.3", | ||
"@vcl/theme": "^0.6.3" | ||
"@vcl/input": "^0.7.0-alpha.1", | ||
"@vcl/theme": "^0.7.0-alpha.1" | ||
}, | ||
@@ -58,3 +58,3 @@ "repository": { | ||
}, | ||
"gitHead": "ce76dfdbf729b9dd2d090c391d587dcf16825020" | ||
"gitHead": "aa79f212dd451f3dca7e12a403704b516acdcefc" | ||
} |
@@ -10,3 +10,3 @@ # [VCL](https://github.com/vcl/doc) input-group | ||
An input group is formed by an `vclInputGroup` as wrapper for buttons, | ||
An input group is formed by an `input-group` as wrapper for buttons, | ||
icograms and an input element. | ||
@@ -28,3 +28,3 @@ | ||
- `vclInputGroup` | ||
- `input-group` | ||
@@ -31,0 +31,0 @@ ## Modifiers |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8546
+ Added@vcl/input@0.7.0-alpha.3(transitive)
- Removed@vcl/input@0.6.3(transitive)
Updated@vcl/input@^0.7.0-alpha.1
Updated@vcl/theme@^0.7.0-alpha.1