Skip to content

Releases: SC5/sc5-styleguide

0.3.29

13 Aug 10:46
Compare
Choose a tag to compare
  • Do not use Helvetica Neue. Fix #742 (#746)
  • Missing files in dist. Fix #734 (#745)

0.3.28

06 Aug 10:49
Compare
Choose a tag to compare
  • Name the main CSS file with prefix. (Fix #737) (#738)
  • Grunt example is missing overviewPath (#732)
  • Missing lines in TOC (#731)

0.3.27

23 Jul 12:02
Compare
Choose a tag to compare
  • 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

15 Jul 12:03
Compare
Choose a tag to compare

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

01 Jul 18:50
Compare
Choose a tag to compare

Fixes

  • Fix SASS variable parsing. Pass correct syntax to SCSS parser (#687)

0.3.24

23 Jun 07:39
Compare
Choose a tag to compare

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

16 Jun 14:59
Compare
Choose a tag to compare

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

12 Jun 06:43
Compare
Choose a tag to compare

Fixes

  • Fix issue when override mixin gets replaced with the empty one. Add test case (#660)

0.3.21

11 Jun 08:01
Compare
Choose a tag to compare

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

09 Jun 08:17
Compare
Choose a tag to compare

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)