Introducing the long-awaited filters in react-native-svg! 🎉
This minor release includes the first filter, FeColorMatrix, along with numerous fixes and other improvements.
What's Changed
- fix: error when building paper after fabric by @maciekstosio in #2281
- Handle error when pass wrong uri to SvgFromUri component by @bohdanprog in #2289
- chore: TestsExample app fix reanimated and metro.config issues by @bohdanprog in #2291
- chore: remove macos-build-test.yml by @bohdanprog in #2292
- chore: add hire us section to readme by @kacperkapusciak in #2295
- feat: github action close-when-stale by @bohdanprog in #2296
- fixed pars on Android platform prop strokeDasharray by @bohdanprog in #2294
- feat: add new bug issue template, and github actions by @bohdanprog in #2300
- fix: issue template by @bohdanprog in #2301
- fix: example app package.json file and yarn.lock by @bohdanprog in #2303
- fix: handle onPress prop on web app by @bohdanprog in #2302
- fix: android PathParser crash app if pass some wrong d prop by @bohdanprog in #2308
- fix: scaling when mask is set by @jakex7 in #2299
- add onLoad prop to Image component by @bohdanprog in #2293
- feat: update needs-more-info git workflow by @bohdanprog in #2314
- fix: new arch invalidate on mount/unmount by @jakex7 in #2318
- Fix: image onLoad props by @bohdanprog in #2317
- feat(windows): add support for 74 and bump Example by @marlenecota in #2315
- feat: add Example Windows build workflow by @marlenecota in #2322
- fix: add check in RNSVGImage for macos platform by @bohdanprog in #2324
- Add correct invalidate calls to SvgView on ios with test by @Kicu in #2327
- fix: extract opacity use percentage values by @jakex7 in #2325
- feat: change folders structure by @bohdanprog in #2319
- Implement mask-type property by @SergeyYurkevich in #2152
- feat: extract web example by @bohdanprog in #2333
- fix: macos mask by @jakex7 in #2337
- fix: fix format-js task to reflect changes made to folder structure by @CDFN in #2342
- Add missing
#include <folly/dynamic.h>
on RN 0.75 by @tomekzaw in #2344 - feat: filters support FeColorMatrix and FilterImage by @jakex7 in #2316
- fix: mask and filters rendering issues by @jakex7 in #2345
New Contributors
- @maciekstosio made their first contribution in #2281
- @bohdanprog made their first contribution in #2289
- @Kicu made their first contribution in #2327
- @SergeyYurkevich made their first contribution in #2152
- @CDFN made their first contribution in #2342
Full Changelog: v15.3.0...v15.4.0