Releases: DevSrSouza/svg-to-compose
Releases · DevSrSouza/svg-to-compose
0.11.0
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
Changes
- Update Android Studio SDK Common to 31.6.0
- Support preview generation
Full Changelog: 0.9.0...0.10.0
0.9.0
Changes
- Preview generation support by @ealfonso93 (#19)
- Move toKotlinPropertyName call to default param lambda by @c5inco (#17)
0.8.1
Updating Kotlin to 1.5.21 and Kotlin Poet to 1.9.0
0.8.0
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
Fix imports for Compose beta08 (#2) by @vganin
0.6.0
0.6.0 release with ParsingResult