-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hannu Pelkonen
committed
Jul 15, 2015
1 parent
eb3c303
commit 66407be
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters