[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
react-native-community/react-native-svg (react-native-svg)
### [`v15.9.0`](https://redirect.github.com/software-mansion/react-native-svg/releases/tag/v15.9.0)
[Compare Source](https://redirect.github.com/react-native-community/react-native-svg/compare/v15.8.0...v15.9.0)
This release includes two new filters along with numerous minor improvements and fixes. A huge thanks to all contributors! π
- FeDropShadow
- FeComposite
#### What's Changed
- docs: add entry to supported react-native version by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2495](https://redirect.github.com/software-mansion/react-native-svg/pull/2495)
- feat: add basic React Server Component support by [@EvanBacon](https://redirect.github.com/EvanBacon) in [https://github.com/software-mansion/react-native-svg/pull/2287](https://redirect.github.com/software-mansion/react-native-svg/pull/2287)
- docs: improve Example apps by [@stanleyoos](https://redirect.github.com/stanleyoos) in [https://github.com/software-mansion/react-native-svg/pull/2460](https://redirect.github.com/software-mansion/react-native-svg/pull/2460)
- docs: give E2E own icon by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2497](https://redirect.github.com/software-mansion/react-native-svg/pull/2497)
- docs: restore PanResponder icon by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2498](https://redirect.github.com/software-mansion/react-native-svg/pull/2498)
- fix: macOS percentage values and images by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2496](https://redirect.github.com/software-mansion/react-native-svg/pull/2496)
- chore: improve ci workflow by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2499](https://redirect.github.com/software-mansion/react-native-svg/pull/2499)
- chore: fix macos ci by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2501](https://redirect.github.com/software-mansion/react-native-svg/pull/2501)
- chore: remove screens and RNS from macos example app by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2502](https://redirect.github.com/software-mansion/react-native-svg/pull/2502)
- feat: FeComposite filter by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2433](https://redirect.github.com/software-mansion/react-native-svg/pull/2433)
- chore: Remove legacy version check in `react-native.config.js` by [@lukmccall](https://redirect.github.com/lukmccall) in [https://github.com/software-mansion/react-native-svg/pull/2503](https://redirect.github.com/software-mansion/react-native-svg/pull/2503)
- chore: set yarn version by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2504](https://redirect.github.com/software-mansion/react-native-svg/pull/2504)
- chore: extract Windows example by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2505](https://redirect.github.com/software-mansion/react-native-svg/pull/2505)
- chore: upgrade react native in example apps by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2506](https://redirect.github.com/software-mansion/react-native-svg/pull/2506)
- feat: move examples to ./apps by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2507](https://redirect.github.com/software-mansion/react-native-svg/pull/2507)
- fix: example types by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2508](https://redirect.github.com/software-mansion/react-native-svg/pull/2508)
- refactor: rename example to paper-example by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2509](https://redirect.github.com/software-mansion/react-native-svg/pull/2509)
- fix: iOS E2E action by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2510](https://redirect.github.com/software-mansion/react-native-svg/pull/2510)
- fix: example apps metro paths by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2511](https://redirect.github.com/software-mansion/react-native-svg/pull/2511)
- fix: create symlink to common directory by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2512](https://redirect.github.com/software-mansion/react-native-svg/pull/2512)
- fix: client rect on use element by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2513](https://redirect.github.com/software-mansion/react-native-svg/pull/2513)
- feat: FeDropShadow by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2514](https://redirect.github.com/software-mansion/react-native-svg/pull/2514)
- fix: negative dx/dy in feOffset by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2515](https://redirect.github.com/software-mansion/react-native-svg/pull/2515)
- fix: FeComposite in2 on Android by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2516](https://redirect.github.com/software-mansion/react-native-svg/pull/2516)
- docs: add Empty screen as playground by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2517](https://redirect.github.com/software-mansion/react-native-svg/pull/2517)
- chore: update bundler to 2.5.22 by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2522](https://redirect.github.com/software-mansion/react-native-svg/pull/2522)
- feat: get currentColor from caller instead of parent by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2521](https://redirect.github.com/software-mansion/react-native-svg/pull/2521)
- chore: fix web-example app path and format examples by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2524](https://redirect.github.com/software-mansion/react-native-svg/pull/2524)
- fix: update warnUnimplementedFilter list by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2525](https://redirect.github.com/software-mansion/react-native-svg/pull/2525)
- fix: apple bounding box (CGPathGetPathBoundingBox) by [@omeid](https://redirect.github.com/omeid) in [https://github.com/software-mansion/react-native-svg/pull/2177](https://redirect.github.com/software-mansion/react-native-svg/pull/2177)
- fix: add default FeBlend mode by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2530](https://redirect.github.com/software-mansion/react-native-svg/pull/2530)
- fix: react-native-macos@0.76+ by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2531](https://redirect.github.com/software-mansion/react-native-svg/pull/2531)
#### New Contributors
- [@stanleyoos](https://redirect.github.com/stanleyoos) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2460](https://redirect.github.com/software-mansion/react-native-svg/pull/2460)
- [@lukmccall](https://redirect.github.com/lukmccall) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2503](https://redirect.github.com/software-mansion/react-native-svg/pull/2503)
- [@omeid](https://redirect.github.com/omeid) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2177](https://redirect.github.com/software-mansion/react-native-svg/pull/2177)
**Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v15.8.0...v15.9.0
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^15.8.0
->^15.9.0
Release Notes
react-native-community/react-native-svg (react-native-svg)
### [`v15.9.0`](https://redirect.github.com/software-mansion/react-native-svg/releases/tag/v15.9.0) [Compare Source](https://redirect.github.com/react-native-community/react-native-svg/compare/v15.8.0...v15.9.0) This release includes two new filters along with numerous minor improvements and fixes. A huge thanks to all contributors! π - FeDropShadow - FeComposite #### What's Changed - docs: add entry to supported react-native version by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2495](https://redirect.github.com/software-mansion/react-native-svg/pull/2495) - feat: add basic React Server Component support by [@EvanBacon](https://redirect.github.com/EvanBacon) in [https://github.com/software-mansion/react-native-svg/pull/2287](https://redirect.github.com/software-mansion/react-native-svg/pull/2287) - docs: improve Example apps by [@stanleyoos](https://redirect.github.com/stanleyoos) in [https://github.com/software-mansion/react-native-svg/pull/2460](https://redirect.github.com/software-mansion/react-native-svg/pull/2460) - docs: give E2E own icon by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2497](https://redirect.github.com/software-mansion/react-native-svg/pull/2497) - docs: restore PanResponder icon by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2498](https://redirect.github.com/software-mansion/react-native-svg/pull/2498) - fix: macOS percentage values and images by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2496](https://redirect.github.com/software-mansion/react-native-svg/pull/2496) - chore: improve ci workflow by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2499](https://redirect.github.com/software-mansion/react-native-svg/pull/2499) - chore: fix macos ci by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2501](https://redirect.github.com/software-mansion/react-native-svg/pull/2501) - chore: remove screens and RNS from macos example app by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2502](https://redirect.github.com/software-mansion/react-native-svg/pull/2502) - feat: FeComposite filter by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2433](https://redirect.github.com/software-mansion/react-native-svg/pull/2433) - chore: Remove legacy version check in `react-native.config.js` by [@lukmccall](https://redirect.github.com/lukmccall) in [https://github.com/software-mansion/react-native-svg/pull/2503](https://redirect.github.com/software-mansion/react-native-svg/pull/2503) - chore: set yarn version by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2504](https://redirect.github.com/software-mansion/react-native-svg/pull/2504) - chore: extract Windows example by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2505](https://redirect.github.com/software-mansion/react-native-svg/pull/2505) - chore: upgrade react native in example apps by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2506](https://redirect.github.com/software-mansion/react-native-svg/pull/2506) - feat: move examples to ./apps by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2507](https://redirect.github.com/software-mansion/react-native-svg/pull/2507) - fix: example types by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2508](https://redirect.github.com/software-mansion/react-native-svg/pull/2508) - refactor: rename example to paper-example by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2509](https://redirect.github.com/software-mansion/react-native-svg/pull/2509) - fix: iOS E2E action by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2510](https://redirect.github.com/software-mansion/react-native-svg/pull/2510) - fix: example apps metro paths by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2511](https://redirect.github.com/software-mansion/react-native-svg/pull/2511) - fix: create symlink to common directory by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2512](https://redirect.github.com/software-mansion/react-native-svg/pull/2512) - fix: client rect on use element by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2513](https://redirect.github.com/software-mansion/react-native-svg/pull/2513) - feat: FeDropShadow by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2514](https://redirect.github.com/software-mansion/react-native-svg/pull/2514) - fix: negative dx/dy in feOffset by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2515](https://redirect.github.com/software-mansion/react-native-svg/pull/2515) - fix: FeComposite in2 on Android by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2516](https://redirect.github.com/software-mansion/react-native-svg/pull/2516) - docs: add Empty screen as playground by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2517](https://redirect.github.com/software-mansion/react-native-svg/pull/2517) - chore: update bundler to 2.5.22 by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2522](https://redirect.github.com/software-mansion/react-native-svg/pull/2522) - feat: get currentColor from caller instead of parent by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2521](https://redirect.github.com/software-mansion/react-native-svg/pull/2521) - chore: fix web-example app path and format examples by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2524](https://redirect.github.com/software-mansion/react-native-svg/pull/2524) - fix: update warnUnimplementedFilter list by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2525](https://redirect.github.com/software-mansion/react-native-svg/pull/2525) - fix: apple bounding box (CGPathGetPathBoundingBox) by [@omeid](https://redirect.github.com/omeid) in [https://github.com/software-mansion/react-native-svg/pull/2177](https://redirect.github.com/software-mansion/react-native-svg/pull/2177) - fix: add default FeBlend mode by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2530](https://redirect.github.com/software-mansion/react-native-svg/pull/2530) - fix: react-native-macos@0.76+ by [@jakex7](https://redirect.github.com/jakex7) in [https://github.com/software-mansion/react-native-svg/pull/2531](https://redirect.github.com/software-mansion/react-native-svg/pull/2531) #### New Contributors - [@stanleyoos](https://redirect.github.com/stanleyoos) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2460](https://redirect.github.com/software-mansion/react-native-svg/pull/2460) - [@lukmccall](https://redirect.github.com/lukmccall) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2503](https://redirect.github.com/software-mansion/react-native-svg/pull/2503) - [@omeid](https://redirect.github.com/omeid) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2177](https://redirect.github.com/software-mansion/react-native-svg/pull/2177) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v15.8.0...v15.9.0Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.