-
Notifications
You must be signed in to change notification settings - Fork 30
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
24fe403
commit fcd0089
Showing
3 changed files
with
24 additions
and
18 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,78 +1,84 @@ | ||
=== HEAD | ||
### HEAD | ||
|
||
=== 2.0.2 (October 28, 2014) | ||
### 3.0.0 (November 01, 2015) | ||
|
||
* Switch to flexbox for layout | ||
* Add `Grid--fit` and `Grid--equalHeight` modifiers | ||
* Use PostCSS instead of suitcss-preprocessor | ||
|
||
### 2.0.2 (October 28, 2014) | ||
|
||
* Add support for JS bundling. | ||
|
||
=== 2.0.1 (July 8, 2014) | ||
### 2.0.1 (July 8, 2014) | ||
|
||
* Support different unit types for grid gutter width. | ||
|
||
=== 2.0.0 (June 26, 2014) | ||
### 2.0.0 (June 26, 2014) | ||
|
||
* Change variable names. | ||
|
||
=== 1.4.1 (June 24, 2014) | ||
### 1.4.1 (June 24, 2014) | ||
|
||
* Add `.css` extension to imports for interoperability. | ||
|
||
=== 1.4.0 (June 22, 2014) | ||
### 1.4.0 (June 22, 2014) | ||
|
||
* npm-based workflow. | ||
* Add new preprocessor build tools. | ||
|
||
=== 1.3.0 (May 15, 2014) | ||
### 1.3.0 (May 15, 2014) | ||
|
||
* Use latest variable syntax. | ||
|
||
=== 1.2.0 (April 5, 2014) | ||
### 1.2.0 (April 5, 2014) | ||
|
||
* Add configurable variables. | ||
* Add `Grid-withGutter` modifier. | ||
* Add npm support. | ||
|
||
=== 1.1.0 (November 20, 2013) | ||
### 1.1.0 (November 20, 2013) | ||
|
||
* Add `Grid--alignMiddle` and `Grid--alignBottom` modifiers. | ||
* Fix Component(1) install and use it in development. | ||
* Rewrite the visual tests using 'suit-test'. | ||
|
||
=== 1.0.0 (October 18, 2013) | ||
### 1.0.0 (October 18, 2013) | ||
|
||
* Improve documentation. | ||
* Improve whitespace collapse reliability by using `font-size:0` (no IE 8 support). | ||
* Add `Grid--alignRight` to right-align grid cells. | ||
* Rename `Grid--center` to `Grid-alignCenter`. | ||
* Add `utils-offset` to development dependencies. | ||
|
||
=== 0.3.2 (September 1, 2013) | ||
### 0.3.2 (September 1, 2013) | ||
|
||
* Add `-webkit-box-sizing` for Android 2/3. | ||
* Add CSS linting and configuration. | ||
* Add Component(1) support. | ||
* Update `utils-dimension` to v0.4.x. | ||
* Update Bower install directory path. | ||
|
||
=== 0.3.1 (May 26, 2013) | ||
### 0.3.1 (May 26, 2013) | ||
|
||
* Rename `component.json` to `bower.json`. | ||
|
||
=== 0.3.0 (March 19, 2013) | ||
### 0.3.0 (March 19, 2013) | ||
|
||
* Remove use of `Grid` as a child of `Grid`. | ||
* Remove default gutter. | ||
|
||
=== 0.2.0 (March 7, 2013) | ||
### 0.2.0 (March 7, 2013) | ||
|
||
* Add a test file. | ||
* Fix whitespace collasping in Chrome 25. | ||
* Change class naming convention. | ||
* Remove `unit` classes; now part of a 'dimension' utility. | ||
|
||
=== 0.1.1 (February 25, 2013) | ||
### 0.1.1 (February 25, 2013) | ||
|
||
* Fix typo in unit class name. | ||
|
||
=== 0.1.0 (January 22, 2013) | ||
### 0.1.0 (January 22, 2013) | ||
|
||
* Initial 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
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