Skip to content

Commit

Permalink
Merge pull request #290 from jpbackman/0.2.10
Browse files Browse the repository at this point in the history
Release 0.2.10
  • Loading branch information
hannu committed Nov 27, 2014
2 parents 43f1062 + e9f4744 commit 7a3ab2b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## 0.2.9 (2014-11-25)
## 0.2.10 (2014-11-27)

### Features
* Support 3-character shorthand CSS colors (#[258](https://github.com/SC5/sc5-styleguide/pull/258))
* Support color values also in the middle of the variable string (#[256](https://github.com/SC5/sc5-styleguide/pull/256))
### Features:
* Find all sections that use the selected variable (#[265](https://github.com/SC5/sc5-styleguide/pull/265))
* If a section does not use variables, list its sub-sections' variables (#[275](https://github.com/SC5/sc5-styleguide/pull/275))
* Scope user stylesheet to user markup if the browser supports it. Thank you @Janpot! (#[280](https://github.com/SC5/sc5-styleguide/pull/280))

### Fixes
* Fix color picker and footer styles (#[263](https://github.com/SC5/sc5-styleguide/pull/263))
* Fix navigation ng-class using multiple conditional classes (#[262](https://github.com/SC5/sc5-styleguide/pull/262))
* Fix #255: Do not pollute previews with inheritable styles (#[260](https://github.com/SC5/sc5-styleguide/pull/260))
* Fix: Npm run demo should work without dev dependencies (#[259](https://github.com/SC5/sc5-styleguide/pull/259))
### Fixes:
* Some headers are not activated due to scrollable area being too short (#[287](https://github.com/SC5/sc5-styleguide/pull/287))
* Fix #266: Do not replace pseudo selectors when they appear inside :not clause (#[279](https://github.com/SC5/sc5-styleguide/pull/279))
* Find used variables also from function parameters (#[267](https://github.com/SC5/sc5-styleguide/pull/267))

### Improvements:
* Show full error message in UI when compilation error happens (#[286](https://github.com/SC5/sc5-styleguide/pull/286))
* Disable "Save changes" button when socket connection is lost (#[282](https://github.com/SC5/sc5-styleguide/pull/282))
* Disable "Reset local changes" button if no variable is dirty (#[289](https://github.com/SC5/sc5-styleguide/pull/289))
* Allow scrollbars in content preview if content is too large (#[277](https://github.com/SC5/sc5-styleguide/pull/277))
* Highlight section header when scrolling (#[273](https://github.com/SC5/sc5-styleguide/pull/273))
* Re-style section headings (#[270](https://github.com/SC5/sc5-styleguide/pull/270))
* Whole section heading is now clickable anchor link (#[272](https://github.com/SC5/sc5-styleguide/pull/272))
* Do not use block section styles when main section does not have markup (#[274](https://github.com/SC5/sc5-styleguide/pull/274))
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.9",
"version": "0.2.10",
"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 7a3ab2b

Please sign in to comment.