|
1 | | -=== HEAD |
| 1 | +### HEAD |
2 | 2 |
|
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) |
4 | 10 |
|
5 | 11 | * Add support for JS bundling. |
6 | 12 |
|
7 | | -=== 2.0.1 (July 8, 2014) |
| 13 | +### 2.0.1 (July 8, 2014) |
8 | 14 |
|
9 | 15 | * Support different unit types for grid gutter width. |
10 | 16 |
|
11 | | -=== 2.0.0 (June 26, 2014) |
| 17 | +### 2.0.0 (June 26, 2014) |
12 | 18 |
|
13 | 19 | * Change variable names. |
14 | 20 |
|
15 | | -=== 1.4.1 (June 24, 2014) |
| 21 | +### 1.4.1 (June 24, 2014) |
16 | 22 |
|
17 | 23 | * Add `.css` extension to imports for interoperability. |
18 | 24 |
|
19 | | -=== 1.4.0 (June 22, 2014) |
| 25 | +### 1.4.0 (June 22, 2014) |
20 | 26 |
|
21 | 27 | * npm-based workflow. |
22 | 28 | * Add new preprocessor build tools. |
23 | 29 |
|
24 | | -=== 1.3.0 (May 15, 2014) |
| 30 | +### 1.3.0 (May 15, 2014) |
25 | 31 |
|
26 | 32 | * Use latest variable syntax. |
27 | 33 |
|
28 | | -=== 1.2.0 (April 5, 2014) |
| 34 | +### 1.2.0 (April 5, 2014) |
29 | 35 |
|
30 | 36 | * Add configurable variables. |
31 | 37 | * Add `Grid-withGutter` modifier. |
32 | 38 | * Add npm support. |
33 | 39 |
|
34 | | -=== 1.1.0 (November 20, 2013) |
| 40 | +### 1.1.0 (November 20, 2013) |
35 | 41 |
|
36 | 42 | * Add `Grid--alignMiddle` and `Grid--alignBottom` modifiers. |
37 | 43 | * Fix Component(1) install and use it in development. |
38 | 44 | * Rewrite the visual tests using 'suit-test'. |
39 | 45 |
|
40 | | -=== 1.0.0 (October 18, 2013) |
| 46 | +### 1.0.0 (October 18, 2013) |
41 | 47 |
|
42 | 48 | * Improve documentation. |
43 | 49 | * Improve whitespace collapse reliability by using `font-size:0` (no IE 8 support). |
44 | 50 | * Add `Grid--alignRight` to right-align grid cells. |
45 | 51 | * Rename `Grid--center` to `Grid-alignCenter`. |
46 | 52 | * Add `utils-offset` to development dependencies. |
47 | 53 |
|
48 | | -=== 0.3.2 (September 1, 2013) |
| 54 | +### 0.3.2 (September 1, 2013) |
49 | 55 |
|
50 | 56 | * Add `-webkit-box-sizing` for Android 2/3. |
51 | 57 | * Add CSS linting and configuration. |
52 | 58 | * Add Component(1) support. |
53 | 59 | * Update `utils-dimension` to v0.4.x. |
54 | 60 | * Update Bower install directory path. |
55 | 61 |
|
56 | | -=== 0.3.1 (May 26, 2013) |
| 62 | +### 0.3.1 (May 26, 2013) |
57 | 63 |
|
58 | 64 | * Rename `component.json` to `bower.json`. |
59 | 65 |
|
60 | | -=== 0.3.0 (March 19, 2013) |
| 66 | +### 0.3.0 (March 19, 2013) |
61 | 67 |
|
62 | 68 | * Remove use of `Grid` as a child of `Grid`. |
63 | 69 | * Remove default gutter. |
64 | 70 |
|
65 | | -=== 0.2.0 (March 7, 2013) |
| 71 | +### 0.2.0 (March 7, 2013) |
66 | 72 |
|
67 | 73 | * Add a test file. |
68 | 74 | * Fix whitespace collasping in Chrome 25. |
69 | 75 | * Change class naming convention. |
70 | 76 | * Remove `unit` classes; now part of a 'dimension' utility. |
71 | 77 |
|
72 | | -=== 0.1.1 (February 25, 2013) |
| 78 | +### 0.1.1 (February 25, 2013) |
73 | 79 |
|
74 | 80 | * Fix typo in unit class name. |
75 | 81 |
|
76 | | -=== 0.1.0 (January 22, 2013) |
| 82 | +### 0.1.0 (January 22, 2013) |
77 | 83 |
|
78 | 84 | * Initial public release. |
0 commit comments