Skip to content

Commit 0a36cad

Browse files
author
Junaid Rasheed
committed
Merge pull request #951 from varya/release/1.0.0
Release 1.0.0
2 parents 69bbda0 + 747e066 commit 0a36cad

File tree

3 files changed

+37
-6
lines changed

3 files changed

+37
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.0.0 (2016-05-24)
2+
3+
### Improvements
4+
* Use new version of gonzales and traverse for LESS (#[947](https://github.com/SC5/sc5-styleguide/pull/947))<br/>
5+
Thanks to this change, we should get rid of many parsing bugs.
6+
* Upgrade packages (#[933](https://github.com/SC5/sc5-styleguide/pull/933))
7+
* Return server instance when calling styleguide.server() (#[948](https://github.com/SC5/sc5-styleguide/pull/948))
8+
* Fix css for search field (#[935](https://github.com/SC5/sc5-styleguide/pull/935))
9+
* Optimize filter setVariables (#[946](https://github.com/SC5/sc5-styleguide/pull/946))
10+
11+
### Internal improvements
12+
* Test for !optional in SCSS. Fix #757 (#[950](https://github.com/SC5/sc5-styleguide/pull/950))
13+
* Test for @supports in CSS. Fix #944 (#[949](https://github.com/SC5/sc5-styleguide/pull/949))
14+
15+
### Credits
16+
17+
Thanks to [Sascha Egerer](https://github.com/sascha-egerer), [Matti Suur-Askola](https://github.com/mattisa) and
18+
[Marc](https://github.com/soulfresh) for making this release to happen!
19+
120
## 0.3.47 (2016-05-11)
221

322
* Fix typo in README.md (#[936](https://github.com/SC5/sc5-styleguide/pull/936))

CHANGELOG_LATEST.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
## 0.3.47 (2016-05-11)
1+
## 1.0.0 (2016-05-24)
22

3-
* Fix typo in README.md (#[936](https://github.com/SC5/sc5-styleguide/pull/936))
4-
* Section page displays subsection details links (#[938](https://github.com/SC5/sc5-styleguide/pull/938))
5-
* Additional links in the documentation (#[930](https://github.com/SC5/sc5-styleguide/pull/930))
6-
* Upgrade to angular 1.5 and latest phantomjs (#[924](https://github.com/SC5/sc5-styleguide/pull/924))
3+
### Improvements
4+
* Use new version of gonzales and traverse for LESS (#[947](https://github.com/SC5/sc5-styleguide/pull/947))<br/>
5+
Thanks to this change, we should get rid of many parsing bugs.
6+
* Upgrade packages (#[933](https://github.com/SC5/sc5-styleguide/pull/933))
7+
* Return server instance when calling styleguide.server() (#[948](https://github.com/SC5/sc5-styleguide/pull/948))
8+
* Fix css for search field (#[935](https://github.com/SC5/sc5-styleguide/pull/935))
9+
* Optimize filter setVariables (#[946](https://github.com/SC5/sc5-styleguide/pull/946))
10+
11+
### Internal improvements
12+
* Test for !optional in SCSS. Fix #757 (#[950](https://github.com/SC5/sc5-styleguide/pull/950))
13+
* Test for @supports in CSS. Fix #944 (#[949](https://github.com/SC5/sc5-styleguide/pull/949))
14+
15+
### Credits
16+
17+
Thanks to [Sascha Egerer](https://github.com/sascha-egerer), [Matti Suur-Askola](https://github.com/mattisa) and
18+
[Marc](https://github.com/soulfresh) for making this release to happen!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "0.3.47",
3+
"version": "1.0.0",
44
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
55
"bin": {
66
"styleguide": "./bin/styleguide"

0 commit comments

Comments
 (0)