Releases: hiulit/Sassy-Gridlover
Releases · hiulit/Sassy-Gridlover
v5.1.0 (April 7th 2017)
- Added Travis CI
v5.0.0 (April 7th 2017)
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)
.Deprecated@mixin sgl-body($font-size: $sgl-base-font-size, $unit: $sgl-base-unit)
- Fixed some decimals on
rem
outputs. - Simplified
sgl-show-grid()
. Now it goes insidesgl-html()
and it only accepts 1 argument. - Added
$unit
insgl-show-margins()
as a parameter for more flexibility. $sgl-base-font-size:
has now$SGL_DEFAULT_FONT_SIZE
as default.
- Added a new mixin:
-
Updated links to the Gridlover app.
v4.0.0 (November 14th 2016)
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
andsgl-show-margins
).- Removed
max-width
andpadding
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
).
- Removed
v3.1.3 (August 9th 2016)
- Published Sassy-Gridlover as an npm package.
v3.1.1 (July 13th 2016)
- Fixed decimals on line heights when using
em
#12.
v3.1.0 (June 29th 2016)
v3.0.0 (June 28th 2016)
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 forsgl-
.
2.0.0 (November 11th 2015)
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 ifDeprecatedtrue
1.2.0 (February 25th 2014)
- Upgraded to SassDoc v2.1.0