paramount
paramount copied to clipboard
fix(deps): update dependency react-native-svg to v12.5.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
react-native-svg | 12.0.3 -> 12.5.1 |
Release Notes
react-native-community/react-native-svg
v12.5.1
Patch release including fix of types: https://github.com/software-mansion/react-native-svg/pull/1874.
v12.5.0
Minor release including fix of Windows
build: #1923. Thanks @marlenecota for the contribution!
v12.4.4
What's Changed
- Fix constructor with deprecated context by @hyochan in https://github.com/react-native-svg/react-native-svg/pull/1822
- feat: fix broken enum declaration by @tainakanchu in https://github.com/react-native-svg/react-native-svg/pull/1819
- fix: export types from lib which were available before by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1829
- Add support for translateX and translateY on web by @RobertSasak in https://github.com/react-native-svg/react-native-svg/pull/1825
- feat: change ios CI by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1831
New Contributors
- @hyochan made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1822
- @RobertSasak made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1825
Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.4.3...v12.4.4
v12.4.3
What's Changed
- fix style attribute space by @NiuGuohui in https://github.com/react-native-svg/react-native-svg/pull/1639
- fix: correctly export rest of the props and add onError to parsing by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1814
- add missing onLayout prop typings by @WoLewicki and @sinxwal in https://github.com/react-native-svg/react-native-svg/pull/1815
- fix: remove tsignore in LocalSvg and provide correct types by @WoLewicki and @pratyushok in https://github.com/react-native-svg/react-native-svg/pull/1816
- Add onLoad method to SvgUri by @WoLewicki and @harveyconnor in https://github.com/react-native-svg/react-native-svg/pull/1817
New Contributors
- @NiuGuohui made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1639
- @sinxwal made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1607
- @pratyushok made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1593
- @harveyconnor made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1449 Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.4.2...v12.4.3
v12.4.2
Patch release adding missing types for components and fixing from types exported in lib
folder.
What's Changed
- fix: types from lib folder by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1813
Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.4.1...v12.4.2
v12.4.1
Patch release fixing some typos, removing index.d.ts
and moving types to lib
folder.
What's Changed
- Change enum declaration in
index.d.ts
to UnionType by @tainakanchu in https://github.com/react-native-svg/react-native-svg/pull/1800 - Refactor typescript code by @WoLewicki and @codebutler in https://github.com/react-native-svg/react-native-svg/pull/1806
- Fix Stop.tsx error TS2612: Property 'props' will overwrite the base property in 'Component<StopProps, {}, any>' by @DominicTobias in https://github.com/react-native-svg/react-native-svg/pull/1777
- update the readme for npm by @moser-jose in https://github.com/react-native-svg/react-native-svg/pull/1523
- Fixed some vocabulary issues in Contributing file by @zidanehammouda in https://github.com/react-native-svg/react-native-svg/pull/1765
- feat: update readmes by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1716
New Contributors
- @tainakanchu made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1800
- @DominicTobias made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1777
- @moser-jose made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1523
- @zidanehammouda made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1765
- @codebutler made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1774 Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.4.0...v12.4.1
v12.4.0
Release fixing issues and adding Windows support 🚀 🎉 Thanks for your contributions!
What's Changed
- fix: change ci jobs to main by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1715
- Fix for SvgUri and SvgCssUri crashing on non-existing svg files by @SjaakSchilperoort in https://github.com/react-native-svg/react-native-svg/pull/1503
- Add web example by @zoontek in https://github.com/react-native-svg/react-native-svg/pull/1717
- Fix issue #1418 by @nitzanbueno in https://github.com/react-native-svg/react-native-svg/pull/1419
- Add support for setting an onError prop on SvgCssUri by @SjaakSchilperoort in https://github.com/react-native-svg/react-native-svg/pull/1718
- duplicate symbol '_distance' with MobileVLCKit by @notjulian in https://github.com/react-native-svg/react-native-svg/pull/1508
- feat: remove extractColor in favor of RN impl by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1726
- Fixed Typo by @sanjeeban5644 in https://github.com/react-native-svg/react-native-svg/pull/1789
- Fix many JS vulns, fix tests by @Stephen2 in https://github.com/react-native-svg/react-native-svg/pull/1775
- Do not include build artifacts in the npm package by @TikiTDO in https://github.com/react-native-svg/react-native-svg/pull/1786
- Add Windows support by @marlenecota in https://github.com/react-native-svg/react-native-svg/pull/1632
New Contributors
- @SjaakSchilperoort made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1503
- @nitzanbueno made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1419
- @notjulian made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1508
- @sanjeeban5644 made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1789
- @Stephen2 made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1775
- @TikiTDO made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1786
Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.3.0...v12.4.0
v12.3.0
What's Changed
- chore: add Example to repo by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1697
- feat: add Example app build workflows by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1698
- fix: android CI by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1699
- Update to css-select to avoid security warnings by @ericanderson in https://github.com/react-native-svg/react-native-svg/pull/1692
- chore: add example with test cases by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1702
- Support PlatformColor by @oblador in https://github.com/react-native-svg/react-native-svg/pull/1561
- fix: PlatformColor crashes on iOS and Android by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1703
- feat: add empty CI job so it runs on PR then by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1705
- feat: add macos CI by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1704
- Updated README.md by @hknakn in https://github.com/react-native-svg/react-native-svg/pull/1690
- Adding mavenCentral() as jcenter() is shutting by @maheshwarimrinal in https://github.com/react-native-svg/react-native-svg/pull/1570
- Fix typo in README by @isnifer in https://github.com/react-native-svg/react-native-svg/pull/1427
- Fixed typo in README.md by @klazbaba in https://github.com/react-native-svg/react-native-svg/pull/1448
- Fix low-quality masks on iOS by @simontreny in https://github.com/react-native-svg/react-native-svg/pull/1658
- feat: move Example to TS by @WoLewicki in https://github.com/react-native-svg/react-native-svg/pull/1712
- fix#1471: every element is focusable on web by @intergalacticspacehighway in https://github.com/react-native-svg/react-native-svg/pull/1585
New Contributors
- @WoLewicki made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1697
- @ericanderson made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1692
- @oblador made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1561
- @hknakn made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1690
- @maheshwarimrinal made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1570
- @isnifer made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1427
- @klazbaba made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1448
- @simontreny made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1658
- @intergalacticspacehighway made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1585
Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.2.0...v12.3.0
v12.2.0
What's Changed
- Clean up expo instructions by @EvanBacon in https://github.com/react-native-svg/react-native-svg/pull/1381
- Update README.md by @umairx97 in https://github.com/react-native-svg/react-native-svg/pull/1370
- Add macOS support by @amgleitman in https://github.com/react-native-svg/react-native-svg/pull/1494
- Fix clipRule in Android #1409 by @magicismight in https://github.com/react-native-svg/react-native-svg/pull/1564
- Xcode 12 compatibility fix by @MoOx in https://github.com/react-native-svg/react-native-svg/pull/1604
- Exclude macos files on tvOS by @jhen0409 in https://github.com/react-native-svg/react-native-svg/pull/1584
- Fix README re: Expo usage by @brentvatne in https://github.com/react-native-svg/react-native-svg/pull/1621
- fix(🐛): Expose RN Transform API in types by @wcandillon in https://github.com/react-native-svg/react-native-svg/pull/1627
- Fix ts types by @douglowder in https://github.com/react-native-svg/react-native-svg/pull/1628
New Contributors
- @EvanBacon made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1381
- @umairx97 made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1370
- @amgleitman made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1494
- @jhen0409 made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1584
- @brentvatne made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1621
- @wcandillon made their first contribution in https://github.com/react-native-svg/react-native-svg/pull/1627
Full Changelog: https://github.com/react-native-svg/react-native-svg/compare/v12.1.0...v12.2.0
v12.1.1
Bug Fixes
Features
- add macOS support (839ccd1)
v12.1.0
Bug Fixes
- web: improve react-native-web version compatibility (88953c3)
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.