|
| 1 | +# Plugin Changelog |
| 2 | + |
| 3 | +## [Unreleased] |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Setup of changelog plugin |
| 8 | + |
| 9 | +## [0.17.2](https://github.com/ComposeGears/Valkyrie/releases/tag/0.17.2) - 2025-10-11 |
| 10 | + |
| 11 | +### Fixed |
| 12 | + |
| 13 | +- Handle aspect ratio for ImageVectorIcon rendering in gutter and auto-complete popup |
| 14 | +- Fix PSI parsing for material icon without materialIcon block, introduce BuilderExpression |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
| 18 | +- Move :extensions into :sdk:core:extensions |
| 19 | +- Simplify navigation transitions across screens |
| 20 | + |
| 21 | +## [0.17.1](https://github.com/ComposeGears/Valkyrie/releases/tag/0.17.1) - 2025-10-09 |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- Fix PSI parsing when nullable KtProperty on top of file |
| 26 | + |
| 27 | +## [0.17.0](https://github.com/ComposeGears/Valkyrie/releases/tag/0.17.0) - 2025-10-09 |
| 28 | + |
| 29 | +### Added |
| 30 | + |
| 31 | +- Image Vector Preview in Autocomplete Dialog |
| 32 | +- Image Vector Preview in Gutter |
| 33 | +- Add caching for icon creation in ImageVectorCompletionContributor |
| 34 | +- Introduce ImageVectorIcon for HQ preview in CompletionContributor |
| 35 | +- ImageVector to XML generator |
| 36 | +- Add Clip Path Support (KMP) |
| 37 | +- Add SDK core XML module to share VectorDrawable class |
| 38 | + |
| 39 | +### Changed |
| 40 | + |
| 41 | +- Gutter icon improvements |
| 42 | +- Optimize ImageVectorIcon rendering by removing scale dependency and introducing a constant for icon size |
| 43 | +- Refactor path utilities: move toPathString and toPathArgs to new PathNode |
| 44 | + |
| 45 | +## [0.16.0](https://github.com/ComposeGears/Valkyrie/releases/tag/0.16.0) - 2025-07-24 |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +- No notable changes |
| 50 | + |
| 51 | +## [0.15.0](https://github.com/ComposeGears/Valkyrie/releases/tag/0.15.0) - 2025-06-28 |
| 52 | + |
| 53 | +### Added |
| 54 | + |
| 55 | +- Show export issues, add auto fix functionality |
| 56 | +- Allow numbers in icon pack names |
| 57 | +- Parse gradient startColor/endColor |
| 58 | + |
| 59 | +### Fixed |
| 60 | + |
| 61 | +- "useComposeColors" option not used in plugin |
| 62 | +- Fix ImageVector preview with linear gradient |
| 63 | +- "Auto resolve issues" cleared all processing icons |
| 64 | +- Export issues should consider nested pack duplicates |
| 65 | + |
| 66 | +## [0.14.0](https://github.com/ComposeGears/Valkyrie/releases/tag/0.14.0) - 2025-04-28 |
| 67 | + |
| 68 | +### Added |
| 69 | + |
| 70 | +- [Export] Replace color hex with predefined Compose colors |
| 71 | +- [Preview] Handle predefined Compose colors during parsing |
| 72 | + |
| 73 | +### Fixed |
| 74 | + |
| 75 | +- [IconPack] Preview action crash if icon pasted from clipboard |
| 76 | +- Fix plugin not dynamic due to missing id |
| 77 | + |
| 78 | +## [0.13.0](https://github.com/ComposeGears/Valkyrie/releases/tag/0.13.0) - 2025-03-08 |
| 79 | + |
| 80 | +### Added |
| 81 | + |
| 82 | +- Introduce separate Preview annotation for AndroidX and Jetbrains package |
0 commit comments