Skip to content

Releases: hiulit/Sassy-Gridlover

v5.1.0 (April 7th 2017)

07 Apr 12:50
Compare
Choose a tag to compare
  • Added Travis CI

v5.0.0 (April 7th 2017)

07 Apr 10:05
Compare
Choose a tag to compare

NOTE: This release contains breaking changes!

  • Refactored Sassy-Gridlover so it stays up to date with Gridlover. Now the base font size and line height is added to <html>instead of <body>.

    • Added a new mixin: sgl-html().
    • Created a global variable: $sgl-root-font-size (to rule them all!).
    • sgl-body() now only accepts 1 argument $unit: $sgl-base-unit@mixin sgl-body($unit: $sgl-base-unit).
    • @mixin sgl-body($font-size: $sgl-base-font-size, $unit: $sgl-base-unit) Deprecated
    • Fixed some decimals on rem outputs.
    • Simplified sgl-show-grid(). Now it goes inside sgl-html() and it only accepts 1 argument.
    • Added $unit in sgl-show-margins() as a parameter for more flexibility.
    • $sgl-base-font-size: has now $SGL_DEFAULT_FONT_SIZE as default.
  • Updated links to the Gridlover app.

v4.0.0 (November 14th 2016)

14 Nov 14:19
Compare
Choose a tag to compare

NOTE: This release contains breaking changes!

  • Prefixed with sgl- some functions that were left behind in previous versions (so they don't collide with other functions with the same name from other frameworks #9).
  • Changed some margins (to keep Sassy-Gridlover up to date with Gridlover's margins changes).
  • Matched example HTML with Gridlover's.
  • Refactored debug mode (created _debug-mode.css with a couple of mixins: sgl-show-grid and sgl-show-margins).
    • Removed max-width and padding from <body>.
    • Fixed background lines styles.
    • Added arrows to show margins directions.
    • Now the debug mode works with the different units (px, em, rem, pxrem).

v3.1.3 (August 9th 2016)

09 Aug 08:23
Compare
Choose a tag to compare

v3.1.1 (July 13th 2016)

13 Jul 14:56
Compare
Choose a tag to compare
  • Fixed decimals on line heights when using em #12.

v3.1.0 (June 29th 2016)

29 Jun 09:32
Compare
Choose a tag to compare

v3.0.0 (June 28th 2016)

28 Jun 09:51
Compare
Choose a tag to compare

NOTE: This release contains breaking changes!

  • Added sgl- prefix to all functions so they don't collide with other functions with the same name from other frameworks #9.
  • Changed mixins' sassy-gridlover- prefix for sgl-.

2.0.0 (November 11th 2015)

10 Nov 16:42
Compare
Choose a tag to compare

NOTE: This release contains breaking changes!

  • Added em support.
  • Added @param {string} $unit [$sgl-base-unit] - Unit to output
  • @param {Boolean} $rem [false] - Outputs rem units if true Deprecated

1.2.0 (February 25th 2014)

25 Feb 12:04
Compare
Choose a tag to compare
  • Upgraded to SassDoc v2.1.0

1.1.0 (October 20th 2014)

20 Oct 11:33
Compare
Choose a tag to compare
  • Added SassDoc documentation #6.
  • Applied naming conventions to constants #5.
  • Added pow() function for Compass, Sassy-math, etc. #4
  • Changed strings for lengths #3
  • Added !default to configurable variables #2