File tree Expand file tree Collapse file tree 3 files changed +37
-6
lines changed Expand file tree Collapse file tree 3 files changed +37
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
20
## 0.3.47 (2016-05-11)
2
21
3
22
* Fix typo in README.md (#[ 936] ( https://github.com/SC5/sc5-styleguide/pull/936 ) )
Original file line number Diff line number Diff line change 1
- ## 0.3.47 (2016-05-11 )
1
+ ## 1.0.0 (2016-05-24 )
2
2
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!
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sc5-styleguide" ,
3
- "version" : " 0.3.47 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation." ,
5
5
"bin" : {
6
6
"styleguide" : " ./bin/styleguide"
You can’t perform that action at this time.
0 commit comments