Releases: kristerkari/css-to-react-native-transform
Releases · kristerkari/css-to-react-native-transform
v2.1.0
v2.0.0
- Breaking: updated
css-to-react-native
dependency to v3.0.0. This version removes the support for line-height with multiplier, adds support forplace-content
CSS property, and more. - Breaking: updated
css
dependency to v3.0.0.
v1.9.0
- Added: Typescript type definitions.
v1.8.1
- 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
- Added: support for parsing CSS modules (ICSS)
:export
blocks.
v1.7.1
- 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 andcss
dependency to v2.2.4.
v1.7.0
- Updated:
css-to-react-native
dependency to v2.2.1. - Added: support for more platforms in CSS media queries.
v1.6.0
- Added: a feature flag for CSS viewport units.
v1.5.0
- 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
- Added: skip parsing of all other selector types than class selectors.