Skip to content

Releases: software-mansion/react-native-svg

v15.8.0

17 Oct 12:30
Compare
Choose a tag to compare

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

v15.8.0-rc.2

14 Oct 07:55
Compare
Choose a tag to compare
v15.8.0-rc.2 Pre-release
Pre-release

Release candidate with support for react-native@0.76

What's Changed

Full Changelog: v15.8.0-rc.1...v15.8.0-rc.2

v15.8.0-rc.1

17 Sep 12:59
Compare
Choose a tag to compare
v15.8.0-rc.1 Pre-release
Pre-release

Release candidate with support for react-native@0.76

What's Changed

Full Changelog: v15.8.0-rc.0...v15.8.0-rc.1

v15.8.0-rc.0

17 Sep 09:09
Compare
Choose a tag to compare
v15.8.0-rc.0 Pre-release
Pre-release

Release candidate with support for react-native@0.76

What's Changed

Full Changelog: v15.7.0...v15.8.0-rc.0

v15.7.1

17 Sep 12:45
Compare
Choose a tag to compare

Hotfix for v15.7.0

What's Changed

  • fix: exclude e2e from types in release by @jakex7 in ##2454

Full Changelog: v15.7.0...v15.7.1

v15.7.0

17 Sep 08:59
Compare
Choose a tag to compare

A minor release introducing the implementation of filter regions along with some bug fixes 🔧

What's Changed

New Contributors

Full Changelog: v15.6.0...v15.7.0

v15.6.0

21 Aug 13:27
Compare
Choose a tag to compare

In this version, we've introduced support for React Native 0.75, Fabric support on Windows, and a few minor enhancements and fixes. Thank you to everyone who contributed! 🚀

What's Changed

New Contributors

Full Changelog: v15.5.0...v15.6.0

v15.5.0

06 Aug 13:31
Compare
Choose a tag to compare

🎉 Minor release introducing new filters, CSS filters API on FilterImage component and many bug fixes.
Thanks for all your contributions 🚀

What's Changed

New Contributors

Full Changelog: v15.4.0...v15.5.0

v15.4.0

11 Jul 13:08
Compare
Choose a tag to compare

Introducing the long-awaited filters in react-native-svg! 🎉
This minor release includes the first filter, FeColorMatrix, along with numerous fixes and other improvements.

What's Changed

New Contributors

Full Changelog: v15.3.0...v15.4.0

v15.3.0

16 May 13:10
Compare
Choose a tag to compare

Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉

What's Changed

New Contributors

Full Changelog: v15.2.0...v15.3.0