Releases: SC5/sc5-styleguide
Releases · SC5/sc5-styleguide
0.3.29
- Do not use Helvetica Neue. Fix #742 (#746)
- Missing files in dist. Fix #734 (#745)
0.3.28
- Name the main CSS file with prefix. (Fix #737) (#738)
- Grunt example is missing overviewPath (#732)
- Missing lines in TOC (#731)
0.3.27
- Make navigation links for a fullscreen view the same when visited and not (#717)
- Inserting other section's markup by the reference number (#723)
- Event about re-rendered component should be emitted on any drawing. Fix #719 (#725)
- Fix #701. Allow markup to refer to an html file (#721)
- Fix. Removed forgotten console.log (#724)
0.3.26
Features
Improvements
- Refactor variable setter. Fixes variable saving issues. Add test cases (#708)
- Prefixed css classes with sg- so they don't conflict with user's css (#706) Thanks @wini16!
Fixes
- Correct path to helper elements CSS (#699)
- Correct path to favico for styleguides hosted in subfolders (#698)
- Correct path to icons when StyleGuide is in a subfolder (#697)
0.3.25
Fixes
- Fix SASS variable parsing. Pass correct syntax to SCSS parser (#687)
0.3.24
Features
- PostCSS variable parsing support (#680)
Fixes
- Support all options via cli (#679) Thanks @kr3l!
- Add missing default option to section header variables (#674)
0.3.23
Fixes
- Support special characters on page title and on designer tool, (#670, closes #664)
- Fix: Ignored blocks should not change line numbering (#669)
- Fix '{{color.value}} does not conform to the required format' warnings (#665)
Improvements
- Throttle scroll events. Optimize scroll performance (#666)
- Update dependencies (#668)
- Add customizable section header colors (#667)
0.3.22
Fixes
- Fix issue when override mixin gets replaced with the empty one. Add test case (#660)
0.3.21
Features
- Show line number indicating where variable is defined (#653)
Improvements
- Add directory of custom colors file to SASS includePaths (#656)
- Possibility to override internal styles using mixin (#654)
- Add NPM badge to README (#651)
- Update dependencies (#657)
0.3.20
Features
- Possibility to define custom UI colors (#645)
- Add customColors documentation (#648)
Fixes
- Minor fixes. Remove extra header margin and fix typo (#646)
- Fix SCSS mixing parsing and add tests, (#643, closes #477)
Improvements
- Clean up default suffix on variable values (#647)
- Update dependencies (#644)