Skip to content

Commit 7a3ab2b

Browse files
committed
Merge pull request #290 from jpbackman/0.2.10
Release 0.2.10
2 parents 43f1062 + e9f4744 commit 7a3ab2b

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

CHANGELOG.md

+19-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
## 0.2.9 (2014-11-25)
1+
## 0.2.10 (2014-11-27)
22

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

7-
### Fixes
8-
* Fix color picker and footer styles (#[263](https://github.com/SC5/sc5-styleguide/pull/263))
9-
* Fix navigation ng-class using multiple conditional classes (#[262](https://github.com/SC5/sc5-styleguide/pull/262))
10-
* Fix #255: Do not pollute previews with inheritable styles (#[260](https://github.com/SC5/sc5-styleguide/pull/260))
11-
* Fix: Npm run demo should work without dev dependencies (#[259](https://github.com/SC5/sc5-styleguide/pull/259))
8+
### Fixes:
9+
* Some headers are not activated due to scrollable area being too short (#[287](https://github.com/SC5/sc5-styleguide/pull/287))
10+
* Fix #266: Do not replace pseudo selectors when they appear inside :not clause (#[279](https://github.com/SC5/sc5-styleguide/pull/279))
11+
* Find used variables also from function parameters (#[267](https://github.com/SC5/sc5-styleguide/pull/267))
12+
13+
### Improvements:
14+
* Show full error message in UI when compilation error happens (#[286](https://github.com/SC5/sc5-styleguide/pull/286))
15+
* Disable "Save changes" button when socket connection is lost (#[282](https://github.com/SC5/sc5-styleguide/pull/282))
16+
* Disable "Reset local changes" button if no variable is dirty (#[289](https://github.com/SC5/sc5-styleguide/pull/289))
17+
* Allow scrollbars in content preview if content is too large (#[277](https://github.com/SC5/sc5-styleguide/pull/277))
18+
* Highlight section header when scrolling (#[273](https://github.com/SC5/sc5-styleguide/pull/273))
19+
* Re-style section headings (#[270](https://github.com/SC5/sc5-styleguide/pull/270))
20+
* Whole section heading is now clickable anchor link (#[272](https://github.com/SC5/sc5-styleguide/pull/272))
21+
* Do not use block section styles when main section does not have markup (#[274](https://github.com/SC5/sc5-styleguide/pull/274))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sc5-styleguide",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.",
55
"bin": {
66
"styleguide": "./bin/styleguide"

0 commit comments

Comments
 (0)