Skip to content

Releases: SC5/sc5-styleguide

0.3.41

09 Dec 13:58
Compare
Choose a tag to compare

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

25 Nov 11:41
Compare
Choose a tag to compare

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

10 Nov 14:27
Compare
Choose a tag to compare

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

14 Oct 10:49
Compare
Choose a tag to compare
  • 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

25 Sep 07:49
Compare
Choose a tag to compare

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

25 Sep 07:48
Compare
Choose a tag to compare

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

14 Sep 11:56
Compare
Choose a tag to compare

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

07 Sep 11:32
Compare
Choose a tag to compare

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

02 Sep 11:59
Compare
Choose a tag to compare
  • 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

26 Aug 16:29
Compare
Choose a tag to compare
  • Navigation arrows for a full screen mode are removed by default (#756)