Skip to content

Releases: SC5/sc5-styleguide

0.3.19

03 Jun 12:55
Compare
Choose a tag to compare

Fixes

  • Update designer tool references when switching page (#638)
  • Fix color helper not to overflow from container (#636)

Improvements

  • Upgrade gonzales-pe to 3.0.0-29 (#637)

0.3.18

02 Jun 13:22
Compare
Choose a tag to compare

Fixes

  • Fix header element in the demo styleguide (#632)

0.3.17

02 Jun 07:02
Compare
Choose a tag to compare

Fixes

  • Fix: Render angular components properly when using modifiers (#629)
  • Fix: Parser should not crash on empty files (#628)
  • Update README gulp example (#622) Thanks @bassettsj!

0.3.16

19 May 10:25
Compare
Choose a tag to compare

Fixes

  • Fix: Updating variables should only change variable declarations (#617)
  • Fix styleguide color block height (#612)
  • Remove neat-grid. Fixes leaking style issues (#609)

Improvements

  • Make TOC automatically (#614)
  • Update lodash to 0.3.8 (#611)

0.3.15

27 Apr 13:50
Compare
Choose a tag to compare

Fixes

  • Fix accidentally changed action color (#605)

Improvements

  • npm dependencies updated (#606)
  • gonzales-pe upgrades to 3.0.0-26 (#591)

0.3.14

26 Apr 08:53
Compare
Choose a tag to compare

Fixes

  • Allow anchor links in the overview file. Fixes #599 (#602)
  • Fix fullscreen mode links when disableHtml5Mode is enabled. Fixes #597 (#598)

Improvements

  • Support passing --disable-html5-mode on the command line. Thanks @alekstorm! (#596)
  • Disable HTML5 mode by default when internal server is not used (#594)
  • lodash update (#593)
  • Update footer logo (#590)

0.3.13

20 Apr 11:10
Compare
Choose a tag to compare

Improvements

  • Do not expose all configuration params to index.html JSON (#586)
  • Improve static asset documentation (#585)
  • Update Npm dependencies (#580)

0.3.12

16 Apr 07:44
Compare
Choose a tag to compare

Fixes

  • Respect ignored blocks in kss-splitter, (#579, closes #577)
  • Replace marked library with markdown-it, (#578, closes #569)

0.3.11

14 Apr 11:25
Compare
Choose a tag to compare

Features

  • Add possibility to ignore parts of the style files from processing (#568)
  • Add possibility to disable HTML5 history API. Implements #534 (#574)

Fixes

  • Fix list styles in overview page, (#570, closes #559)

Improvements

  • Improve variable parser tests (#572)
  • Add serialized configuration to index.html (#573)

0.3.10

09 Apr 11:07
Compare
Choose a tag to compare

Fixes

  • Downgrade gonzales to 3.0.0-12. Due to vast amount of issues with the newer gonzales the version is downgraded to 3.0.0-12

Improvements

  • Improve variable parsing tests (#564)
  • Remove outdated information from development instructions (#558)