|
1 |
| -## 0.2.9 (2014-11-25) |
| 1 | +## 0.2.10 (2014-11-27) |
2 | 2 |
|
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)) |
6 | 7 |
|
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)) |
0 commit comments