Skip to content

Releases: Shopify/react-native-skia

v1.3.5

14 Jun 17:31
76ee745
Compare
Choose a tag to compare

1.3.5 (2024-06-14)

Bug Fixes

Reverts

v1.3.4

13 Jun 08:09
391fb9a
Compare
Choose a tag to compare

1.3.4 (2024-06-13)

Bug Fixes

  • 📸: load video metadata on dedicated thread (#2473) (7d391ae)
  • 📹: Video support on Web (#2477) (81654ce)
  • 🤖: remove unnecessary video frame copies on Android (#2476) (524072c)

v1.3.3

06 Jun 14:58
df5162e
Compare
Choose a tag to compare

1.3.3 (2024-06-06)

Bug Fixes

v1.3.2

30 May 10:42
9436209
Compare
Choose a tag to compare

1.3.2 (2024-05-30)

Bug Fixes

v1.3.1

28 May 14:26
7284ec6
Compare
Choose a tag to compare

1.3.1 (2024-05-28)

Bug Fixes

v1.3.0

22 May 14:17
Compare
Choose a tag to compare

1.3.0 (2024-05-22)

Features

Reverts

v1.2.3

19 Apr 15:26
66f877f
Compare
Choose a tag to compare

1.2.3 (2024-04-19)

Bug Fixes

  • 🤖: makeImageFromHardwareBuffer memory leak (#2389) (61571c3)
  • 🤖: Align Android hardware buffer formats handling (#2392) (66f877f)

v1.2.2

18 Apr 13:44
2391306
Compare
Choose a tag to compare

1.2.2 (2024-04-18)

Bug Fixes

  • 🍏: remove duplicate m123 header(#2386) (8d54359)
  • 🍏: Support YUV CVPixelBuffers on iOS (MakeImageFromPlatformBuffer(..)) (#2357) (0294341)
  • 🐎: improved Reanimated wrapper (#2379) (aeb5a85)
  • Remove unneeded YUV formats (#2385) (fe496de)

v1.2.1

17 Apr 04:46
8e41da3
Compare
Choose a tag to compare

1.2.1 (2024-04-17)

Bug Fixes

  • 🍏: Use Metal for creating SkImage from CVSampleBuffer (#2356) (a7041d4)
  • 👾: use PixelBuffer instead of SampleBuffer on iOS (#2374) (8e41da3)
  • 💻: use available cores to compile Skia (#2360) (f7e92ed)
  • 🧑🏻‍🏭: Metal NativeBuffer flickering issue (#2372) (2f6ff85)

v1.2.0

11 Apr 06:51
9232b67
Compare
Choose a tag to compare

1.2.0 (2024-04-11)

Bug Fixes

  • 🐛: Fix memory leak with makeNonImageTexture on Web (#2337) (24f07d7)
  • 🐛: fix support for snapshot views on fabric (#2341) (0e1b619)
  • 🐦: Add optional parameter to pause an animated image (#2349) (cd02719)
  • 📹: add e2e tests for Platform Buffers and fix iOS implementation (#2351) (9232b67)

Features

  • 📸: Create Image.MakeImageFromPlatformBuffer(..) (#2344) (933a0e2)
  • Expose Surface's width and height (#2345) (5eeeb80)