Skip to content

Commit

Permalink
Release 0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pelkonen committed Jul 15, 2015
1 parent eb3c303 commit 66407be
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
## 0.3.26 (2015-07-15)

### Features

* Allow variable chaining (#[707](https://github.com/SC5/sc5-styleguide/pull/707)) Thanks @paul-barry-kenzan!
* Implement #700. onRendered event (#[705](https://github.com/SC5/sc5-styleguide/pull/705))

### Improvements

* Refactor variable setter. Fixes variable saving issues. Add test cases (#[708](https://github.com/SC5/sc5-styleguide/pull/708))
* Prefixed css classes with sg- so they don't conflict with user's css (#[706](https://github.com/SC5/sc5-styleguide/pull/706)) Thanks @wini16!

### Fixes

* Correct path to helper elements CSS (#[699](https://github.com/SC5/sc5-styleguide/pull/699))
* Correct path to favico for styleguides hosted in subfolders (#[698](https://github.com/SC5/sc5-styleguide/pull/698))
* Correct path to icons when StyleGuide is in a subfolder (#[697](https://github.com/SC5/sc5-styleguide/pull/697))

## 0.3.25 (2015-07-01)

### Fixes

* Fix SASS variable parsing. Pass correct syntax to SCSS parser (#[687](https://github.com/SC5/sc5-styleguide/pull/687))

## 0.3.24 (2015-06-23)

### Features
Expand Down
16 changes: 14 additions & 2 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## 0.3.25 (2015-07-01)
## 0.3.26 (2015-07-15)

### Features

* Allow variable chaining (#[707](https://github.com/SC5/sc5-styleguide/pull/707)) Thanks @paul-barry-kenzan!
* Implement #700. onRendered event (#[705](https://github.com/SC5/sc5-styleguide/pull/705))

### Improvements

* Refactor variable setter. Fixes variable saving issues. Add test cases (#[708](https://github.com/SC5/sc5-styleguide/pull/708))
* Prefixed css classes with sg- so they don't conflict with user's css (#[706](https://github.com/SC5/sc5-styleguide/pull/706)) Thanks @wini16!

### Fixes

* Fix SASS variable parsing. Pass correct syntax to SCSS parser (#[687](https://github.com/SC5/sc5-styleguide/pull/687))
* Correct path to helper elements CSS (#[699](https://github.com/SC5/sc5-styleguide/pull/699))
* Correct path to favico for styleguides hosted in subfolders (#[698](https://github.com/SC5/sc5-styleguide/pull/698))
* Correct path to icons when StyleGuide is in a subfolder (#[697](https://github.com/SC5/sc5-styleguide/pull/697))
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.25",
"version": "0.3.26",
"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 66407be

Please sign in to comment.