|
1 |
| -## 0.2.6 (2014-11-14) |
| 1 | +## 0.2.7 (2014-11-18) |
2 | 2 |
|
3 | 3 | ### Features
|
4 |
| -* Add header error state styles to styleguide (#[182](https://github.com/SC5/sc5-styleguide/pull/182)) |
5 |
| -* Integrate KSS splitter. Show related CSS styles in UI (#[181](https://github.com/SC5/sc5-styleguide/pull/181)) |
6 |
| -* Gonzales based KSS splitter + more complex tests (#[180](https://github.com/SC5/sc5-styleguide/pull/180)) |
7 |
| -* Notify the UI of sass compile errors (#[179](https://github.com/SC5/sc5-styleguide/pull/179)) |
8 |
| -* Fix: Support styleVariables parameter also when running styleguide executable (#[174](https://github.com/SC5/sc5-styleguide/pull/174)) |
9 |
| -* Possibility to define separate src for less and sass compiling (#[167](https://github.com/SC5/sc5-styleguide/pull/167)) |
10 |
| -* Show an error icon when socket is disconnected (#[168](https://github.com/SC5/sc5-styleguide/pull/168)) |
11 |
| -* Finetune socket disconnected icon styles (#[175](https://github.com/SC5/sc5-styleguide/pull/175)) |
12 |
| -* Store information if designer tool variable is changed. Smarter change merging (#[161](https://github.com/SC5/sc5-styleguide/pull/161)) |
13 |
| -* Do not list variables alphabetically in Designer Tool (#[157](https://github.com/SC5/sc5-styleguide/pull/157)) |
| 4 | +* Parse section related variables to styleguide.json (#[188](https://github.com/SC5/sc5-styleguide/pull/188)) |
| 5 | +* Use Github readme as a demo project overview page (#[202](https://github.com/SC5/sc5-styleguide/pull/202)) |
| 6 | +* Don't bail out in case of parsing errors; emit compile error event to UI (#[201](https://github.com/SC5/sc5-styleguide/pull/201)) |
14 | 7 |
|
15 | 8 | ### Fixes
|
16 |
| -* Fix: Regexp splitter does not detect blocks correctly in some cases (#[177](https://github.com/SC5/sc5-styleguide/pull/177)) |
17 |
| -* Fix: Add missing width to disconnect icon styles (#[178](https://github.com/SC5/sc5-styleguide/pull/178)) |
18 |
| -* Hide socket connection icon and Designer Tool if socket is not used (#[173](https://github.com/SC5/sc5-styleguide/pull/173)) |
19 |
| -* Do not stop watch when SASS compile error occurs (#[165](https://github.com/SC5/sc5-styleguide/pull/165)) |
20 |
| -* Fix: Add input focus color back (#[164](https://github.com/SC5/sc5-styleguide/pull/164)) |
21 |
| -* Fixing default cursor value (#[176](https://github.com/SC5/sc5-styleguide/pull/176)) |
22 |
| -* Fix sass and less src parameter handling (#[170](https://github.com/SC5/sc5-styleguide/pull/170)) |
23 |
| -* Fix: Sync deleted and added variables in designer tool (#[158](https://github.com/SC5/sc5-styleguide/pull/158)) |
| 9 | +* Fix #191: Sort styleguide sections by reference number (#[197](https://github.com/SC5/sc5-styleguide/pull/197)) |
| 10 | +* 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)) |
| 11 | +* Ometa splitter is not in use any more (#[198](https://github.com/SC5/sc5-styleguide/pull/198)) |
24 | 12 |
|
25 | 13 | ### Improvements
|
26 |
| -* Add test for SASS and LESS processing (#[183](https://github.com/SC5/sc5-styleguide/pull/183)) |
27 |
| -* Separate wrapper markup generator to its own module (#[163](https://github.com/SC5/sc5-styleguide/pull/163)) |
28 |
| -* Add coveralls configuration and install node-coveralls (#[160](https://github.com/SC5/sc5-styleguide/pull/160)) |
29 |
| -* Add Istanbul code coverage instrumentation and lcov report generation (#[159](https://github.com/SC5/sc5-styleguide/pull/159)) |
30 |
| -* Form renderer in a separate testable method (#[156](https://github.com/SC5/sc5-styleguide/pull/156)) |
| 14 | +* Use new version of Gonzales (#[194](https://github.com/SC5/sc5-styleguide/pull/194)) |
| 15 | +* Move development instructions to own file, add TOC to readme (#[203](https://github.com/SC5/sc5-styleguide/pull/203)) |
| 16 | +* Refactor: use promises in styleguide.js, use named functions instead of comments, general readability improvements (#[193](https://github.com/SC5/sc5-styleguide/pull/193)) |
| 17 | +* Add gulp task "dev", a shorthand for watch with parameters (#[192](https://github.com/SC5/sc5-styleguide/pull/192)) |
| 18 | +* 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)) |
0 commit comments