Major release introducing support for visionOS 🎉, some bug fixes and a BREAKING CHANGE due to #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
- feat: add visionOS support by @okwasniewski in #2190
- fix: Correct types for transformsArrayToProps by @crazyfraggle in #2193
- chore: bump examples to 0.73.1 by @WoLewicki in #2201
- Fix type exports and enable
isolatedModules
setting to catch it intsc
by @renchap in #2197 - Fix crash when SVG is unloaded by XAML by @rozele in #2195
- fix(SvgCssUri): support rendering fallback instead of crashing the app when loading invalid content from remote svg file by @quangkcao in #2196
- fix: Ensure RNSVG.dll is built with proper publisher/versioning information via new resource file. by @taenri in #2191
- Update ios-build-test.yml by @WoLewicki in #2207
- fix: visionOS support by @tomekzaw in #2218
- fixed @deprecated warning in React Native 0.73: 'com.facebook.react.common.StandardCharsets' is deprecated and marked for removal by @coder-xiaomo in #2208
- fix: typo on require statement (
WithLocalSvg
) by @voidsatisfaction in #2223 - fix: Add missing nan value checks for bounds size by @MatiPl01 in #2220
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /Example by @dependabot in #2228
- feat: bump minimal ios version to 12.4 by @WoLewicki in #2232
New Contributors
- @okwasniewski made their first contribution in #2190
- @crazyfraggle made their first contribution in #2193
- @quangkcao made their first contribution in #2196
- @taenri made their first contribution in #2191
- @coder-xiaomo made their first contribution in #2208
- @voidsatisfaction made their first contribution in #2223
- @MatiPl01 made their first contribution in #2220
Full Changelog: v14.1.0...v15.0.0