Skip to content

Commit

Permalink
Merge pull request #131 from hannu/0.2.4
Browse files Browse the repository at this point in the history
Bump version to 0.2.4
  • Loading branch information
varya committed Oct 28, 2014
2 parents be42d80 + 94e1364 commit 95d0297
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
51 changes: 28 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
## 0.2.3 (2014-10-21)
## 0.2.4 (2014-10-28)

* 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))
* Take changelogger from SC5 fork (#[129](https://github.com/SC5/sc5-styleguide/pull/129))
* README description how to use wrappers (#[127](https://github.com/SC5/sc5-styleguide/pull/127))
* Improve designer tool UI. Implement initial button styles (#[128](https://github.com/SC5/sc5-styleguide/pull/128))
* Fix README formatting (#[123](https://github.com/SC5/sc5-styleguide/pull/123))
* Update NPM dependencies (#[125](https://github.com/SC5/sc5-styleguide/pull/125))
* Page scrollTop problem fixed when linking to section (#[126](https://github.com/SC5/sc5-styleguide/pull/126))
* Fixing broken full screen mode (#[124](https://github.com/SC5/sc5-styleguide/pull/124))
* Generate pseudo style CSS when generating styleguide (#[121](https://github.com/SC5/sc5-styleguide/pull/121))
* Variables service used in FullscreenCtrl (#[122](https://github.com/SC5/sc5-styleguide/pull/122))
* Apply updated styles automatically after saving variables (#[120](https://github.com/SC5/sc5-styleguide/pull/120))
* Wrapper for examples (#[119](https://github.com/SC5/sc5-styleguide/pull/119))
* Use same test set for LESS and SCSS projects (#[117](https://github.com/SC5/sc5-styleguide/pull/117))
* Variables service init gets variables from server (#[118](https://github.com/SC5/sc5-styleguide/pull/118))
* Improve setVariables to support multiple variables. Implement tests (#[113](https://github.com/SC5/sc5-styleguide/pull/113))
* LESS support (#[114](https://github.com/SC5/sc5-styleguide/pull/114))
* Update development instructions in README (#[116](https://github.com/SC5/sc5-styleguide/pull/116))
* Remove demo project and use styleguide styles as a demo project (#[115](https://github.com/SC5/sc5-styleguide/pull/115))
* Update demo project overview (#[111](https://github.com/SC5/sc5-styleguide/pull/111))
* Variable filtering sets only one css attribute (#[112](https://github.com/SC5/sc5-styleguide/pull/112))
* Output overview.html with correct basename even when source filename does not match. (#[104](https://github.com/SC5/sc5-styleguide/pull/104), closes [#101](https://github.com/SC5/sc5-styleguide/issues/101))
* Add possibility to run built-in server via gulp task (#[110](https://github.com/SC5/sc5-styleguide/pull/110))
* Fix: Nothing is shown when viewing color in full screen mode (#[108](https://github.com/SC5/sc5-styleguide/pull/108))
* Namespace links with sg class in the overview markdown file (#[109](https://github.com/SC5/sc5-styleguide/pull/109))
* Use Gonzales parser to parse the variables (#[107](https://github.com/SC5/sc5-styleguide/pull/107))
* Allow lazy loading 3rd party angular directives and including them in the styleguide (#[103](https://github.com/SC5/sc5-styleguide/pull/103))
* More compact styleguide UI styles (#[106](https://github.com/SC5/sc5-styleguide/pull/106))
* Update package dependencies (#[105](https://github.com/SC5/sc5-styleguide/pull/105))

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.3",
"version": "0.2.4",
"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 95d0297

Please sign in to comment.