Skip to content

Commit ec2a709

Browse files
committed
1.0.0
1 parent 4e183e3 commit ec2a709

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,52 @@
1-
=== HEAD
1+
### HEAD
22

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

510
* Add support for JS bundling.
611
* Remove typography and link color configuration.
712

8-
=== 0.7.0 (June 26, 2014)
13+
### 0.7.0 (June 26, 2014)
914

1015
* Change variable names.
1116
* Add `.css` extension to imports for interoperability.
1217

13-
=== 0.6.0 (June 21, 2014)
18+
### 0.6.0 (June 21, 2014)
1419

1520
* Support npm-based workflow.
1621
* Add preprocessor build tools;
1722
* Work around a Firefox/IE bug that removes `button` focus styles.
1823

19-
=== 0.5.0 (May 20, 2014)
24+
### 0.5.0 (May 20, 2014)
2025

2126
* Update to use latest variable syntax.
2227
* Reset default 'button' styles.
2328

24-
=== 0.4.0 (March 27, 2014)
29+
### 0.4.0 (March 27, 2014)
2530

2631
* Add npm support.
2732
* Add SUIT-style Component(1) build pipeline.
2833
* Depend on 'normalize.css' 3.0.x.
2934
* Introduce base theme variables for `html` and `a`.
3035
* Remove default `figure` margin.
3136

32-
=== 0.3.0 (November 20, 2013)
37+
### 0.3.0 (November 20, 2013)
3338

3439
* Add `!important` to the `tabindex=-1` styles.
3540
* Update Bower ignores.
3641
* Add 'suit-test' as a development dependency.
3742
* Use Component(1) for development.
3843
* Add CSS linting and configuration.
3944

40-
=== 0.2.0 (August 25, 2013)
45+
### 0.2.0 (August 25, 2013)
4146

4247
* Remove focus outline from elements removed from the keyboard tab flow.
4348
* Remove default border from iframes.
4449

45-
=== 0.1.0 (June 1, 2013)
50+
### 0.1.0 (June 1, 2013)
4651

4752
* Initial 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-base",
33
"description": "CSS base styles",
4-
"version": "0.8.0",
4+
"version": "1.0.0",
55
"style": "index.css",
66
"files": [
77
"index.css",

0 commit comments

Comments
 (0)