Skip to content

Releases: DevSrSouza/svg-to-compose

0.11.0

15 Sep 21:42
Compare
Choose a tag to compare

Changes

  • Fix preview generation
  • More predictable AllIcons order by sorting the icons name
  • Add support for generating Icon accessor with name. It will generate a Map<String, ImageVector> with key being the icon name lowercase, if is contains a group, it should be separeted with a dot with the group name lowercase. Is practically the same Kotlin name acessor but all lower cased without the icon pack group.

Full Changelog: 0.10.0...0.11.0

0.10.0

15 Sep 01:47
Compare
Choose a tag to compare

Changes

  • Update Android Studio SDK Common to 31.6.0
  • Support preview generation

Full Changelog: 0.9.0...0.10.0

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