This minor release introduces several enhancements, including the addition of new filters (FeFlood
and FeBlend
), improvements to the filter region πΌοΈ, support for currentColor
π¨, and compatibility with [email protected]
π
What's Changed
- feat: support [email protected] by @jakex7 in #2445
- fix: exclude e2e from types in release by @jakex7 in #2454
- fix: masked element layer opacity when previous item has stroke opacity by @jakex7 in #2456
- refactor: use node resolver to locate React Native package by @jakex7 in #2461
- chore: update Gemfile.lock file, start using bundle exec pod install by @bohdanprog in #2464
- feat: implement maskUnits by @jakex7 in #2457
- feat: add support base64 uri type in SvgUri component by @bohdanprog in #2444
- fix: currentColor dimming by @jakex7 in #2465
- fix: do not crash when borderRadius is set on Android by @jakex7 in #2415
- style: format and rename variables by @jakex7 in #2469
- feat: properly implement
currentColor
by @jakex7 in #2466 - feat: support css variables for SvgCss by @bohdanprog in #2459
- feat: invalidate on color change by @jakex7 in #2470
- chore: update iOS workflows by @bohdanprog in #2467
- chore: improve example configuration by @bohdanprog in #2472
- feat: improve animating colors by @jakex7 in #2471
- chore: change babel preset to
@react-native/babel-preset
by @jakex7 in #2482 - chore: regenerate Podfile.lock in example apps by @jakex7 in #2483
- chore: bump TestsExample app to [email protected] by @jakex7 in #2484
- feat: implement filter region lengths directly on RNSVGFilterRegion by @jakex7 in #2485
- feat: properly implement filter region unit USER_SPACE_ON_USE by @jakex7 in #2486
- feat: FeFlood by @jakex7 in #2487
- fix: do not remove filter region on recycle by @jakex7 in #2488
- fix: filter subregion depend on primitive units not filter units by @jakex7 in #2490
- feat: FeBlend by @jakex7 in #2489
- chore: bump example app to [email protected] by @jakex7 in #2492
- remove: deprecated sourceSets by @jakex7 in #2493
- fix: crop rect invalid bounds crash by @jakex7 in #2494
Full Changelog: v15.7.0...v15.8.0