yarn react-native-svg 15.8.0
v15.8.0

22 hours ago

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 react-native@0.76 🎉

What's Changed

  • feat: support react-native@0.76 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 react-native@0.76.0-rc.4 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 react-native@0.76.0-rc.5 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

Don't miss a new react-native-svg release

NewReleases is sending notifications on new releases.