Skip to content

Commit 9989d93

Browse files
author
Junaid Rasheed
authored
Merge pull request #984 from junaidrsd/release-1.1.0
release 1.1.0
2 parents 29de247 + c2120e0 commit 9989d93

File tree

3 files changed

+45
-13
lines changed

3 files changed

+45
-13
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.1.0 (2016-08-03)
2+
3+
### Features
4+
* Configurable dependencies (#[974](https://github.com/SC5/sc5-styleguide/pull/974))
5+
6+
### Improvements
7+
* Avoid nested paragraphs in description (#[980](https://github.com/SC5/sc5-styleguide/pull/980))
8+
* #961 Tweak bemto.jade path dynamically (#[962](https://github.com/SC5/sc5-styleguide/pull/962))
9+
* Test for $var: $var; declarations in SCSS Fix #496. (#[954](https://github.com/SC5/sc5-styleguide/pull/954))
10+
* enhanced custom styles accessibility to navbar by adding class names … (#[972](https://github.com/SC5/sc5-styleguide/pull/972))
11+
12+
### Fixes
13+
* Fix angular-mocks version (#[973](https://github.com/SC5/sc5-styleguide/pull/973))
14+
* Scrolling from javascript not working when overflow: auto is set on body. (#[956](https://github.com/SC5/sc5-styleguide/pull/956), closes [#42](https://github.com/SC5/sc5-styleguide/issues/42))
15+
16+
### Documentation
17+
* Typos in readme.md (#[971](https://github.com/SC5/sc5-styleguide/pull/971))
18+
* Link to a blog post about advanced adjustment (#[952](https://github.com/SC5/sc5-styleguide/pull/952))
19+
20+
### Credits
21+
22+
Thanks to [Gambit3](https://github.com/gambit3), [Marc](https://github.com/soulfresh).
23+
[Philippe Vayssière](https://github.com/PhilippeVay) and [Yutaro Miyazaki](https://github.com/vwxyutarooo)
24+
for making this release to happen.
25+
26+
127
## 1.0.0 (2016-05-24)
228

329
### Improvements

CHANGELOG_LATEST.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
## 1.0.0 (2016-05-24)
1+
## 1.1.0 (2016-08-03)
2+
3+
### Features
4+
* Configurable dependencies (#[974](https://github.com/SC5/sc5-styleguide/pull/974))
25

36
### 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))
7+
* Avoid nested paragraphs in description (#[980](https://github.com/SC5/sc5-styleguide/pull/980))
8+
* #961 Tweak bemto.jade path dynamically (#[962](https://github.com/SC5/sc5-styleguide/pull/962))
9+
* Test for $var: $var; declarations in SCSS Fix #496. (#[954](https://github.com/SC5/sc5-styleguide/pull/954))
10+
* enhanced custom styles accessibility to navbar by adding class names … (#[972](https://github.com/SC5/sc5-styleguide/pull/972))
11+
12+
### Fixes
13+
* Fix angular-mocks version (#[973](https://github.com/SC5/sc5-styleguide/pull/973))
14+
* Scrolling from javascript not working when overflow: auto is set on body. (#[956](https://github.com/SC5/sc5-styleguide/pull/956), closes [#42](https://github.com/SC5/sc5-styleguide/issues/42))
1015

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))
16+
### Documentation
17+
* Typos in readme.md (#[971](https://github.com/SC5/sc5-styleguide/pull/971))
18+
* Link to a blog post about advanced adjustment (#[952](https://github.com/SC5/sc5-styleguide/pull/952))
1419

1520
### Credits
1621

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!
22+
Thanks to [Gambit3](https://github.com/gambit3), [Marc](https://github.com/soulfresh).
23+
[Philippe Vayssière](https://github.com/PhilippeVay) and [Yutaro Miyazaki](https://github.com/vwxyutarooo)
24+
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": "1.0.0",
3+
"version": "1.1.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)