🎉 Minor release introducing new filters, CSS filters API on FilterImage
component and many bug fixes.
Thanks for all your contributions 🚀
What's Changed
- feat: improve windows ci job by @marlenecota in #2329
- fix: remove using pattern matching in FilterView by @bohdanprog in #2354
- fix: allow to array style prop by @heecheolman in #2189
- feat: format project and change in test example default component by @bohdanprog in #2350
- feat: update reanimated dependency by @bohdanprog in #2336
- fix: cannot set property transform of undefined (gStyle) by @jakex7 in #2355
- feat: add new resolve web asset function by @bohdanprog in #2334
- Feat: add scripts to sync archs by @maciekstosio in #2357
- fix: ignore invalid filter id by @jakex7 in #2360
- fix: macOS new architecture build by @bohdanprog in #2341
- fix: color shift in FeColorMatrix on android by @jakex7 in #2365
- fix: applying multiple filters on iOS by @jakex7 in #2366
- feat: introduce CSS filter API on FilterImage by @jakex7 in #2359
- feat: support filters on web by @jakex7 in #2346
- feat: add
FeGaussianBlur
filter by @jakex7 in #2352 - feat: add
FeOffset
filter by @jakex7 in #2361 - refactor: small changes to filters by @jakex7 in #2368
- feat: Add link to QA section and feature requests by @bohdanprog in #2373
- fix(xml): extract tags map to separate entry point for mobile & web by @joshuayoes in #1916
- fix: type problem ReactNativeSvg.web.ts by @bohdanprog in #2374
- fix: web example by @jakex7 in #2376
- fix: add new macos examples by @bohdanprog in #2372
- chore: update example yarn.lock by @bohdanprog in #2378
- feat: Make CMake less verbose by @tjzel in #2377
- fix: circular-dependencies by @bohdanprog in #2381
- feat: add web implementation SvgXml and others component by @bohdanprog in #2382
- feat: add
FeMerge
andFeMergeNode
filters by @jakex7 in #2369 - fix: FeMerge on paper by @jakex7 in #2384
- fix: mac os crashes by @jakex7 in #2385
- fix: change way passing onPress prop by @bohdanprog in #2386
- fix:
FilterImage
css filter on web by @jakex7 in #2387 - feat: placeholders for unimplemented filters and support for Web by @jakex7 in #2392
- fix: FeGaussianBlur stdDeviation on Apple by @jakex7 in #2388
- fix: problem with reanimated example in web platoform by @bohdanprog in #2390
- refactor: unify filters types by @jakex7 in #2394
- fix: apple empty filter results by @jakex7 in #2393
- feat: clean GitHub workflows by @bohdanprog in #2391
- fix: deconstruct filter from styles by @jakex7 in #2389
New Contributors
- @heecheolman made their first contribution in #2189
- @joshuayoes made their first contribution in #1916
Full Changelog: v15.4.0...v15.5.0