Releases: Shopify/react-native-skia
Releases · Shopify/react-native-skia
Release 0.1.124 alpha
What's Changed
- docs: Box type typo fix by @wobsoriano in #444
- docs: fix offset filter svg counterpart url by @wobsoriano in #445
- 🐛 Fix circle type checking by @wcandillon in #441
- Fixed tearing down the RNSkDrawView when bridge is teared down. by @chrfalch in #448
- Add new graph example by @wcandillon in #447
- Remove use of the Intl class by @wcandillon in #456
- All animation Config interfaces should use optional values by @colinta in #458
- Fix Lerp bug and add more documentation testing by @wcandillon in #465
- Fixed regression on Android for canvas size by @chrfalch in #466
↕️ Clarify docs: useCanvasSize / onLayout by @wcandillon in #459- Fix memory issue with the debug label by @wcandillon in #467
- Fixes animations stops after a while by @chrfalch in #469
- 📚 Remove useless code in example by @wcandillon in #470
- Deprecates useCanvasSize in favor of useCanvas by @wcandillon in #468
Full Changelog: v0.1.123-alpha...v0.1.124-alpha
Release 0.1.123 alpha
What's Changed
- Bump async from 2.6.3 to 2.6.4 in /docs by @dependabot in #425
- Bump async from 2.6.3 to 2.6.4 in /package by @dependabot in #424
- Bump async from 2.6.3 to 2.6.4 in /example by @dependabot in #423
- 🖊 Fix Minor typo by @wcandillon in #433
- 🪣 Add support for fillType in Path by @wcandillon in #431
- ⭐️ Fix and refactorize antialiasing defaults by @wcandillon in #430
- 📚 Update SVG support notes by @wcandillon in #427
- 🐛 Fix cyclic dependency by @wcandillon in #434
- Minor improvement in error handling for color parsing by @wcandillon in #436
- Fix bound parameter in makeImageSnapshot by @wcandillon in #438
- Bump cross-fetch from 3.1.4 to 3.1.5 in /docs by @dependabot in #439
- docs: replace IPath with SkPath in Path page by @wobsoriano in #440
- Fix crash in release mode by @chrfalch in #435
New Contributors
- @wobsoriano made their first contribution in #440
Full Changelog: v0.1.122-alpha...v0.1.123-alpha
Release 0.1.122 alpha
What's Changed
- 🎨 Native color parsing by @wcandillon in #408
- ❄️ Freeze Drawing by @wcandillon in #396
- 📚 Make the stroke and fill recipe more prominent by @wcandillon in #415
- 🍏 Fix Color regression and iOS warning by @wcandillon in #416
- 💄 Fix bug with path mutation by @wcandillon in #418
- Updated Interpolation example and fix rare crash by @chrfalch in #411
- 🪟 Change symlink to junction by @wcandillon in #420
- Clean up setInterval by @wcandillon in #421
- Add support for Path Commands by @wcandillon in #422
Full Changelog: v0.1.121-alpha...v0.1.122-alpha
Release 0.1.121 alpha
What's Changed
- Minor rephrasing by @wcandillon in #393
- README fix by @hrupesh in #397
- Doc fix by @zhuanghongji in #404
- Fix documentation typo by @wcandillon in #402
- Fix/386 make gradle and cmake more robust by @chrfalch in #391
New Contributors
- @hrupesh made their first contribution in #397
- @zhuanghongji made their first contribution in #404
Full Changelog: v0.1.120-alpha...v0.1.121-alpha
Release 0.1.120 alpha
What's Changed
Full Changelog: v0.1.119-alpha...v0.1.120-alpha
Release 0.1.119 alpha
What's Changed
- Fix Images table Types formatting by @catalinmiron in #384
- Fix example regression by @wcandillon in #385
- Declarative Paints by @wcandillon in #390
New Contributors
- @catalinmiron made their first contribution in #384
Full Changelog: v0.1.118-alpha...v0.1.119-alpha
Breaking Change
Now complex paint attributes can be set as children of a drawing or a group. For instance the following:
<Paint>
<LinearGradient />
</Paint>
<Fill />
becomes
<Fill>
<LinearGradient />
</Fill>
See the documentation for more details.
Release 0.1.118 alpha
What's Changed
- Bump plist from 3.0.4 to 3.0.5 in /package by @dependabot in #362
- Bump ansi-regex from 4.1.0 to 4.1.1 in /package by @dependabot in #361
- Bump ansi-regex from 4.1.0 to 4.1.1 in /example by @dependabot in #360
- Bump plist from 3.0.4 to 3.0.5 in /example by @dependabot in #359
- 💄 Fix DX in example app by @wcandillon in #369
- 📚 Update documentation by @wcandillon in #367
- 🐠 Gen-Z Mode by @wcandillon in #336
- 💄 Remove deadcode and refine type by @wcandillon in #370
- Update package description by @wcandillon in #372
- 📦 Fix package post install by @wcandillon in #375
- Box Shadow by @wcandillon in #320
- Fix Drawing component by @wcandillon in #354
- Added SkPicture implementation with SkPictureRecording by @chrfalch in #327
- Fix documentation deployment by @wcandillon in #376
- Clean up examples by @wcandillon in #379
- Upgrade example to rn0.68 by @chrfalch in #378
↕️ useCanvasSize() by @wcandillon in #380- RN 0.68: iOS/Project-file Added change after running pod install by @chrfalch in #382
- Fix regression on main by @wcandillon in #383
- Bump cocoapods-downloader from 1.6.2 to 1.6.3 in /example by @dependabot in #381
Full Changelog: v0.1.115-alpha...v0.1.118-alpha
Release 0.1.115 alpha
Full Changelog: v0.1.113-alpha...v0.1.115-alpha
Release 0.1.113 alpha
What's Changed
- enable C++17 for iOS build by @schiller-manuel in #364
- Update documentation notes by @wcandillon in #365
- Publish on NPM by @wcandillon in #366
Full Changelog: v0.1.111-alpha...v0.1.113-alpha
Release 0.1.111 alpha
What's Changed
- ⬆️ Upgrade version number by @wcandillon in #322
- 💄 ITypeface -> SkTypeface by @wcandillon in #328
- cache default font manager in canvas by @schiller-manuel in #339
- fixed param name in usePaint by @schiller-manuel in #338
- Fix indices property in Vertices by @wcandillon in #335
- Added fix to make sure the python command is valid by @chrfalch in #331
- cleanup includes by @schiller-manuel in #288
- Upgraded to version m101 of Skia by @chrfalch in #332
- fix Transform example by @schiller-manuel in #309
- Clarify normalized coordinates in SKGL by @wcandillon in #342
- allow arrays for uniforms by @schiller-manuel in #348
- validate uniform index by @schiller-manuel in #347
- Fix regression in main by @wcandillon in #351
- use move semantics by @schiller-manuel in #340
- use reserve for std::vector by @schiller-manuel in #346
- fix offset in updateTouchPoints on Android by @schiller-manuel in #349
- Clean up unused examples by @wcandillon in #344
- 💄 Minor shader improvement by @wcandillon in #356
- Fixed regression on Androd after merging std::move branch by @chrfalch in #358
- Build JS code by @wcandillon in #353
- Fix build npm package step by @wcandillon in #363
Full Changelog: v0.1.109-alpha...v0.1.111-alpha