Skip to content

Commit

Permalink
Merge pull request #797 from hannu/0.3.35
Browse files Browse the repository at this point in the history
Release 0.3.35
  • Loading branch information
varya committed Sep 21, 2015
2 parents 510822a + d951c41 commit dd17023
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.3.35 (2015-09-21)

### Features

* Possibility to remove sg-styles in markdown with sg-no-style attribute (#[794](https://github.com/SC5/sc5-styleguide/pull/794))

### Improvements

* Use Babel in gulpfiles. Fix #766 (#[774](https://github.com/SC5/sc5-styleguide/pull/774))
* Improve UI and customization variables (#[791](https://github.com/SC5/sc5-styleguide/pull/791))

### Fixes

* Fix typo in README (#[792](https://github.com/SC5/sc5-styleguide/pull/792))

## 0.3.34 (2015-09-14)

### Fixes
Expand Down
15 changes: 9 additions & 6 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## 0.3.34 (2015-09-14)
## 0.3.35 (2015-09-21)

### Fixes
### Features

* Fix demo styleguide KSS examples (#[787](https://github.com/SC5/sc5-styleguide/pull/787))
* Rename the resultant CSS file to fix the empty demo problem (#[789](https://github.com/SC5/sc5-styleguide/pull/789))
* Possibility to remove sg-styles in markdown with sg-no-style attribute (#[794](https://github.com/SC5/sc5-styleguide/pull/794))

### Improvements

* Possibility to include all section elements in fullscreen mode (#[788](https://github.com/SC5/sc5-styleguide/pull/788))
* Renamed wrappedMarkup property into renderMarkupPropery (#[785](https://github.com/SC5/sc5-styleguide/pull/785))
* Use Babel in gulpfiles. Fix #766 (#[774](https://github.com/SC5/sc5-styleguide/pull/774))
* Improve UI and customization variables (#[791](https://github.com/SC5/sc5-styleguide/pull/791))

### Fixes

* Fix typo in README (#[792](https://github.com/SC5/sc5-styleguide/pull/792))
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.34",
"version": "0.3.35",
"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 dd17023

Please sign in to comment.