Skip to content

Releases: kristerkari/react-native-sass-transformer

2.1.1

25 Feb 04:40
Compare
Choose a tag to compare
  • Fixed: semver throwing an error.

2.1.0

25 Feb 03:54
Compare
Choose a tag to compare
  • Added: support for react-native v0.73

v2.0.0

02 Nov 07:25
Compare
Choose a tag to compare
  • Breaking: Changed to use the sass npm package instead of the deprecated node-sass package. Please update your dependencies.

1.4.0

18 Jul 19:57
Compare
Choose a tag to compare
  • Added: renderToCSS method. It can be used together with the PostCSS transformer to add support for CSS variables.

1.3.3

18 Jul 19:56
Compare
Choose a tag to compare
  • Updated: semver dependency to v5.6.0.
  • Updated: css-to-react-native-transform dependency to v1.8.1.

1.3.2

18 Jul 19:56
Compare
Choose a tag to compare
  • Fixed: Compatibility with react-native v0.59

1.3.1

18 Jul 19:56
Compare
Choose a tag to compare
  • Fixed: Removed code to throw an error when a Sass include path can not be resolved. This fixes Sass' "directories as modules" feature.

1.3.0

18 Jul 19:55
Compare
Choose a tag to compare
  • Added: support for passing options to node-sass.
  • Added: support for platform specific extensions when using Sass' @import.

1.2.3

18 Jul 19:55
Compare
Choose a tag to compare
  • Fixed: Pass indentedSyntax option to node-sass to enable support for indented syntax using .sass file extension.

1.2.2

18 Jul 19:54
Compare
Choose a tag to compare
  • Updated: app-root-path dependency to v2.1.0.
  • Updated: css-to-react-native-transform dependency to v1.7.0.