Skip to content

Releases: DevSrSouza/svg-to-compose

0.9.0

27 Dec 18:47
8a145f5
Compare
Choose a tag to compare

Changes

  • Preview generation support by @ealfonso93 (#19)
  • Move toKotlinPropertyName call to default param lambda by @c5inco (#17)

0.8.1

29 Jul 23:01
Compare
Choose a tag to compare

Updating Kotlin to 1.5.21 and Kotlin Poet to 1.9.0

0.8.0

29 Jul 20:05
7e1323e
Compare
Choose a tag to compare
Added support for gradients (#6)

* Added different types of fill

* Added new testing script

* The parser detects now gradient tags

* The parser reads now Linear and Radial gradient tags

* The parser reads now gradient color stops

* The parser correctly parses now linear gradients

* Parser now parses radial gradients

* Fixed issues with the parsing arguments

* The parser now supports linear and radial gradients

* Adjusted the gradient imports

0.7.0

05 Jun 17:34
fd7944c
Compare
Choose a tag to compare
Fix imports for Compose beta08 (#2) by @vganin

0.6.0

14 Mar 11:17
Compare
Choose a tag to compare
0.6.0 release with ParsingResult