Skip to content

Releases: ComposeGears/Valkyrie

0.7.1

23 Sep 08:39
f4588cd
Compare
Choose a tag to compare

What's Changed

🧹 Housekeeping

⬆️ Dependencies

  • Update dependency gradle to v8.10.1 by @renovate in #162
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.12 by @renovate in #163
  • Update plugin com.gradle.develocity to v3.18.1 by @renovate in #164
  • Update dependency dev.snipme:highlights to v0.9.2 by @renovate in #165
  • Update dependency io.insert-koin:koin-compose to v4.0.0 by @renovate in #166
  • Update dependency com.android.tools:sdk-common to v31.6.1 by @renovate in #167

New Contributors

Full Changelog: 0.7.0...0.7.1

0.7.0

06 Sep 07:47
Compare
Choose a tag to compare

What's Changed

✨ Features

  • UI adjustments, allow to navigate to IntroScreen from Conversion by @egorikftp in #141
  • Create ImageVectorPreviewEditorProvider to preview ImageVector inside kt file by @egorikftp in #136
  • Introduce ImageVectorPreview actions by @egorikftp in #151
  • Handle camelCase icon names, introduce IconNameFormatter by @egorikftp in #155
  • Settings redesign, ImageVector preview settings by @egorikftp in #157

🐛 Bugfixes

🧹 Housekeeping

⬆️ Dependencies

  • Update kotlin monorepo to v2.0.20 by @renovate in #143
  • Update plugin spotless to v7.0.0.BETA2 by @renovate in #145
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.11 by @renovate in #149
  • Update plugin android-application to v8.6.0 by @renovate in #148
  • Update dependency com.android.tools:sdk-common to v31.6.0 by @renovate in #147
  • Update dependency io.insert-koin:koin-compose to v4.0.0-RC2 by @renovate in #156
  • Update dependency androidx.activity:activity-compose to v1.9.2 by @renovate in #158

Full Changelog: 0.6.1...0.7.0

0.6.1

21 Aug 05:47
34790aa
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

🧹 Housekeeping

⬆️ Dependencies

  • Update dependency org.junit.jupiter:junit-jupiter to v5.11.0 by @renovate in #126
  • Update dependency gradle to v8.10 by @renovate in #128
  • Verify plugin on 2024.2.0.1 by @Goooler in #129
  • Update dependency dev.snipme:highlights to v0.9.1 by @renovate in #130
  • Update plugin com.gradle.develocity to v3.18 by @renovate in #135

Full Changelog: 0.6.0...0.6.1

0.6.0

12 Aug 10:01
cfffa1d
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

🧹 Housekeeping

⬆️ Dependencies

  • Update kotlin monorepo to v2.0.10 by @renovate in #98
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.9 by @renovate in #100
  • Update plugin android-application to v8.5.1 by @renovate in #96
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.10 by @renovate in #106
  • Update dependency com.android.tools:sdk-common to v31.5.2 by @renovate in #109
  • Update plugin android-application to v8.5.2 by @renovate in #110
  • Update plugin jetbrains-intellij to v2.0.1 by @renovate in #111
  • Use bundled kotlin plugin instead kotlin-embeddable dependency by @egorikftp in #108
  • Update plugin jetbrains-intellij-module to v2.0.1 by @renovate in #113
  • Fix psi module dependency by @egorikftp in #114

Full Changelog: Valkyrie-0.5.1...0.6.0

Valkyrie-0.5.1

06 Aug 06:56
8605450
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Try to predict icon pack package based on export path by @egorikftp in #89

🐛 Bugfix

  • Fix color parsing for shorthand color form by @egorikftp in #95

✏️ Tasks

Full Changelog: Valkyrie-0.5.0...Valkyrie-0.5.1

Valkyrie-0.5.0

31 Jul 14:33
df1782e
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Suppress ObjectPropertyName for generated backing fields by @Goooler in #58
  • Add Lazy property generation by @egorikftp in #70
  • update settings to support different code generation output by @egorikftp in #68
  • Add logic to keep opened screen after close and reopen plugin pane by @vkatz in #78
  • Add necessary named arguments "isMoreThanHalf" and "isPositiveArc" by @egorikftp in #86

🐛 Bugfix

Not found yet 🌚

✏️ Tasks

  • Update release.yml by @egorikftp in #56
  • Optimize release workflow by @Goooler in #57
  • Update ChrisCarini/intellij-platform-plugin-verifier-action action to v2.0.2 by @renovate in #59
  • Fix env variable using by @Goooler in #60
  • Make PreviewTheme fullscreen and pass content alignment by @egorikftp in #61
  • Update plugin jetbrains-intellij to v2.0.0-rc2 by @renovate in #62
  • Enable build scan publishing on CI by @Goooler in #65
  • Migrate to Junit5 + AssertK by @Goooler in #64
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.6 by @renovate in #72
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.7 by @renovate in #75
  • Tiamat 1.1.0 by @Goooler in #76
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.8 by @renovate in #77
  • Update plugin jetbrains-intellij to v2.0.0 by @renovate in #79
  • Align koin-compose version with tiamat-koin used by @Goooler in #82
  • Remove INTERNAL_API_USAGES for plugin verify by @egorikftp in #83
  • Fetch all history for release workflow by @Goooler in #84
  • Create extensions module by @egorikftp in #85

New Contributors

  • @vkatz made their first contribution in #78

Full Changelog: Valkyrie-0.4.1...Valkyrie-0.5.0

Valkyrie-0.4.1

25 Jul 09:08
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • Fix: single icon pack ignored icon rename logic by @egorikftp in #52
  • Fix formatting for gradient path with several params by @egorikftp in #53

✏️ Tasks

Full Changelog: Valkyrie-0.4.0...Valkyrie-0.4.1

Valkyrie-0.4.0

23 Jul 12:52
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • Resolve OOM when process huge amount of icons by @egorikftp in #42

✏️ Tasks

  • Infra improvements and minor updates by @Goooler in #27
  • Fully migrate file operations to using nio Path by @Goooler in #33
  • Rename plugin module to idea-plugin by @Goooler in #34
  • Bump version to 0.3.2-SNAPSHOT by @Goooler in #37
  • Set up Spotless + Ktlint to check styles by @Goooler in #38
  • Add nightly release workflow and reuse steps via composite action by @Goooler in #40
  • Set up Compose rules check by @Goooler in #41
  • Migrate to IntelliJ Platform Gradle Plugin 2.0 RC by @Goooler in #44
  • Rename google module to androidx-compose by @Goooler in #45
  • Refactor extension checkers by @Goooler in #43
  • Add zipSigner dependency for intellijPlatform by @Goooler in #46
  • Update ChrisCarini/intellij-platform-plugin-verifier-action action to v2.0.2 by @renovate in #48
  • Release 0.4.0 by @egorikftp in #49

New Contributors

Full Changelog: Valkyrie-0.3.1...Valkyrie-0.4.0

Valkyrie-0.3.1

22 Jul 08:02
6d294a3
Compare
Choose a tag to compare

🐛 Bugfix

  • Icon with transparent fill path not showing on Preview #30

Full Changelog: Valkyrie-0.3.0...Valkyrie-0.3.1

Valkyrie-0.3.0

19 Jul 09:39
328e291
Compare
Choose a tag to compare

✨ Features

  • Allow rename icons during pack creation #22

🐛 Bugfix

  • Fix handle drag exit state for some cases #23

Full Changelog: Valkyrie-0.2.1...Valkyrie-0.3.0