Skip to content

Commit fcd0089

Browse files
committed
3.0.0
1 parent 24fe403 commit fcd0089

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

CHANGELOG.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,84 @@
1-
=== HEAD
1+
### HEAD
22

3-
=== 2.0.2 (October 28, 2014)
3+
### 3.0.0 (November 01, 2015)
4+
5+
* Switch to flexbox for layout
6+
* Add `Grid--fit` and `Grid--equalHeight` modifiers
7+
* Use PostCSS instead of suitcss-preprocessor
8+
9+
### 2.0.2 (October 28, 2014)
410

511
* Add support for JS bundling.
612

7-
=== 2.0.1 (July 8, 2014)
13+
### 2.0.1 (July 8, 2014)
814

915
* Support different unit types for grid gutter width.
1016

11-
=== 2.0.0 (June 26, 2014)
17+
### 2.0.0 (June 26, 2014)
1218

1319
* Change variable names.
1420

15-
=== 1.4.1 (June 24, 2014)
21+
### 1.4.1 (June 24, 2014)
1622

1723
* Add `.css` extension to imports for interoperability.
1824

19-
=== 1.4.0 (June 22, 2014)
25+
### 1.4.0 (June 22, 2014)
2026

2127
* npm-based workflow.
2228
* Add new preprocessor build tools.
2329

24-
=== 1.3.0 (May 15, 2014)
30+
### 1.3.0 (May 15, 2014)
2531

2632
* Use latest variable syntax.
2733

28-
=== 1.2.0 (April 5, 2014)
34+
### 1.2.0 (April 5, 2014)
2935

3036
* Add configurable variables.
3137
* Add `Grid-withGutter` modifier.
3238
* Add npm support.
3339

34-
=== 1.1.0 (November 20, 2013)
40+
### 1.1.0 (November 20, 2013)
3541

3642
* Add `Grid--alignMiddle` and `Grid--alignBottom` modifiers.
3743
* Fix Component(1) install and use it in development.
3844
* Rewrite the visual tests using 'suit-test'.
3945

40-
=== 1.0.0 (October 18, 2013)
46+
### 1.0.0 (October 18, 2013)
4147

4248
* Improve documentation.
4349
* Improve whitespace collapse reliability by using `font-size:0` (no IE 8 support).
4450
* Add `Grid--alignRight` to right-align grid cells.
4551
* Rename `Grid--center` to `Grid-alignCenter`.
4652
* Add `utils-offset` to development dependencies.
4753

48-
=== 0.3.2 (September 1, 2013)
54+
### 0.3.2 (September 1, 2013)
4955

5056
* Add `-webkit-box-sizing` for Android 2/3.
5157
* Add CSS linting and configuration.
5258
* Add Component(1) support.
5359
* Update `utils-dimension` to v0.4.x.
5460
* Update Bower install directory path.
5561

56-
=== 0.3.1 (May 26, 2013)
62+
### 0.3.1 (May 26, 2013)
5763

5864
* Rename `component.json` to `bower.json`.
5965

60-
=== 0.3.0 (March 19, 2013)
66+
### 0.3.0 (March 19, 2013)
6167

6268
* Remove use of `Grid` as a child of `Grid`.
6369
* Remove default gutter.
6470

65-
=== 0.2.0 (March 7, 2013)
71+
### 0.2.0 (March 7, 2013)
6672

6773
* Add a test file.
6874
* Fix whitespace collasping in Chrome 25.
6975
* Change class naming convention.
7076
* Remove `unit` classes; now part of a 'dimension' utility.
7177

72-
=== 0.1.1 (February 25, 2013)
78+
### 0.1.1 (February 25, 2013)
7379

7480
* Fix typo in unit class name.
7581

76-
=== 0.1.0 (January 22, 2013)
82+
### 0.1.0 (January 22, 2013)
7783

7884
* Initial public release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Read more about [SUIT CSS](https://github.com/suitcss/suit/).
1414
## Installation
1515

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

1919
## Features
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suitcss-components-grid",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"style": "index.css",
55
"files": [
66
"index.css",

0 commit comments

Comments
 (0)