Skip to content

Releases: hiulit/Sassy-Gridlover

v6.0.5 (April 1st 2019)

01 Apr 12:09
Compare
Choose a tag to compare

Fixed

  • Better documentation. Now it clearly states that sgl-html() is mandatory for all the other mixins to work.

v6.0.4 (March 26th 2018)

26 Mar 14:55
Compare
Choose a tag to compare

Added

  • main attribute to package.json so it's easier to import Sassy Gridlover when using bundlers #21

v6.0.3 (March 6th 2018)

05 Mar 13:44
Compare
Choose a tag to compare

Fixed

  • Warning error in !global variables when using Dart Sass.

v6.0.2 (December 18th 2018)

18 Dec 16:27
Compare
Choose a tag to compare

Fixed

  • bower.json minor issue.

v6.0.1 (December 18th 2018)

18 Dec 16:17
Compare
Choose a tag to compare

Fixes

  • Failed to publish v6.0.0 correctly to npm and yarn.

v6.0.0 (December 18th 2018)

18 Dec 16:07
Compare
Choose a tag to compare

NOTE: This release contains breaking changes!

  • Refactored Sassy-Gridlover so it stays up to date with Gridlover.
    • Changed some defaults:
      • $sgl-base-font-size: $SGL_DEFAULT_FONT_SIZE. Deprecated
      • $sgl-base-font-size: 18.
      • $sgl-base-line-height: 1.2. Deprecated
      • $sgl-base-line-height: 1.3.
      • $sgl-base-unit: "pxrem". Deprecated
      • $sgl-base-unit: "em".
    • Added new steps to sgl-body() sgl-heading() and sgl-margins() mixins:
      • @mixin sgl-body($unit: $sgl-base-unit). Deprecated
      • sgl-body() now accepts 2 arguments:
        • $line-height-step: 0
        • $unit: $sgl-base-unit
        • @mixin sgl-body($line-height-step: 0, $unit: $sgl-base-unit).
      • @mixin sgl-heading($step, $unit: $sgl-base-unit, $base-value: $sgl-root-font-size). Deprecated
      • sgl-heading() now accepts 6 arguments (the first 4 are mandatory):
        • $font-size-step
        • $line-height-step
        • $margin-top-step
        • $margin-bottom-step
        • $unit: $sgl-base-unit
        • $base-value: $sgl-root-font-size
        • @mixin sgl-heading($font-size-step, $line-height-step, $margin-top-step, $margin-bottom-step, $unit: $sgl-base-unit, $base-value: $sgl-root-font-size).
      • @mixin sgl-margins($unit: $sgl-base-unit, $base-value: $sgl-root-font-size). Deprecated
      • sgl-margins() now accepts 4 arguments (the first 2 are mandatory):
        • $margin-top-step
        • $margin-bottom-step
        • $unit: $sgl-base-unit
        • $base-value: $sgl-root-font-size
        • @mixin sgl-margins($margin-top-step, $margin-bottom-step, $unit: $sgl-base-unit, $base-value: $sgl-root-font-size).
    • Added $sgl-debug-mode-max-width to center the text when debug mode is true.
    • Moved some list styles from _extras.scss to main.scss.
    • Cleaned up the docs.
    • Published Sassy-Gridlover as a yarn package.

(November 28th 2017)

28 Nov 15:05
Compare
Choose a tag to compare
  • Merged #16 (Fixes sgl-extras variable).
  • Added .editorconfig.

v5.2.2 (October 18th 2017)

18 Oct 09:29
Compare
Choose a tag to compare

v5.2.1 (July 27th 2017)

27 Jul 08:28
Compare
Choose a tag to compare
  • Fixed MIT License for npm and bower packages.

v5.2.0 (April 18th 2017)

18 Apr 15:32
Compare
Choose a tag to compare