Skip to content

Tags: Shopify/react-native-skia

Tags

v2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🖼️): New `ImageFilter` component that receives arbitrary image fi…

…lter as prop (#3225)

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(💚): fix CI (#3217)

v2.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🏗️): Automatic detection of duplicate header files (#3212)

v2.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🐙): revert build changes (#3206)

v2.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🖼️): fix Canvas in StrictMode (#3189)

v2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#3179)

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Candillon <wcandillon@gmail.com>

v2.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(💚): fix hot reload crashes on iOS (#3178)

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🐛): fix reconciler regression due to mismatching types with imple…

…mentation (#3173)

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🌈): enable wide gamut colors by default on iOS (#3153)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(🎨): version 2.0.0 (#3133)

BREAKING CHANGE:
* 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.

---------

Co-authored-by: Saad Najmi <sanajmi@microsoft.com>
Co-authored-by: kewde <kewde@particl.io>