Skip to content

Releases: Shopify/react-native-skia

v2.0.0-next.3

16 Apr 06:17
Compare
Choose a tag to compare
v2.0.0-next.3 Pre-release
Pre-release

2.0.0-next.3 (2025-04-16)

Bug Fixes

  • 🔐: remove potential buffer over-reads (#3086) (afeab61)
  • always seperate type imports from normal imports (#3070) (09aa642)
  • BoxShadow color with opacity no longer get ignored (#3093) (66d44b1)

v1.12.4

16 Apr 06:13
66d44b1
Compare
Choose a tag to compare

1.12.4 (2025-04-16)

Bug Fixes

  • 🔐: remove potential buffer over-reads (#3086) (afeab61)
  • always seperate type imports from normal imports (#3070) (09aa642)
  • BoxShadow color with opacity no longer get ignored (#3093) (66d44b1)

v2.0.0-next.2

01 Apr 04:33
4a41189
Compare
Choose a tag to compare
v2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2025-04-01)

Bug Fixes

Features

v1.12.3

31 Mar 16:20
f299931
Compare
Choose a tag to compare

1.12.3 (2025-03-31)

Bug Fixes

v1.12.2

26 Mar 17:16
89148d1
Compare
Choose a tag to compare

1.12.2 (2025-03-26)

Bug Fixes

v1.12.1

26 Mar 10:44
1fcdf51
Compare
Choose a tag to compare

1.12.1 (2025-03-26)

Bug Fixes

  • 🐎: fix serious threading issue in useAnimatedImageValue (#3057) (d366abd)
  • 💚: add support for testID on Canvas in Jest (#3058) (2d0c342)
  • 🤖: fix minor memory leak on Android (#3052) (1fcdf51)
  • consistent std::move semantics (#3040) (77c2a4f)
  • incorrect error message on getPosTan (#3041) (807b63e)
  • throw error when accessing disposed objects (#3043) (b7743d8)
  • use JsiSkPathEffect on dispose export (#3055) (74624c0)

v1.12.0

25 Mar 11:49
e029398
Compare
Choose a tag to compare

1.12.0 (2025-03-25)

Bug Fixes

  • 🌎: reconciller bug on React Native Web (#3050) (006bc63)
  • 🏗️: set ZERO_AR_DATE in env of build command (#3031) (7c92aba)

Features

v1.11.18

13 Mar 09:20
d21f0eb
Compare
Choose a tag to compare

1.11.18 (2025-03-13)

Bug Fixes

v1.11.12

13 Mar 05:21
38476b5
Compare
Choose a tag to compare

1.11.12 (2025-03-13)

Bug Fixes

v2.0.0-next.1

04 Mar 14:06
b9a2345
Compare
Choose a tag to compare
v2.0.0-next.1 Pre-release
Pre-release

2.0.0-next.1 (2025-03-04)

Bug Fixes

Features

BREAKING CHANGES

    • React 19 and React Native 0.78 minimum are required
  • SDK 26 minimum is required on Android
  • The debug and mode properties are now deprecated
  • SKSGRoot api is now async, as a result functions such as drawAsImage are now async as well.