Skip to content

Commit

Permalink
Merge pull request #340 from hannu/0.2.14
Browse files Browse the repository at this point in the history
Release 0.2.14
  • Loading branch information
varya committed Dec 10, 2014
2 parents a62d117 + 265a1b7 commit 3592bdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## 0.2.13 (2014-12-08)
## 0.2.14 (2014-12-10)

### Fixes:

* Fix addWrapper issue when styleguide config is not yet loaded (#[320](https://github.com/SC5/sc5-styleguide/pull/320))
* Fix issues when styleVariables is undefined (#[319](https://github.com/SC5/sc5-styleguide/pull/319))
* Fix test directive when running gulp dev (#[335](https://github.com/SC5/sc5-styleguide/pull/335))
* Fix: Include demo-gulpfile.js to NPM package. Fixes demo (#[339](https://github.com/SC5/sc5-styleguide/pull/339))
* Fix typo in demo gulp file (#[336](https://github.com/SC5/sc5-styleguide/pull/336))

### Improvements:

* Add lazy loaded directive example to demo project. Use separated gulp file to run demo (#[322](https://github.com/SC5/sc5-styleguide/pull/322))
* Add debounce to search box. (#[327](https://github.com/SC5/sc5-styleguide/pull/327))
* Append link elements to head instead of writing to document (#[331](https://github.com/SC5/sc5-styleguide/pull/331))
* Remove unused scoped styles from processing flow (#[337](https://github.com/SC5/sc5-styleguide/pull/337))
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.2.13",
"version": "0.2.14",
"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 3592bdd

Please sign in to comment.