Skip to content

Commit

Permalink
Merge pull request #1095 from junaidrsd/release-1.9.0
Browse files Browse the repository at this point in the history
Release 1.9.0
  • Loading branch information
Junaid Rasheed authored Jun 2, 2017
2 parents 1706a76 + d6810d0 commit 8a57277
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.9.0 (2017-06-02)

**Breaking change**
Breaking change: Option excludeDefaultStyles changed to includeDefaultStyles for better clarification. The default value of this option is true. (#[for more details](https://github.com/SC5/sc5-styleguide#build-options))
* Fix #1088 customstyles missing on clean install (#[1093](https://github.com/SC5/sc5-styleguide/pull/1093)) (#[1094](https://github.com/SC5/sc5-styleguide/pull/1094))

* Added build option showReferenceNumbers (#[1089](https://github.com/SC5/sc5-styleguide/pull/1089))


## 1.8.1 (2017-05-08)

* Fix #1082 exclude global styles by parameter (#[1085](https://github.com/SC5/sc5-styleguide/pull/1085))
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 1.8.1 (2017-05-08)
## 1.9.0 (2017-06-02)

* Fix #1082 exclude global styles by parameter (#[1085](https://github.com/SC5/sc5-styleguide/pull/1085))
**Breaking change**
Breaking change: Option excludeDefaultStyles changed to includeDefaultStyles for better clarification. The default value of this option is true. (#[for more details](https://github.com/SC5/sc5-styleguide#build-options))
* Fix #1088 customstyles missing on clean install (#[1093](https://github.com/SC5/sc5-styleguide/pull/1093)) (#[1094](https://github.com/SC5/sc5-styleguide/pull/1094))

* Added build option showReferenceNumbers (#[1089](https://github.com/SC5/sc5-styleguide/pull/1089))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ When this option parameter is enabled, style guide will show reference numbers o
<a name="option-includeDefaultStyles"></a>
**includeDefaultStyles** (boolean, optional, default: true)

Exclude defualt styles.
Include/exclude defualt styles.

<a name="option-showMarkupSection"></a>
**showMarkupSection** (boolean, optional, default: true)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sc5-styleguide",
"version": "1.8.1",
"version": "1.9.0",
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
"bin": {
"styleguide": "./bin/styleguide"
Expand Down

0 comments on commit 8a57277

Please sign in to comment.