react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.

MIT License

Stars
7.4K
Committers
226

Bot releases are visible (Hide)

react-native-svg - v15.8.0-rc.1 Latest Release

Published by jakex7 about 1 month ago

react-native-svg - v15.7.1

Published by jakex7 about 1 month ago

Hotfix for v15.7.0

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.7.0...v15.7.1

react-native-svg - v15.8.0-rc.0

Published by jakex7 about 1 month ago

react-native-svg - v15.7.0

Published by jakex7 about 1 month ago

A minor release introducing the implementation of filter regions along with some bug fixes πŸ”§

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.6.0...v15.7.0

react-native-svg - v15.6.0

Published by jakex7 about 2 months ago

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: https://github.com/software-mansion/react-native-svg/compare/v15.5.0...v15.6.0

react-native-svg - v15.5.0

Published by jakex7 2 months ago

πŸŽ‰ 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: https://github.com/software-mansion/react-native-svg/compare/v15.4.0...v15.5.0

react-native-svg - v15.4.0

Published by jakex7 3 months ago

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: https://github.com/software-mansion/react-native-svg/compare/v15.3.0...v15.4.0

react-native-svg - v15.3.0

Published by jakex7 5 months ago

Minor release fixing some long-standing bugs. Thank you for your contributions! πŸŽ‰

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.2.0...v15.3.0

react-native-svg - v14.2.0

Published by jakex7 5 months ago

Fixed static view config validation #2274. Thanks @fabriziocucci for contribution!

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v14.1.0...v14.2.0

react-native-svg - v13.14.1

Published by jakex7 5 months ago

Patch release fixing static view config validation #2274. Thanks @fabriziocucci for contribution!

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.14.0...v13.14.1

react-native-svg - v15.2.0

Published by WoLewicki 6 months ago

Minor release adding support for RN 0.74 on New Architecture and introducing some bug fixes. Thank you for your contributions!

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.1.0...v15.2.0

react-native-svg - v15.1.0

Published by WoLewicki 8 months ago

Minor release including proper support for react-native-reanimated to the library on new architecture by using dynamic values for codegen.

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.0.0...v15.1.0

react-native-svg - v15.0.0

Published by WoLewicki 8 months ago

Major release introducing support for visionOS πŸŽ‰, some bug fixes and a BREAKING CHANGE due to https://github.com/software-mansion/react-native-svg/pull/2232. If your app already supports iOS >= 12.4 then you can safely upgrade the version, otherwise, you have to bump it first.

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v14.1.0...v15.0.0

react-native-svg - v14.1.0

Published by WoLewicki 11 months ago

Minor release adding support for RN 0.73 and fixing some bugs πŸŽ‰ Thank you for all your contributions!

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v14.0.0...v14.1.0

react-native-svg - v14.0.0

Published by WoLewicki 11 months ago

Major release introducing some minor improvements and a BREAKING CHANGE. From now on, you should import

  SvgCss,
  SvgCssUri,
  SvgWithCss,
  SvgWithCssUri,
  inlineStyles,
  LocalSvg,
  WithLocalSvg,
  loadLocalRawResource,

from react-native-svg/css package instead. See #2168 for more information.

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.14.0...v14.0.0

react-native-svg - v13.14.0

Published by WoLewicki about 1 year ago

PR adding improvements to the library. Thanks for all your contributions πŸš€

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.13.0...v13.14.0

react-native-svg - v13.13.0

Published by WoLewicki about 1 year ago

Minor release restoring usage of UIGraphicsBeginImageContextWithOptions on macOS since there is no implementation for UIGraphicsImageRendererFormat there yet.

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.12.0...v13.13.0

react-native-svg - v13.12.0

Published by WoLewicki about 1 year ago

Minor release introducing the change of API used on iOS from UIGraphicsBeginImageContextWithOptions to UIGraphicsImageRenderer.

What's Changed

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.11.0...v13.12.0

react-native-svg - v13.11.0

Published by WoLewicki about 1 year ago

Minor release cleaning the repository 🧹 Please submit any issues that come up with the newest version πŸ› Thanks for your contributions πŸš€

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.10.0...v13.11.0

react-native-svg - v13.10.0

Published by WoLewicki over 1 year ago

Minor release fixing some long-standing issues, adding new features such as web support for toDataURL (https://github.com/software-mansion/react-native-svg/pull/2072) and fallback prop for SvgXml and others (https://github.com/software-mansion/react-native-svg/pull/2071). It also adds support for RN 0.72 on new architecture, at the same time dropping the support for RN 0.71 there. Thanks for all your contributions πŸš€

What's Changed

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v13.9.0...v13.10.0

Package Rankings
Top 6.67% on Proxy.golang.org
Badges
Extracted from project README
Version NPM