-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed9206d
commit 3dde461
Showing
2 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,80 @@ | ||
=== HEAD | ||
### HEAD | ||
|
||
=== 0.7.2 (October 28, 2014) | ||
### 0.8.0 (November 01, 2015) | ||
|
||
* Use `flex-basis` alongside `width` to support flexbox Grid | ||
* Remove `u-sizeFit`, `u-sizeFitAlt` and `u-sizeFillAlt` as float based layout | ||
is now deprecated with the move to Flexbox | ||
* `u-sizeFill` now uses `flex` | ||
* Move to PostCSS for package build | ||
|
||
### 0.7.2 (October 28, 2014) | ||
|
||
* Add support for JS bundling. | ||
|
||
=== 0.7.1 (June 24, 2014) | ||
### 0.7.1 (June 24, 2014) | ||
|
||
* Add `.css` extension to imports for interoperability. | ||
|
||
=== 0.7.0 (June 21, 2014) | ||
### 0.7.0 (June 21, 2014) | ||
|
||
* npm-based workflow. | ||
* Add MQ files back to component.json. | ||
* Add new preprocessor build tools. | ||
|
||
=== 0.6.2 (March 26, 2014) | ||
### 0.6.2 (March 26, 2014) | ||
|
||
* Remove MQ files from component.json. | ||
* Add `files` to package.json. | ||
|
||
=== 0.6.1 (March 25, 2014) | ||
### 0.6.1 (March 25, 2014) | ||
|
||
* Use `calc()` to improve precision of recurring decimals. | ||
|
||
=== 0.6.0 (March 25, 2014) | ||
### 0.6.0 (March 25, 2014) | ||
|
||
* Change media query naming convention to `u-sm-*`, `u-md-*`, `u-lg-*`. | ||
* Add npm support. | ||
* Remove CSSLint. | ||
* Move package to 'utils-size'. | ||
|
||
=== 0.5.0 (September 26, 2013) | ||
### 0.5.0 (September 26, 2013) | ||
|
||
* Add responsive offset plugins. | ||
|
||
=== 0.4.1 (August 30, 2013) | ||
### 0.4.1 (August 30, 2013) | ||
|
||
* Add CSS linting. | ||
* Add `!important` to remaining declarations. | ||
|
||
=== 0.4.0 (August 14, 2013) | ||
### 0.4.0 (August 14, 2013) | ||
|
||
* Add `!important` to `sizeXofY` declarations. | ||
* Remove stray `size3of9` selector. | ||
* Add Xof3 proportions to documentation. | ||
|
||
=== 0.3.0 (June 1, 2013) | ||
### 0.3.0 (June 1, 2013) | ||
|
||
* Add `box-sizing:border-box` to `sizeFull`. | ||
* Create a `sizeFitAlt` utility for floating right. | ||
* Add tests for intrinsic width utilities. | ||
* Fix tests. | ||
|
||
=== 0.2.1 (May 26, 2013) | ||
### 0.2.1 (May 26, 2013) | ||
|
||
* Add Bower ignores. | ||
* Rename `component.json` to `bower.json`. | ||
|
||
=== 0.2.0 (March 19, 2013) | ||
### 0.2.0 (March 19, 2013) | ||
|
||
* Add intrinsic width utilities. | ||
* Use a `size` identifier in the class name. | ||
|
||
=== 0.1.1 (March 7, 2013) | ||
### 0.1.1 (March 7, 2013) | ||
|
||
* Add test file. | ||
* Fix missing comma in selector. | ||
|
||
=== 0.1.0 (March 3, 2013) | ||
### 0.1.0 (March 3, 2013) | ||
|
||
* Public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters