Releases: craigmdennis/sass-height
Releases · craigmdennis/sass-height
Release 2.1.0
Added
- Support for Eyeglass
Version 2.0.5
Fixed
- Fix #18: Correctly parse the px value
Changed
- Changed names for consistency with package managers
- Update the readme to reflect npm installation
Version 2.0.4
Changed
- Added package.json
- Updated repo url
Release 2.0.3
Changed
- Renamed files
- Simplify folder structure
- Correctly
@import
partials. - Remove duplicate
@import
rules - Separate mixin and functions so they can be included in CodePen demo from GitHub
Added
- Allow option to override the baseline on a per style basis.
Changed
- Renamed files
- Simplify folder structure
Version 2.0.0, 2.0.1, 2.0.2 were broken and the tags have been removed
Version 1.5.1
Changed
- Fix padding multiplier warning being incorrectly triggered.
Version 1.5.0
Added
- Allow heights to be smaller than the specified font size. The value is still rounded to the nearest baseline multiple.
Changed
- Remove warnings about heights not able to be smaller than the specified font size.
- Horizontal padding should be specified using an integer as it's now used as a multiplier
Deprecated
- Using 'vertical' and 'all' are no longer valid options for specifying horizontal padding and will be removed in the next version.
Version 1.4.0
Added
- Include some examples in the readme
Changed
- Allow use of a single, font-size parameter and default to using the next multiple of the baseline to calculate line-height.
Version 1.3.1
Fixed
- Namespace the variables to avoid collisions
Version 1.3.0
Added
- Changelog
- Configuration options to override defaults. Useful if you want to output
px
in a separate stylesheet.
Version 1.2.0
Fixed
- Don't output negative or 0 padding.
Changed
- Allow 1:1 matching with base font height