Skip to content

Releases: kristerkari/css-to-react-native-transform

v2.0.0

18 Jul 17:04
Compare
Choose a tag to compare
  • Breaking: updated css-to-react-native dependency to v3.0.0. This version removes the support for line-height with multiplier, adds support for place-content CSS property, and more.
  • Breaking: updated css dependency to v3.0.0.

v1.9.0

18 Jul 17:03
Compare
Choose a tag to compare
  • Added: Typescript type definitions.

v1.8.1

18 Jul 17:03
Compare
Choose a tag to compare
  • Fixed: flex-box shorthands missing flex-basis: auto in some cases.
  • Fixed: sorting :export blocks on Node.js version 11 was not working.

v1.8.0

18 Jul 17:03
Compare
Choose a tag to compare
  • Added: support for parsing CSS modules (ICSS) :export blocks.

v1.7.1

18 Jul 17:02
Compare
Choose a tag to compare
  • Fixed: an error is now thrown for a line-height value without unit (line-height multiplier value is not supported in React Native).
  • Updated: css-to-react-native dependency to v2.2.2 and css dependency to v2.2.4.

v1.7.0

18 Jul 17:02
Compare
Choose a tag to compare
  • Updated: css-to-react-native dependency to v2.2.1.
  • Added: support for more platforms in CSS media queries.

v1.6.0

18 Jul 17:01
Compare
Choose a tag to compare
  • Added: a feature flag for CSS viewport units.

v1.5.0

18 Jul 17:01
Compare
Choose a tag to compare
  • Updated: css-to-react-native dependency to v2.2.0.
  • Fixed: the parser now allows passing through CSS units that are not supported by React Native.

v1.4.0

18 Jul 17:01
Compare
Choose a tag to compare
  • Added: skip parsing of all other selector types than class selectors.

v1.3.1

18 Jul 17:00
Compare
Choose a tag to compare
  • Fixed: allow multiple parts for parsed media queries to support OR media queries.