Skip to content

Commit

Permalink
Merge pull request #99 from varya/features/0.2.2
Browse files Browse the repository at this point in the history
Releasing 0.2.2
  • Loading branch information
hannu committed Oct 21, 2014
2 parents 47f7f69 + a39f9f4 commit d8d8b7d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 0.2.2 (2014-10-21)

* Move variable parsing logic to external lib. Implement initial tests (#[98](https://github.com/SC5/sc5-styleguide/pull/98))
* Variable saving moved to Variable service (#[97](https://github.com/SC5/sc5-styleguide/pull/97))
* Remove decodeHTML filter as native solution is available (#[94](https://github.com/SC5/sc5-styleguide/pull/94))
* Features/modular css 4 app (#[93](https://github.com/SC5/sc5-styleguide/pull/93))
* Find sass variables with config parameter instead of magic file. Fix socket.io target paths (#[91](https://github.com/SC5/sc5-styleguide/pull/91))
* Fix fullscreen to work also with first level items (#[89](https://github.com/SC5/sc5-styleguide/pull/89))
* Fixed double inclusion of Angular dependencies (#[90](https://github.com/SC5/sc5-styleguide/pull/90))
* Add commonClass option that is added to every preview block (#[87](https://github.com/SC5/sc5-styleguide/pull/87))
* Possibility to display a single element as full page (#[88](https://github.com/SC5/sc5-styleguide/pull/88))
* Fixed section.markup: false (#[86](https://github.com/SC5/sc5-styleguide/pull/86))
* Fix designer mode (#[84](https://github.com/SC5/sc5-styleguide/pull/84))
* Fix dynamic SASS variables (#[80](https://github.com/SC5/sc5-styleguide/pull/80))
* Do not reveal output path to public configuration (#[74](https://github.com/SC5/sc5-styleguide/pull/74))
* Upgrade to angular 1.3.0 (#[82](https://github.com/SC5/sc5-styleguide/pull/82))
* Add david dependency badge (#[83](https://github.com/SC5/sc5-styleguide/pull/83))
* Tests for MainCtrl (#[79](https://github.com/SC5/sc5-styleguide/pull/79))
* Socket.io is optional (#[78](https://github.com/SC5/sc5-styleguide/pull/78))
* Describe in docs that a server should resolve paths into appRoot (#[77](https://github.com/SC5/sc5-styleguide/pull/77))
* Fix: Overview.md is not rendered (#[76](https://github.com/SC5/sc5-styleguide/pull/76))
* Update jscs to 1.7.1. Fix tests (#[75](https://github.com/SC5/sc5-styleguide/pull/75))
* Remove unused stream-assert-gulp (#[72](https://github.com/SC5/sc5-styleguide/pull/72))
* Update jscs to 1.7.0. Fix coding conventions (#[73](https://github.com/SC5/sc5-styleguide/pull/73))

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.2.1",
"version": "0.2.2",
"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 d8d8b7d

Please sign in to comment.