-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from hannu/0.2.8
Release 0.2.8
- Loading branch information
Showing
2 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
## 0.2.7 (2014-11-18) | ||
## 0.2.8 (2014-11-24) | ||
|
||
### Features | ||
* 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)) | ||
|
||
* Show related variables in the designer tool (#[214](https://github.com/SC5/sc5-styleguide/pull/214)) | ||
* Add css.src option; can be used to control which files are bundled (#[237](https://github.com/SC5/sc5-styleguide/pull/237)) | ||
|
||
### Fixes | ||
* 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)) | ||
* Fix #191: Sort styleguide sections by reference number (#[197](https://github.com/SC5/sc5-styleguide/pull/197)) | ||
|
||
### Improvements | ||
* 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)) | ||
* Use new version of Gonzales (#[194](https://github.com/SC5/sc5-styleguide/pull/194)) | ||
* Don't bail out in case of parsing errors; emit compile error event to UI (#[201](https://github.com/SC5/sc5-styleguide/pull/201) | ||
* Improve designer tool not to overflow over content (#[220](https://github.com/SC5/sc5-styleguide/pull/220)) | ||
) | ||
* Log error if two KSS sections have the same reference number (#[223](https://github.com/SC5/sc5-styleguide/pull/223)) | ||
* Show designer tool always. Disable variable saving when socket.io does not exists (#[244](https://github.com/SC5/sc5-styleguide/pull/244)) | ||
* Test that error callback is called on sass/less preprocessing errors (#[248](https://github.com/SC5/sc5-styleguide/pull/248)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters