Skip to content

Releases: MoOx/react-from-svg

5.1.2

Choose a tag to compare

@MoOx MoOx released this 18 Aug 15:58
633b838
  • Fix style prop generation

5.1.1

Choose a tag to compare

@MoOx MoOx released this 18 Aug 15:52
fa6d905
  • Fix published files

5.1.0

Choose a tag to compare

@MoOx MoOx released this 18 Aug 15:38
e330e49
  • Add support for style prop

5.0.3

Choose a tag to compare

@MoOx MoOx released this 07 Jul 15:02
f1141c2
  • Fix negative number transformation for ReScript output.

5.0.2

Choose a tag to compare

@MoOx MoOx released this 05 May 09:33
28e7e2b
  • Fix *-rescript options, round 2
  • Adjust a bit rescript output

5.0.1

Choose a tag to compare

@MoOx MoOx released this 05 May 09:21
31e5683

Fix *-rescript options

5.0.0

Choose a tag to compare

@MoOx MoOx released this 05 May 09:09
18741a9

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

Choose a tag to compare

@MoOx MoOx released this 08 Aug 14:48
89353c8
  • --with-native-for-reason: Fixed unwanted props transformation (eg: opacity) b69604f by @MoOx

4.0.5

Choose a tag to compare

@MoOx MoOx released this 08 Aug 13:42
6f3a4e7
  • --with-native-for-reason: Fix untransformed offset prop for Stop component cdcbf0e by @MoOx

4.0.3

Choose a tag to compare

@MoOx MoOx released this 11 Jun 07:54
d74da73
  • --with-native: Fix JS output error "Error: Text strings must be rendered
    within a <Text> #14 by
    @Freddy03h