Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.9.0 #1095

Merged
merged 1 commit into from
Jun 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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