Skip to content

Commit

Permalink
Merge pull request #671 from hannu/0.3.23
Browse files Browse the repository at this point in the history
Release 0.3.23
  • Loading branch information
hannu committed Jun 16, 2015
2 parents 8a0068e + a4faf75 commit 1b5960f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.3.23 (2015-06-16)

### Fixes

* Support special characters on page title and on designer tool, (#[670](https://github.com/SC5/sc5-styleguide/pull/670), closes [#664](https://github.com/SC5/sc5-styleguide/issues/664))
* Fix: Ignored blocks should not change line numbering (#[669](https://github.com/SC5/sc5-styleguide/pull/669))
* Fix '{{color.value}} does not conform to the required format' warnings (#[665](https://github.com/SC5/sc5-styleguide/pull/665))

### Improvements

* Throttle scroll events. Optimize scroll performance (#[666](https://github.com/SC5/sc5-styleguide/pull/666))
* Update dependencies (#[668](https://github.com/SC5/sc5-styleguide/pull/668))
* Add customizable section header colors (#[667](https://github.com/SC5/sc5-styleguide/pull/667))

## 0.3.22 (2015-06-11)

### Fixes
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.3.22 (2015-06-11)
## 0.3.23 (2015-06-16)

### Fixes

* Fix issue when override mixin gets replaced with the empty one. Add test case (#[660](https://github.com/SC5/sc5-styleguide/pull/660))
* Support special characters on page title and on designer tool, (#[670](https://github.com/SC5/sc5-styleguide/pull/670), closes [#664](https://github.com/SC5/sc5-styleguide/issues/664))
* Fix: Ignored blocks should not change line numbering (#[669](https://github.com/SC5/sc5-styleguide/pull/669))
* Fix '{{color.value}} does not conform to the required format' warnings (#[665](https://github.com/SC5/sc5-styleguide/pull/665))

### Improvements

* Throttle scroll events. Optimize scroll performance (#[666](https://github.com/SC5/sc5-styleguide/pull/666))
* Update dependencies (#[668](https://github.com/SC5/sc5-styleguide/pull/668))
* Add customizable section header colors (#[667](https://github.com/SC5/sc5-styleguide/pull/667))
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": "0.3.22",
"version": "0.3.23",
"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 1b5960f

Please sign in to comment.