Releases: SC5/sc5-styleguide
1.1.2
1.1.1
1.1.0
1.1.0 (2016-08-03)
Features
- Configurable dependencies (#974)
Improvements
- Avoid nested paragraphs in description (#980)
- #961 Tweak bemto.jade path dynamically (#962)
- Test for $var: $var; declarations in SCSS Fix #496. (#954)
- enhanced custom styles accessibility to navbar by adding class names … (#972)
Fixes
- Fix angular-mocks version (#973)
- Scrolling from javascript not working when overflow: auto is set on body. (#956, closes #42)
Documentation
Credits
Thanks to Gambit3, Marc.
Philippe Vayssière and Yutaro Miyazaki
for making this release to happen.
1.0.0
Improvements
- Use new version of Gonzales (#947)
Thanks to this change, we should get rid of many parsing bugs. - Upgrade packages (#933)
- Return server instance when calling styleguide.server() (#948)
- Fix css for search field (#935)
- Optimize filter setVariables (#946)
Internal improvements
Credits
Thanks to Sascha Egerer, Matti Suur-Askola and
Marc for making this release to happen!
0.3.47
0.3.46
0.3.45
Features
- Add possibility to have includes in jade markup (#911)
- Add ID attributes to quickly select sections and rendered markup. Fix #905 (#906)
Internal improvements
Credits
Thanks to Matthew Shooks and Quentin Devauchelle for making
this release happen.
0.3.44
- Add abbility to register custom processors to modify the styleguide data (#899)
- Helper for adding a new section. Fix #894 (#897)
Fixes
- Add missing jshint dependency (#900)
- Fix #895 render overview code blocks using angular-highlightjs markup (#896)
Thanks
Thanks to Sascha Egerer and Matthew Shooks for
helping this release happening!
0.3.43
0.3.42
Improvements
-
Use PostCSS for customizing the view. Fix #881. (#883)
Good news: SC5 StyleGuide does not require any SASS in your environment!
If you providecustomColors
options to modify the SC5 StyleGuide view, note that from now one it does not
require any SASS. Instead we use PostCSS with all the needed plugins. You will require to change the mixin
declaration ofstyleguide_custom_styles
to:@define-mixin styleguide_custom_styles { /* Define your styles here */ }
You are free to use all the PostCSS features provided by plugins: nesting, variables, media, mixins, color
calculations.
Redefining SC5 StyleGuide variables did not change, the SASS-like syntax still works.
Fixes
Documentation
- Do not recommend to run sc5-styleguide as a command line (#879)
- Fixed broken links in demo (section 3.5) (#860)