Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Nov 1, 2015
1 parent ed9206d commit 3dde461
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
38 changes: 23 additions & 15 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "suitcss-utils-size",
"description": "Sizing utilities for SUIT CSS",
"version": "0.7.2",
"version": "0.8.0",
"style": "index.css",
"files": [
"index.css",
Expand Down

0 comments on commit 3dde461

Please sign in to comment.