|
1 | | -=== HEAD |
| 1 | +### HEAD |
2 | 2 |
|
3 | | -=== 0.8.0 (October 28, 2014) |
| 3 | +### 1.0.0 (October 25, 2015) |
| 4 | + |
| 5 | +* Use `box-sizing: border-box;` as a default |
| 6 | +* Remove `bower.json` and `component.json` |
| 7 | + |
| 8 | +### 0.8.0 (October 28, 2014) |
4 | 9 |
|
5 | 10 | * Add support for JS bundling. |
6 | 11 | * Remove typography and link color configuration. |
7 | 12 |
|
8 | | -=== 0.7.0 (June 26, 2014) |
| 13 | +### 0.7.0 (June 26, 2014) |
9 | 14 |
|
10 | 15 | * Change variable names. |
11 | 16 | * Add `.css` extension to imports for interoperability. |
12 | 17 |
|
13 | | -=== 0.6.0 (June 21, 2014) |
| 18 | +### 0.6.0 (June 21, 2014) |
14 | 19 |
|
15 | 20 | * Support npm-based workflow. |
16 | 21 | * Add preprocessor build tools; |
17 | 22 | * Work around a Firefox/IE bug that removes `button` focus styles. |
18 | 23 |
|
19 | | -=== 0.5.0 (May 20, 2014) |
| 24 | +### 0.5.0 (May 20, 2014) |
20 | 25 |
|
21 | 26 | * Update to use latest variable syntax. |
22 | 27 | * Reset default 'button' styles. |
23 | 28 |
|
24 | | -=== 0.4.0 (March 27, 2014) |
| 29 | +### 0.4.0 (March 27, 2014) |
25 | 30 |
|
26 | 31 | * Add npm support. |
27 | 32 | * Add SUIT-style Component(1) build pipeline. |
28 | 33 | * Depend on 'normalize.css' 3.0.x. |
29 | 34 | * Introduce base theme variables for `html` and `a`. |
30 | 35 | * Remove default `figure` margin. |
31 | 36 |
|
32 | | -=== 0.3.0 (November 20, 2013) |
| 37 | +### 0.3.0 (November 20, 2013) |
33 | 38 |
|
34 | 39 | * Add `!important` to the `tabindex=-1` styles. |
35 | 40 | * Update Bower ignores. |
36 | 41 | * Add 'suit-test' as a development dependency. |
37 | 42 | * Use Component(1) for development. |
38 | 43 | * Add CSS linting and configuration. |
39 | 44 |
|
40 | | -=== 0.2.0 (August 25, 2013) |
| 45 | +### 0.2.0 (August 25, 2013) |
41 | 46 |
|
42 | 47 | * Remove focus outline from elements removed from the keyboard tab flow. |
43 | 48 | * Remove default border from iframes. |
44 | 49 |
|
45 | | -=== 0.1.0 (June 1, 2013) |
| 50 | +### 0.1.0 (June 1, 2013) |
46 | 51 |
|
47 | 52 | * Initial release. |
0 commit comments