Skip to content

Releases: SC5/sc5-styleguide

1.1.2

23 Aug 13:06
Compare
Choose a tag to compare

1.1.2 (2016-08-23)

Improvements

  • fix navbar loading hiccups (#994)

Fixes

  • fix the huge delay during gulp dev task (#995)
  • fix Removed appRoot property from socket.io script src to stop 404 (#989)

Credits

Thanks to Jim Doyle
for making this release happen.

1.1.1

04 Aug 11:27
Compare
Choose a tag to compare

1.1.1 (2016-08-04)

Improvement

  • class name added to shadow-dom and section (#985)

1.1.0

03 Aug 10:24
Compare
Choose a tag to compare

1.1.0 (2016-08-03)

Features

  • Configurable dependencies (#974)

Improvements

  • Avoid nested paragraphs in description (#980)
  • #961 Tweak bemto.jade path dynamically (#962)
  • Test for $var: $var; declarations in SCSS Fix #496. (#954)
  • enhanced custom styles accessibility to navbar by adding class names … (#972)

Fixes

  • Fix angular-mocks version (#973)
  • Scrolling from javascript not working when overflow: auto is set on body. (#956, closes #42)

Documentation

  • Typos in readme.md (#971)
  • Link to a blog post about advanced adjustment (#952)

Credits

Thanks to Gambit3, Marc.
Philippe Vayssière and Yutaro Miyazaki
for making this release to happen.

1.0.0

24 May 12:22
Compare
Choose a tag to compare

Improvements

  • Use new version of Gonzales (#947)

    Thanks to this change, we should get rid of many parsing bugs.
  • Upgrade packages (#933)
  • Return server instance when calling styleguide.server() (#948)
  • Fix css for search field (#935)
  • Optimize filter setVariables (#946)

Internal improvements

Credits

Thanks to Sascha Egerer, Matti Suur-Askola and
Marc for making this release to happen!

0.3.47

11 May 07:34
Compare
Choose a tag to compare

0.3.47 (2016-05-11)

  • Fix typo in README.md (#936)
  • Section page displays subsection details links (#938)
  • Additional links in the documentation (#930)
  • Upgrade to angular 1.5 and latest phantomjs (#924)

0.3.46

20 Apr 09:00
Compare
Choose a tag to compare

0.3.46 (2016-04-20)

Features

  • Feature side navigation switch added (#920)
  • Third navigation level added in side navigation (##920)
  • Menu styles added for mobile view in side (##920)

Improvements

  • Prevent to load sections on main navigation level (##920)

0.3.45

21 Mar 16:53
Compare
Choose a tag to compare

Features

  • Add possibility to have includes in jade markup (#911)
  • Add ID attributes to quickly select sections and rendered markup. Fix #905 (#906)

Internal improvements

  • Fix #904. Updating the babel package. (#910)

Credits

Thanks to Matthew Shooks and Quentin Devauchelle for making
this release happen.

0.3.44

02 Mar 13:13
Compare
Choose a tag to compare
  • Add abbility to register custom processors to modify the styleguide data (#899)
  • Helper for adding a new section. Fix #894 (#897)

Fixes

  • Add missing jshint dependency (#900)
  • Fix #895 render overview code blocks using angular-highlightjs markup (#896)

Thanks

Thanks to Sascha Egerer and Matthew Shooks for
helping this release happening!

0.3.43

17 Feb 12:50
Compare
Choose a tag to compare
  • Process CSS file with helpers (#892)
  • Generate demo website in accord to new source. Fix #886 (#889)

0.3.42

15 Feb 13:02
Compare
Choose a tag to compare

Improvements

  • Use PostCSS for customizing the view. Fix #881. (#883)

    Good news: SC5 StyleGuide does not require any SASS in your environment!

    If you provide customColors options to modify the SC5 StyleGuide view, note that from now one it does not
    require any SASS. Instead we use PostCSS with all the needed plugins. You will require to change the mixin
    declaration of styleguide_custom_styles to:

    @define-mixin styleguide_custom_styles {
      /* Define your styles here */
    }

    You are free to use all the PostCSS features provided by plugins: nesting, variables, media, mixins, color
    calculations.

    Redefining SC5 StyleGuide variables did not change, the SASS-like syntax still works.

  • Possibility to use complex wrappers. Fix #877. (#878)

Fixes

  • Missing npm module doe local cache (#880)
  • Adding styles for table. (#869)

Documentation

  • Do not recommend to run sc5-styleguide as a command line (#879)
  • Fixed broken links in demo (section 3.5) (#860)

Internal

  • Use ES6 modules for unit tests (#862)
  • Jade cache, level 2 (#865)