-
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.
Merge pull request #538 from hannu/0.3.8
Release 0.3.8
- Loading branch information
Showing
3 changed files
with
45 additions
and
5 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,6 +1,23 @@ | ||
## 0.3.7 (2015-03-12) | ||
## 0.3.8 (2015-03-30) | ||
|
||
* Add initial version of navigation buttons to fullscreen mode (#[475](https://github.com/SC5/sc5-styleguide/pull/475)) | ||
* Fix fullscreen navigation tests (#[1](https://github.com/SC5/sc5-styleguide/pull/1)) | ||
* Fix broken header link. (#[474](https://github.com/SC5/sc5-styleguide/pull/474), closes [#463](https://github.com/SC5/sc5-styleguide/issues/463)) | ||
### Fixes | ||
|
||
* Fix fullscreen mode when using disableEncapsulation option (#[536](https://github.com/SC5/sc5-styleguide/pull/536)) | ||
* Change CSS order to prevent leakages when not using encapsulation (#[532](https://github.com/SC5/sc5-styleguide/pull/532)) | ||
* Allow loading multiple directives, (#[527](https://github.com/SC5/sc5-styleguide/pull/527), closes [#517](https://github.com/SC5/sc5-styleguide/issues/517)) | ||
* Regex was matching substring of variable name, (#[525](https://github.com/SC5/sc5-styleguide/pull/525), closes [#500](https://github.com/SC5/sc5-styleguide/issues/500)) | ||
* Fix basic plain CSS support, (#[523](https://github.com/SC5/sc5-styleguide/pull/523), closes [#507](https://github.com/SC5/sc5-styleguide/issues/507)) | ||
* Fixed section modifier in fullscreen mode (#[511](https://github.com/SC5/sc5-styleguide/pull/511)) | ||
|
||
### Improvements | ||
|
||
* Support windows linebreaks when parsing additional KSS params (#[530](https://github.com/SC5/sc5-styleguide/pull/530)) | ||
* Explanations on how to use additional CSS (#[528](https://github.com/SC5/sc5-styleguide/pull/528)) | ||
* Update JSCS. Fix code styling issues (#[524](https://github.com/SC5/sc5-styleguide/pull/524)) | ||
* Update all dependencies except gonzales-pe (#[521](https://github.com/SC5/sc5-styleguide/pull/521)) | ||
* Instructions to add multiple --kss-source (#[513](https://github.com/SC5/sc5-styleguide/pull/513)) | ||
|
||
### Features | ||
|
||
* Add possibility to disable shadow DOM encapsulation (#[531](https://github.com/SC5/sc5-styleguide/pull/531)) | ||
|
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