Skip to content

Releases: MoOx/react-from-svg

5.1.2

18 Aug 15:58
633b838

Choose a tag to compare

  • Fix style prop generation

5.1.1

18 Aug 15:52
fa6d905

Choose a tag to compare

  • Fix published files

5.1.0

18 Aug 15:38
e330e49

Choose a tag to compare

  • Add support for style prop

5.0.3

07 Jul 15:02
f1141c2

Choose a tag to compare

  • Fix negative number transformation for ReScript output.

5.0.2

05 May 09:33
28e7e2b

Choose a tag to compare

  • Fix *-rescript options, round 2
  • Adjust a bit rescript output

5.0.1

05 May 09:21
31e5683

Choose a tag to compare

Fix *-rescript options

5.0.0

05 May 09:09
18741a9

Choose a tag to compare

Breaking change for all users

Some alias have been replaced. Please check the README for more information.

Breaking change for user of --with-**-reason options

ReasonML output has been replaced by ReScript. This means:

  • --with-native-for-reason has been replaced by --with-native-for-rescript
  • --with-web-for-reason has been replaced by --with-web-for-rescript

Output is now ReScript code that works with @rescript/react, rescript-react-native and @rescript-react-native/svg.

See https://rescript-react-native.github.io/blog/2021-05-04-hello-rescript-react-native for more informations.

4.0.6

08 Aug 14:48
89353c8

Choose a tag to compare

  • --with-native-for-reason: Fixed unwanted props transformation (eg: opacity) b69604f by @MoOx

4.0.5

08 Aug 13:42
6f3a4e7

Choose a tag to compare

  • --with-native-for-reason: Fix untransformed offset prop for Stop component cdcbf0e by @MoOx

4.0.3

11 Jun 07:54
d74da73

Choose a tag to compare

  • --with-native: Fix JS output error "Error: Text strings must be rendered
    within a <Text> #14 by
    @Freddy03h