Skip to content

Commit 517761d

Browse files
committed
5.0.0
1 parent 3159ec5 commit 517761d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,55 @@
1-
=== HEAD
1+
### HEAD
22

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)
49

510
* Change variable names.
611

7-
=== 3.3.1 (June 24, 2014)
12+
### 3.3.1 (June 24, 2014)
813

914
* Add `.css` extension to imports for interoperability.
1015

11-
=== 3.3.0 (June 22, 2014)
16+
### 3.3.0 (June 22, 2014)
1217

1318
* npm-based workflow.
1419
* Add new preprocessor build tools.
1520
* Fix Firefox/IE default `button` focus styles.
1621

17-
=== 3.2.0 (May 15, 2014)
22+
### 3.2.0 (May 15, 2014)
1823

1924
* Update variables syntax.
2025

21-
=== 3.1.0 (April 1, 2014)
26+
### 3.1.0 (April 1, 2014)
2227

2328
* Add npm support.
2429
* Revert to implicit-width, inline-block rendering.
2530
* Add variables support.
2631
* Use Component(1) for development.
2732

28-
=== 3.0.0 (October 19, 2013)
33+
### 3.0.0 (October 19, 2013)
2934

3035
* Rewrite the test file using `suit-grid`.
3136
* Remove `vertical-align:middle` to make the component conform with framework.
3237
* Allow text wrapping.
3338
* Make buttons full-width by default.
3439
* Add CSS linting and configuration.
3540

36-
=== 2.0.0 (May 26, 2013)
41+
### 2.0.0 (May 26, 2013)
3742

3843
* Prevent user-select of text.
3944
* Remove size modifiers.
4045
* Add `is-disabled` and `:disabled` styles.
4146
* Rename `component.json` to `bower.json`.
4247

43-
=== 1.1.0 (March 7, 2013)
48+
### 1.1.0 (March 7, 2013)
4449

4550
* Add a test file.
4651
* Change class name notation.
4752

48-
=== 1.0.0 (October 4, 2012)
53+
### 1.0.0 (October 4, 2012)
4954

5055
* Public release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "suitcss-components-button",
33
"description": "Structural button styles for SUIT CSS",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"style": "index.css",
66
"files": [
77
"index.css",

0 commit comments

Comments
 (0)