Skip to content

Releases: craigmdennis/sass-height

Release 2.1.0

28 Apr 21:21
Compare
Choose a tag to compare

Added

  • Support for Eyeglass

Version 2.0.5

10 Jan 21:34
Compare
Choose a tag to compare

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

27 Nov 13:35
Compare
Choose a tag to compare

Changed

  • Added package.json
  • Updated repo url

Release 2.0.3

17 Oct 10:47
Compare
Choose a tag to compare

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

21 May 23:23
Compare
Choose a tag to compare

Changed

  • Fix padding multiplier warning being incorrectly triggered.

Version 1.5.0

10 May 23:35
Compare
Choose a tag to compare

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

16 Apr 03:39
Compare
Choose a tag to compare

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

06 Apr 02:45
Compare
Choose a tag to compare

Fixed

  • Namespace the variables to avoid collisions

Version 1.3.0

02 Apr 20:55
Compare
Choose a tag to compare

Added

  • Changelog
  • Configuration options to override defaults. Useful if you want to output px in a separate stylesheet.

Version 1.2.0

01 Apr 04:11
Compare
Choose a tag to compare

Fixed

  • Don't output negative or 0 padding.

Changed

  • Allow 1:1 matching with base font height