Skip to content

Commit

Permalink
Merge pull request #538 from hannu/0.3.8
Browse files Browse the repository at this point in the history
Release 0.3.8
  • Loading branch information
junaidrsd committed Mar 30, 2015
2 parents 542935e + ecd4cdb commit 0ac2914
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.3.8 (2015-03-30)

### 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))

## 0.3.7 (2015-03-12)

* Add initial version of navigation buttons to fullscreen mode (#[475](https://github.com/SC5/sc5-styleguide/pull/475))
Expand Down
25 changes: 21 additions & 4 deletions CHANGELOG_LATEST.md
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))

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.7",
"version": "0.3.8",
"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 0ac2914

Please sign in to comment.