diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5b413c..9f89a6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 65526a0f..b7cb37b3 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -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)) \ No newline at end of file +* 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)) \ No newline at end of file diff --git a/package.json b/package.json index 5463d990..6fd9ef26 100644 --- a/package.json +++ b/package.json @@ -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"