-
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 #290 from jpbackman/0.2.10
Release 0.2.10
- Loading branch information
Showing
2 changed files
with
20 additions
and
10 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,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)) |
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