Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Releases: quassum/svg-to-swiftui-core

v0.2.7

27 Nov 09:38
e9fbc7d
Compare
Choose a tag to compare
  • Updated README
  • Removed Github workflow for publishing to GPR, because this is not a scoped package, thus can't be published on GPR.

v0.2.6

05 Nov 10:37
56f2490
Compare
Choose a tag to compare
  • Added <ellipse> support
  • Updated dependencies for security purposes

v0.2.5

07 Oct 09:23
Compare
Choose a tag to compare
  • Updated dependencies to decrease vulnerability alerts

Full Changelog: v0.2.4...v0.2.5

Incremental update

02 Jun 20:16
0126fa9
Compare
Choose a tag to compare
Incremental update Pre-release
Pre-release
  • Added statistics labels to README
  • Ran npm update
  • Bumped version for release
  • Auto-formatted using linter

Initial release

02 Jan 14:28
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

The initial release includes the following features:

  • Conversion of SVG <path> element without support for Arc command.
  • Conversion of SVG <rect> element.
  • Conversion of SVG <circle> element.
  • SVG is converted into SwiftUI without styles in this release.