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 in #2495
- feat: add basic React Server Component support by @EvanBacon in #2287
- docs: improve Example apps by @stanleyoos in #2460
- docs: give E2E own icon by @jakex7 in #2497
- docs: restore PanResponder icon by @jakex7 in #2498
- fix: macOS percentage values and images by @jakex7 in #2496
- chore: improve ci workflow by @jakex7 in #2499
- chore: fix macos ci by @jakex7 in #2501
- chore: remove screens and RNS from macos example app by @jakex7 in #2502
- feat: FeComposite filter by @jakex7 in #2433
- chore: Remove legacy version check in
react-native.config.js
by @lukmccall in #2503 - chore: set yarn version by @jakex7 in #2504
- chore: extract Windows example by @jakex7 in #2505
- chore: upgrade react native in example apps by @jakex7 in #2506
- feat: move examples to ./apps by @jakex7 in #2507
- fix: example types by @jakex7 in #2508
- refactor: rename example to paper-example by @jakex7 in #2509
- fix: iOS E2E action by @jakex7 in #2510
- fix: example apps metro paths by @jakex7 in #2511
- fix: create symlink to common directory by @jakex7 in #2512
- fix: client rect on use element by @jakex7 in #2513
- feat: FeDropShadow by @jakex7 in #2514
- fix: negative dx/dy in feOffset by @jakex7 in #2515
- fix: FeComposite in2 on Android by @jakex7 in #2516
- docs: add Empty screen as playground by @jakex7 in #2517
- chore: update bundler to 2.5.22 by @jakex7 in #2522
- feat: get currentColor from caller instead of parent by @jakex7 in #2521
- chore: fix web-example app path and format examples by @jakex7 in #2524
- fix: update warnUnimplementedFilter list by @jakex7 in #2525
- fix: apple bounding box (CGPathGetPathBoundingBox) by @omeid in #2177
- fix: add default FeBlend mode by @jakex7 in #2530
- fix: react-native-macos@0.76+ by @jakex7 in #2531
New Contributors
- @stanleyoos made their first contribution in #2460
- @lukmccall made their first contribution in #2503
- @omeid made their first contribution in #2177
Full Changelog: v15.8.0...v15.9.0