- Added:
ignoreRuleoption - Updated:
css-to-react-nativedependency to v3.2.0
- Breaking: updated
css-to-react-nativedependency to v3.0.0. This version removes the support for line-height with multiplier, adds support forplace-contentCSS property, and more. - Breaking: updated
cssdependency to v3.0.0.
- Added: Typescript type definitions.
- Fixed: flex-box shorthands missing
flex-basis: autoin some cases. - Fixed: sorting :export blocks on Node.js version 11 was not working.
- Added: support for parsing CSS modules (ICSS)
:exportblocks.
- Fixed: an error is now thrown for a
line-heightvalue without unit (line-heightmultiplier value is not supported in React Native). - Updated:
css-to-react-nativedependency to v2.2.2 andcssdependency to v2.2.4.
- Updated:
css-to-react-nativedependency to v2.2.1. - Added: support for more platforms in CSS media queries.
- Added: a feature flag for CSS viewport units.
- Updated:
css-to-react-nativedependency to v2.2.0. - Fixed: the parser now allows passing through CSS units that are not supported by React Native.
- Added: skip parsing of all other selector types than class selectors.
- Fixed: allow multiple parts for parsed media queries to support
ORmedia queries.
- Added: transformation result now includes parsed CSS media queries under
__mediaQueriesobject. This removes the need to re-parse media queries after transforming CSS.
- Added: validate that CSS Media Queries have correct syntax.
- Added: experimental support for parsing CSS Media Queries. Use
parseMediaQueries: trueto enable parsing media queries.
- Updated:
css-to-react-nativedependency to v2.1.2.
- Updated:
css-to-react-nativedependency to v2.1.1.
- Fixed: Only apply
Imagestyling fix for shorthand border props with a single value.
- Fixed: Get rid of the requirement for
Symbolby replacingfor ofloops withfor inloops.
- Fixed:
Imagestyling fix for shorthand border props.
- Fixed: Add missing
shadowOpacityprop. - Fixed: box-shadow:support for rgb and rgba colors.
- Fixed: Support unitless values for
box-shadow.
- Fixed: Remove array destructuring to make transpiled code ES5 compatible.
- Initial release