Releases: SC5/sc5-styleguide
Releases · SC5/sc5-styleguide
0.3.41
Features
- Use PostCSS parser to split comment and code blocks. Fix #856 (#857)
- Options to inject custom HTML in beginning or in the end of tag (#849)
- Replace inserts in wrappers (#847)
Internal
- Output good wishes for those who release on friday (#837)
- Added npm install and gulp update to DEVELOPMENT.md. fix #853 #852 (#854)
0.3.40
Features
- Mark the menu as active if its subsection is currently showed. Fix #747 (#843)
- Support node 0.12 and 4.2 (#834)
Fixes
Internal
- Don´t run clean when building for dev (#845)
- Update dependencies (#842)
- Run clean task before build to remove previous build results (#841)
- Process sass files before giving them to styleguide for applying (#840)
0.3.39
Features
Fixes
- Use ES6 arrow functions for tests and gulp (#817)
Internal
- Install the packages from npm (#827)
- Fix #783. Process table tags in markdown (#823)
0.3.37
- Fix #807. Typo in code (#813)
- Get rid of "multiline" package and use ES6 feature instead (#814)
- Teach sg-insert to include components with modifiers (#808)
Thanks Thomas Kräftner
- Implement read-only mode. Possibility to disable variable saving (#806)
0.3.36
Features
- Possibility to protect server with basic HTTP authentication (#802)
Fixes
- Correct path to helper elements CSS. (#800, closes #799) Thanks @kraftner!
- Prevent "failed to load babel-core" message when running gulp. (#796)
0.3.35
Features
- Possibility to remove sg-styles in markdown with sg-no-style attribute (#794)
Improvements
- Use Babel in gulpfiles. Fix #766 (#774)
- Improve UI and customization variables (#791)
Fixes
- Fix typo in README (#792)
0.3.34
Fixes
- Fix demo styleguide KSS examples (#787)
- Rename the resultant CSS file to fix the empty demo problem (#789)
Improvements
- Possibility to include all section elements in fullscreen mode (#788)
- Renamed wrappedMarkup property into renderMarkupPropery (#785)
0.3.33
Improvements
- Possibility to define custom color for header source text and header background (#776)
- Use newer travis infrastructure (#777)
- Do not mention dev branch in the docs (#773)
Fixes
- Fix issue when lazy loaded element overwrote last module with the same name (#775)
0.3.32
- Support extends in LESS with newest Gonzales-PE (Fix #726) (#733)
- Improve setup instructions, spelling, consistency (PR to dev branch) (#764)
- Show KSS parse errors (#768)
0.3.31
- Navigation arrows for a full screen mode are removed by default (#756)