Skip to content

Commit

Permalink
Merge pull request #204 from jpbackman/0.2.7
Browse files Browse the repository at this point in the history
Release: 0.2.7
  • Loading branch information
hannu committed Nov 18, 2014
2 parents 45505d7 + 9c7247f commit 2b308a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
36 changes: 12 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@
## 0.2.6 (2014-11-14)
## 0.2.7 (2014-11-18)

### Features
* Add header error state styles to styleguide (#[182](https://github.com/SC5/sc5-styleguide/pull/182))
* Integrate KSS splitter. Show related CSS styles in UI (#[181](https://github.com/SC5/sc5-styleguide/pull/181))
* Gonzales based KSS splitter + more complex tests (#[180](https://github.com/SC5/sc5-styleguide/pull/180))
* Notify the UI of sass compile errors (#[179](https://github.com/SC5/sc5-styleguide/pull/179))
* Fix: Support styleVariables parameter also when running styleguide executable (#[174](https://github.com/SC5/sc5-styleguide/pull/174))
* Possibility to define separate src for less and sass compiling (#[167](https://github.com/SC5/sc5-styleguide/pull/167))
* Show an error icon when socket is disconnected (#[168](https://github.com/SC5/sc5-styleguide/pull/168))
* Finetune socket disconnected icon styles (#[175](https://github.com/SC5/sc5-styleguide/pull/175))
* Store information if designer tool variable is changed. Smarter change merging (#[161](https://github.com/SC5/sc5-styleguide/pull/161))
* Do not list variables alphabetically in Designer Tool (#[157](https://github.com/SC5/sc5-styleguide/pull/157))
* Parse section related variables to styleguide.json (#[188](https://github.com/SC5/sc5-styleguide/pull/188))
* Use Github readme as a demo project overview page (#[202](https://github.com/SC5/sc5-styleguide/pull/202))
* Don't bail out in case of parsing errors; emit compile error event to UI (#[201](https://github.com/SC5/sc5-styleguide/pull/201))

### Fixes
* Fix: Regexp splitter does not detect blocks correctly in some cases (#[177](https://github.com/SC5/sc5-styleguide/pull/177))
* Fix: Add missing width to disconnect icon styles (#[178](https://github.com/SC5/sc5-styleguide/pull/178))
* Hide socket connection icon and Designer Tool if socket is not used (#[173](https://github.com/SC5/sc5-styleguide/pull/173))
* Do not stop watch when SASS compile error occurs (#[165](https://github.com/SC5/sc5-styleguide/pull/165))
* Fix: Add input focus color back (#[164](https://github.com/SC5/sc5-styleguide/pull/164))
* Fixing default cursor value (#[176](https://github.com/SC5/sc5-styleguide/pull/176))
* Fix sass and less src parameter handling (#[170](https://github.com/SC5/sc5-styleguide/pull/170))
* Fix: Sync deleted and added variables in designer tool (#[158](https://github.com/SC5/sc5-styleguide/pull/158))
* Fix #191: Sort styleguide sections by reference number (#[197](https://github.com/SC5/sc5-styleguide/pull/197))
* Fix: Styles are no longer added twice in the demo project. Fixes Firefox icon font problem (#[195](https://github.com/SC5/sc5-styleguide/pull/195))
* Ometa splitter is not in use any more (#[198](https://github.com/SC5/sc5-styleguide/pull/198))

### Improvements
* Add test for SASS and LESS processing (#[183](https://github.com/SC5/sc5-styleguide/pull/183))
* Separate wrapper markup generator to its own module (#[163](https://github.com/SC5/sc5-styleguide/pull/163))
* Add coveralls configuration and install node-coveralls (#[160](https://github.com/SC5/sc5-styleguide/pull/160))
* Add Istanbul code coverage instrumentation and lcov report generation (#[159](https://github.com/SC5/sc5-styleguide/pull/159))
* Form renderer in a separate testable method (#[156](https://github.com/SC5/sc5-styleguide/pull/156))
* Use new version of Gonzales (#[194](https://github.com/SC5/sc5-styleguide/pull/194))
* Move development instructions to own file, add TOC to readme (#[203](https://github.com/SC5/sc5-styleguide/pull/203))
* Refactor: use promises in styleguide.js, use named functions instead of comments, general readability improvements (#[193](https://github.com/SC5/sc5-styleguide/pull/193))
* Add gulp task "dev", a shorthand for watch with parameters (#[192](https://github.com/SC5/sc5-styleguide/pull/192))
* Add no-fail sass gulp task. Gulp build will fail and exit on sass errors, watches should not. (#[196](https://github.com/SC5/sc5-styleguide/pull/196))
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.6",
"version": "0.2.7",
"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 2b308a4

Please sign in to comment.