Skip to content

Tags: operagxsasha/react-native-skia

Tags

v1.11.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🍏): Fix iOS linking error on RN 0.77 (Shopify#2933)

fixes Shopify#2931

v1.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🐛): fix bug where unmounted canvases would be drawn (Shopify#2929)

v1.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🐛): fix conflicting header name on iOS (Shopify#2924)

v1.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(🔐): Add support for npm provenance (Shopify#2921)

v1.10.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🤖): remove unstable React Native Screens workaround on Android (S…

…hopify#2894)

v1.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🎨): consolidate color processing in the scenegraph (Shopify#2891)

v1.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(🎨): Enable new reconciler by default on iOS and Android (Shopify…

…#2865)

The old reconciler is still available via `CanvasOld` if needed

v1.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🌎): fix bug with sampling options in drawAtlas (Shopify#2886)

v1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(🏞️): fix default image sampling and add full control of sampling…

… options (Shopify#2880)

fixes Shopify#2507

This adds full control to the sampling options to the user but it also fix the default sampling options as well as making it consistent on all APIs (image, atlas, shader in declarative/imperative).

v1.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(🐛): Fix serious memory error with data loading hooks (useImage, u…

…seFont) (Shopify#2866)

Hooks like useImage wrong manually dispose the data when unmounting even thought the reference might be still used somewhere else. In the case of the Skia reconciler, the image is disposed even before any kind of unmounting is signaled to the reconciler.