Css To React Native Transform Versions Save

Turn valid CSS into React Native Stylesheet objects.

v2.0.0

2 years ago
  • 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

2 years ago
  • Added: Typescript type definitions.

v1.8.1

2 years ago
  • 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

2 years ago
  • Added: support for parsing CSS modules (ICSS) :export blocks.

v1.7.1

2 years ago
  • 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

2 years ago
  • Updated: css-to-react-native dependency to v2.2.1.
  • Added: support for more platforms in CSS media queries.

v1.6.0

2 years ago
  • Added: a feature flag for CSS viewport units.

v1.5.0

2 years ago
  • 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

2 years ago
  • Added: skip parsing of all other selector types than class selectors.

v1.3.1

2 years ago
  • Fixed: allow multiple parts for parsed media queries to support OR media queries.