Comparing version 2.1.0 to 2.2.0
@@ -1,5 +0,20 @@ | ||
# CHANGELOG | ||
<a name="2.2.0"></a> | ||
# [2.2.0](https://github.com/liip/kanbasu/compare/2.1.0...2.2.0) (2018-05-03) | ||
## 2.1.0 | ||
### Bug Fixes | ||
* **Container:** Ensure correct width inside flex context ([50c0968](https://github.com/liip/kanbasu/commit/50c0968)) | ||
### Features | ||
* **Buttons:** Remove border on bare button ([3c4a651](https://github.com/liip/kanbasu/commit/3c4a651)) | ||
* **Forms:** Allow to customize form groups spacing with dedicated variable ([2ff9168](https://github.com/liip/kanbasu/commit/2ff9168)) | ||
* **Display:** Apply `.hidden` class behavior to `[hidden]` attribute as well ([cb20015](https://github.com/liip/kanbasu/commit/cb20015)) | ||
# 2.1.0 | ||
### Added | ||
@@ -10,4 +25,5 @@ | ||
## 2.0.0 | ||
# 2.0.0 | ||
### Changed | ||
@@ -42,6 +58,8 @@ | ||
## 1.7.0 | ||
# 1.7.0 | ||
* Do not remove margins on first/last children of `.box` element (prevent `.grid--multiline` to work properly) | ||
## 1.6.1 | ||
@@ -51,4 +69,5 @@ | ||
## 1.6.0 | ||
# 1.6.0 | ||
* Remove optional/documentation-related files from the NPM package (see .npmignore) | ||
@@ -61,4 +80,5 @@ * Generate all alternative spacings classes using a mixin based on new $spacings variable | ||
## 1.5.0 | ||
# 1.5.0 | ||
* Remove the declaration about links inside boxes which cause more headhache than solve problems | ||
@@ -68,4 +88,5 @@ * Add per-breakpoint text alignment classes | ||
## 1.4.0 | ||
# 1.4.0 | ||
* Add silent-classes in addition to classes where it makes sense to extend, fix #33 | ||
@@ -78,2 +99,3 @@ * Allow more flexibility on buttons’ padding with optional ratio ($btn-use-padding-ratio) | ||
## 1.3.1 | ||
@@ -85,4 +107,5 @@ | ||
## 1.3.0 | ||
# 1.3.0 | ||
* **Change default breakpoints to be minimum width and above** | ||
@@ -100,2 +123,3 @@ * $mq-xs, $mq-sm, $mq-md and $mq-lg are now deprecated | ||
## 1.2.2 | ||
@@ -105,2 +129,3 @@ | ||
## 1.2.1 | ||
@@ -110,4 +135,5 @@ | ||
## 1.2.0 | ||
# 1.2.0 | ||
* Add basic styling for disabled input | ||
@@ -119,2 +145,3 @@ * Improve documentation readability and usability | ||
## 1.1.1 | ||
@@ -125,4 +152,5 @@ | ||
## 1.1.0 | ||
# 1.1.0 | ||
* Vertically align list-inline elements in the middle | ||
@@ -134,2 +162,3 @@ * Do not handle list-inline extra white space with font-size reset anymore | ||
## 1.0.3 | ||
@@ -140,2 +169,3 @@ | ||
## 1.0.2 | ||
@@ -145,2 +175,3 @@ | ||
## 1.0.1 | ||
@@ -150,4 +181,5 @@ | ||
## 1.0.0 | ||
# 1.0.0 | ||
* Initial release |
{ | ||
"name": "kanbasu", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A customizable CSS framework focused on layouting to easily scaffold responsive web interfaces.", | ||
@@ -18,3 +18,4 @@ "homepage": "http://kanbasu.liip.ch", | ||
"lint": "stylelint 'src/scss/**/*.scss' --syntax scss", | ||
"test": "npm run scss && npm run lint" | ||
"test": "npm run scss && npm run lint", | ||
"release": "release-it" | ||
}, | ||
@@ -36,11 +37,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"@frctl/fractal": "^1.1.5", | ||
"autoprefixer": "^7.1.2", | ||
"@frctl/fractal": "^1.1.7", | ||
"autoprefixer": "^8.4.1", | ||
"conventional-changelog-cli": "^1.3.22", | ||
"mandelbrot-kanbasu": "github:LeBenLeBen/mandelbrot-kanbasu#1.0.3", | ||
"marked": "^0.3.12", | ||
"node-sass": "^4.5.3", | ||
"onchange": "^3.2.1", | ||
"parallelshell": "^3.0.1", | ||
"postcss-cli": "^4.1.0", | ||
"stylelint": "^8.0.0", | ||
"marked": "^0.3.19", | ||
"node-sass": "^4.9.0", | ||
"onchange": "^3.3.0", | ||
"parallelshell": "^3.0.2", | ||
"postcss-cli": "^5.0.0", | ||
"release-it": "^7.4.3", | ||
"stylelint": "^9.2.0", | ||
"stylelint-config-rawbot": "^0.1.1" | ||
@@ -47,0 +50,0 @@ }, |
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
Sorry, the diff of this file is not supported yet
89203
49
59
12