Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Nov 1, 2015
1 parent 24fe403 commit fcd0089
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
38 changes: 22 additions & 16 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Read more about [SUIT CSS](https://github.com/suitcss/suit/).
## Installation

* [npm](https://www.npmjs.org/package/suitcss-components-grid): `npm install suitcss-components-grid`
* Download: [zip](https://github.com/suitcss/grid/zipball/master)
* Download: [zip](https://github.com/suitcss/components-grid/releases/latest)

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suitcss-components-grid",
"version": "2.0.2",
"version": "3.0.0",
"style": "index.css",
"files": [
"index.css",
Expand Down

0 comments on commit fcd0089

Please sign in to comment.