Skip to content

Releases: oddbird/susy

v3.0.8

14 Dec 20:44
440c379
Compare
Choose a tag to compare
  • 🏠 INTERNAL: Remove documentation from npm package

New Contributors

Full Changelog: v3.0.7...v3.0.8

Minor documentation update

05 Mar 22:53
540ed2d
Compare
Choose a tag to compare
v3.0.7

Release docs update 3.0.7

Deprecate Susy

15 Jul 18:58
Compare
Choose a tag to compare

Susy has been officially deprecated and will not receive any further updates.

BUGFIX: Mis-matched gutter alias defaults

30 Apr 19:45
Compare
Choose a tag to compare
v3.0.5

Fix gutter alias defaults

BUGFIX: Gutter function default

30 Apr 17:55
Compare
Choose a tag to compare
  • BUGFIX: Gutter function works when default columns
    setting is not parser-friendly (e.g. 150px susy-repeat(2)).
  • Update dev dependencies.

Documentation update

30 Jan 20:20
89094d1
Compare
Choose a tag to compare
  • Fixes broken search in documentation

Documentation update

25 Jan 17:08
20c5663
Compare
Choose a tag to compare

Nothing to see here…

[patch] Documentation & Versioning

27 Aug 23:43
Compare
Choose a tag to compare
  • NEW: susy-version() function for accessing the active version number.
  • Minor documentation improvements.

Susy3!

29 Jun 20:48
Compare
Choose a tag to compare

First Beta: With Calc Support

19 Jun 16:33
Compare
Choose a tag to compare
Pre-release
  • BREAKING: _prefix.scss has been renamed _susy-prefix.scss
    for clarity when importing.
  • BREAKING: susy-call() has been renamed su-call().
    since it is directly related to accessing the su functions.
  • BREAKING: Remove support for non-list columns:
    'columns': 4 => 'columns': susy-repeat(4) == 'columns': 1 1 1 1.
  • BREAKING: Remove support for $count x $width syntax in columns:
    'columns': 4 x 120px =>
    'columns': susy-repeat(4, 120px) == 'columns': 120px 120px 120px 120px.
  • BREAKING: Remove rubygems/bower, to distribute on npm only.
  • BREAKING: Add support for calc() output,
    so all mixed-unit grids are possible.
    This means the old inside-static solution
    has been replaced by calc() output as well.
  • BREAKING: su-sum has been renamed _su-sum
    and is now considered a private function.
  • SVG background images now have a default size included.
    You can override the default using the CSS background-size property.
  • Add list-flattening to columns normalization,
    so that susy-repeat() can be used along-side other values.
  • Improved documentation