Skip to content

Releases: chromice/order.less

Version 1.1.1

09 Aug 09:28
Compare
Choose a tag to compare

This release produces one less CSS property to align baselines.

Version 1.1.0

09 Aug 09:16
Compare
Choose a tag to compare

This version drops support for IE8 and Opera mini, because you have a higher chance of that fallback code breaking your stylesheet build pipeline than receiving a user complaint.

Version 1.0.7

19 Feb 15:06
Compare
Choose a tag to compare

The scale module is imported via .use-custom-scale() instead of .use-modular-scale() to better indicate the behaviour

Version 1.0.6

10 Feb 17:27
Compare
Choose a tag to compare

Added .font-baseline() mixin for quickly setting font properties on root element and cleaned up documentation.

Version 1.0.5

18 Dec 13:25
Compare
Choose a tag to compare

I cleaned up the examples, the source code and documentation.

Version 1.0.4

16 Dec 00:20
Compare
Choose a tag to compare

Greatly improved documentation.

Version 1.0.3

06 Dec 15:12
Compare
Choose a tag to compare

Adds Bower and NPM support.

Version 1.0.0

29 Jul 15:59
Compare
Choose a tag to compare

Congratulations everyone!

Version 1.0.0 (beta 3)

29 Jul 13:09
Compare
Choose a tag to compare
Pre-release

This version has a stable API that could be extended in the future, but would remain backwards-compatible.

Some notable changes:

  • Old baseline modification mixins (.adjust-baseline(), .resize-baseline(), etc) are gone. Use font() and font-align() instead.
  • Modular scale generation mixins have been removed. They may come back, but for now please use the tool they originally inspired by.

Version 1.0.0 (beta 2)

02 Jul 09:21
Compare
Choose a tag to compare
Pre-release

This release mostly focuses on NOT introducing new bugs, improving documentation and add the ability to specify arbitrary scale values.