Skip to content

Releases: TxHawks/bidi-css-js

v3.1.0

14 Mar 17:14
Compare
Choose a tag to compare

3.1.0 (2018-03-14)

Features

  • browser-prefixes: add support for PascalCased prfixes (de6c961)

v3.0.0

12 Mar 17:26
Compare
Choose a tag to compare

3.0.0 (2018-03-12)

v2.0.0

26 Oct 10:31
Compare
Choose a tag to compare

2.0.0 (2017-10-26)

Docs

  • Document the fact that this library is a static solution, not a polyfill (0c42b8f)

Features

  • Update to latest version of rtl-css-js which supports handling the rotate, rotateY and
    rotateZ values of the transform property (013c969)

Bug Fixes

Fix how four-directional shorthand properties are handled to align with the spec. (df2f17e)

BREAKING CHANGES

Fix how four-directional shorthand properties are handled to align with the spec.

The CSS Logical Properties and Values proposal alters the way values of four-directional shorthand properties (padding, margin, etc.)
are evaluated when using the logical keyword.

The values of these properties, without the logical keyword are written evaluated clock-wise: top, right, bottom and left. While in ltr mode, that would translate to block-start, inline-end, block-end and inline-start.

However, under the new spec, when the logical keyword is used, values order is interpreted as block-start, inline-start, block-end and inline-end.

This was previously handled wrong, and would change the output compared with versions of this library prior to this commit.

v1.0.1

22 Sep 20:26
Compare
Choose a tag to compare

1.0.1 (2017-09-22)

Bug Fixes

  • grid-and-flex: eager conversion of flex and grid related props (5b9d668)

v1.0.0

18 Sep 13:48
Compare
Choose a tag to compare

1.0.0 (2017-09-18)

Initial release (301a247)

  • Set up build and infrastructure;
  • Write core functionality
  • Add comprehensive tests