- Breaking: drop support for
react-native
versions older than 0.59 - Removed:
semver
dependency. - Added: support for
Expo SDK
v50.
- Fixed: another attempt at fixing
semver
throwing an error.
- Fixed:
semver
throwing an error.
- Added: support for react-native v0.73
- Fixed: an error being thrown after updating
semver
.
- Updated:
semver
dependency to v7.3.8. - Updated:
css-to-react-native-transform
dependency to v2.0.0. - Updated:
app-root-path
dependency to v3.1.0.
- Added: support for passing options to
less
.
- Fixed: call to
renderToCSS
was missing parameters.
- Added:
renderToCSS
method. It can be used together with the PostCSS transformer to add support for CSS variables.
- Updated:
semver
dependency to v5.6.0. - Updated:
css-to-react-native-transform
dependency to v1.8.1.
- Fixed: Compatibility with react-native v0.59
- Fixed: added missing dependency
app-root-path
topackage.json
.
- Fixed:
@import
was not working because missingpaths
setting.
- Updated:
css-to-react-native-transform
dependency to v1.7.0.
- Fixed: Compatibility with react-native v0.56
- Updated:
css-to-react-native-transform
dependency to v1.6.0. - Added: enabled parsing of CSS viewport units (does not work without
babel-plugin-react-native-classname-to-dynamic-style
).
- Initial release