|
1 | | -=== HEAD |
| 1 | +### HEAD |
2 | 2 |
|
3 | | -=== 4.0.0 (June 26, 2014) |
| 3 | +### 5.0.0 (December 09, 2015) |
| 4 | + |
| 5 | +* Remove support for input elements - [issue](https://github.com/suitcss/components-button/issues/6) |
| 6 | +* Upgrade preprocessor to `^0.8.0` |
| 7 | + |
| 8 | +### 4.0.0 (June 26, 2014) |
4 | 9 |
|
5 | 10 | * Change variable names. |
6 | 11 |
|
7 | | -=== 3.3.1 (June 24, 2014) |
| 12 | +### 3.3.1 (June 24, 2014) |
8 | 13 |
|
9 | 14 | * Add `.css` extension to imports for interoperability. |
10 | 15 |
|
11 | | -=== 3.3.0 (June 22, 2014) |
| 16 | +### 3.3.0 (June 22, 2014) |
12 | 17 |
|
13 | 18 | * npm-based workflow. |
14 | 19 | * Add new preprocessor build tools. |
15 | 20 | * Fix Firefox/IE default `button` focus styles. |
16 | 21 |
|
17 | | -=== 3.2.0 (May 15, 2014) |
| 22 | +### 3.2.0 (May 15, 2014) |
18 | 23 |
|
19 | 24 | * Update variables syntax. |
20 | 25 |
|
21 | | -=== 3.1.0 (April 1, 2014) |
| 26 | +### 3.1.0 (April 1, 2014) |
22 | 27 |
|
23 | 28 | * Add npm support. |
24 | 29 | * Revert to implicit-width, inline-block rendering. |
25 | 30 | * Add variables support. |
26 | 31 | * Use Component(1) for development. |
27 | 32 |
|
28 | | -=== 3.0.0 (October 19, 2013) |
| 33 | +### 3.0.0 (October 19, 2013) |
29 | 34 |
|
30 | 35 | * Rewrite the test file using `suit-grid`. |
31 | 36 | * Remove `vertical-align:middle` to make the component conform with framework. |
32 | 37 | * Allow text wrapping. |
33 | 38 | * Make buttons full-width by default. |
34 | 39 | * Add CSS linting and configuration. |
35 | 40 |
|
36 | | -=== 2.0.0 (May 26, 2013) |
| 41 | +### 2.0.0 (May 26, 2013) |
37 | 42 |
|
38 | 43 | * Prevent user-select of text. |
39 | 44 | * Remove size modifiers. |
40 | 45 | * Add `is-disabled` and `:disabled` styles. |
41 | 46 | * Rename `component.json` to `bower.json`. |
42 | 47 |
|
43 | | -=== 1.1.0 (March 7, 2013) |
| 48 | +### 1.1.0 (March 7, 2013) |
44 | 49 |
|
45 | 50 | * Add a test file. |
46 | 51 | * Change class name notation. |
47 | 52 |
|
48 | | -=== 1.0.0 (October 4, 2012) |
| 53 | +### 1.0.0 (October 4, 2012) |
49 | 54 |
|
50 | 55 | * Public release. |
0 commit comments