Skip to content

Releases: Shopify/react-native-skia

v2.0.1

20 May 18:41
92c62fd
Compare
Choose a tag to compare

2.0.1 (2025-05-20)

Bug Fixes

  • 🌈: enable wide gamut colors by default on iOS (#3153) (92c62fd)

v2.0.0

09 May 14:22
8b465b6
Compare
Choose a tag to compare

2.0.0 (2025-05-09)

Features

BREAKING CHANGES

  • 🎨: * React 19 and React Native 0.78 minimum are required
  • 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.

v2.0.0-next.5

09 May 11:01
92cb1f3
Compare
Choose a tag to compare
v2.0.0-next.5 Pre-release
Pre-release

2.0.0-next.5 (2025-05-09)

Bug Fixes

  • 🐛: Remove boggy parameter checks on color arrays (#3136) (92cb1f3)

v2.0.0-next.4

08 May 12:36
def1e1f
Compare
Choose a tag to compare
v2.0.0-next.4 Pre-release
Pre-release

2.0.0-next.4 (2025-05-08)

Bug Fixes

  • 🐛: Fix regression with non-animated prop changes (#3129) (9aa3c3c)
  • 🖼️: useTexture regression in React 19 support (9eb3f89)

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)