Skip to content

Releases: ComposeGears/Valkyrie

0.16.0

24 Jul 10:09
6b963cb
Compare
Choose a tag to compare

What's Changed

🖥️✨ CLI features

  • [CLI] Use full qualified imports if icon name conflict with Compose qualifiers by @egorikftp in #545

⬆️ Dependencies

  • Update plugin dev.panuszewski.typesafe-conventions to v0.7.4 by @renovate[bot] in #530
  • Update plugin shadow to v8.3.8 by @renovate[bot] in #531
  • Update dependency org.junit.jupiter:junit-jupiter to v5.13.3 by @renovate[bot] in #532
  • Update dependency gradle to v8.14.3 by @renovate[bot] in #533
  • Update plugin spotless to v7.1.0 by @renovate[bot] in #534
  • Update plugin jetbrains-bcv to v0.18.1 by @renovate[bot] in #535
  • Update dependency com.android.tools:sdk-common to v31.11.1 by @renovate[bot] in #536
  • Update plugin com.gradle.develocity to v4.1 by @renovate[bot] in #538
  • Update dependency io.mockk:mockk to v1.14.5 by @renovate[bot] in #539
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.24 by @renovate[bot] in #541
  • Update plugin spotless to v7.2.0 by @renovate[bot] in #542
  • Update dependency org.junit.jupiter:junit-jupiter to v5.13.4 by @renovate[bot] in #543
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.0 by @renovate[bot] in #537
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.25 by @renovate[bot] in #544
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.1 by @renovate[bot] in #546
  • Update plugin spotless to v7.2.1 by @renovate[bot] in #547
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.26 by @renovate[bot] in #548

Full Changelog: 0.15.0...0.16.0

0.15.0

28 Jun 05:53
Compare
Choose a tag to compare

What's Changed

🖥️✨ CLI features

🔌✨ Plugin features

🔌🐛 Plugin bugfixes

  • "useComposeColors" option not used in plugin by @egorikftp in #439
  • Fix ImageVector preview with linear gradient, update tests by @egorikftp in #441
  • [Plugin] Auto resolve issues cleared all processing icons by @egorikftp in #500
  • Export issues should consider nested pack duplicates by @egorikftp in #510

✨ Features

🐛 Bugfixes

🧹 Housekeeping

⬆️ Dependencies

  • Update plugin buildConfig to v5.6.4 by @renovate in #434
  • Update dependency com.android.tools:sdk-common to v31.10.0 by @renovate in #446
  • Update plugin buildConfig to v5.6.5 by @renovate in #444
  • Update plugin dev.panuszewski.typesafe-conventions to v0.7.1 by @renovate in #447
  • Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.0 by @renovate in #455
  • Update kotlin monorepo to v2.1.21 by @renovate in #458
  • Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.1 by @renovate in #460
  • Update dependency com.squareup:kotlinpoet to v2.2.0 by @renovate in #461
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.6.0 by @renovate in #464
  • Update dependency gradle to v8.14.1 by @renovate in #467
  • Update plugin dev.panuszewski.typesafe-conventions to v0.7.2 by @renovate in #478
  • Update plugin dev.panuszewski.typesafe-conventions to v0.7.3 by @renovate in #480
  • Update intellij to v2.6.0 by @renovate in #459
  • Update plugin com.gradle.develocity to v4.0.2 by @renovate in #487
  • Update dependency org.jetbrains.compose to v1.8.1 by @renovate in #445
  • Update plugin spotless to v7.0.4 by @renovate in #489
  • Update dependency com.android.tools:sdk-common to v31.10.1 by @renovate in #490
  • Update dependency org.junit.jupiter:junit-jupiter to v5.13.0 by @renovate in #491
  • Update dependency gradle to v8.14.2 by @renovate in #503
  • Update dependency org.junit.jupiter:junit-jupiter to v5.13.1 by @renovate in #505
  • Update plugin compose-hot-reload to v1.0.0-alpha11 by @renovate in #507
  • Update plugin buildConfig to v5.6.6 by @renovate in #508
  • Update kotlin monorepo to v2.2.0-RC3 by @renovate in #509
  • Update dependency org.jetbrains.compose to v1.8.2 by @renovate in #511
  • Update dependency io.mockk:mockk to v1.14.4 by @renovate in #515
  • Update kotlin monorepo to v2.2.0 by @renovate in #517
  • Update plugin shadow to v8.3.7 by @renovate in #519
  • Update plugin buildConfig to v5.6.7 by @renovate in #518
  • Update dependency org.junit.jupiter:junit-jupiter to v5.13.2 by @renovate in #520
  • Update dependency com.android.tools:sdk-common to v31.11.0 by @renovate in #521
  • Update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.8.0 by @renovate in #522
  • Update plugin jetbrains-bcv to v0.18.0 by @renovate in #523
  • Update plugin compose-hot-reload to v1.0.0-beta01 by @renovate in #524

Full Changelog: 0.14.0...0.15.0

0.14.0

28 Apr 10:39
Compare
Choose a tag to compare

What's Changed

🖥️✨ CLI features

🔌🐛 Plugin bugfixes

  • [IconPack] Preview action crash if icon pasted from clipboard by @egorikftp in #405
  • Fix plugin not dynamic due to missing id by @egorikftp in #431

✨ Features

  • [Export] Replace color hex with predefined Compose colors by @LennartEgb in #399
  • [IR][Preview] Handle predefined Compose colors during parsing by @LennartEgb in #420

🧹 Housekeeping

⬆️ Dependencies

✏️ Others

  • Revert "Update dependency com.android.tools:r8 to v8.9.35" by @egorikftp in #411

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

08 Mar 07:33
c29d939
Compare
Choose a tag to compare

What's Changed

🖥️✨ CLI features

  • Integrate Preview annotation type for icon generation and CLI by @egorikftp in #376

🔌✨ Plugin features

  • Introduce separate Preview annotation for AndroidX and Jetbrains package by @egorikftp in #375

🧹 Housekeeping

⬆️ Dependencies

  • Update dependency com.android.tools:sdk-common to v31.9.0 by @renovate in #373

⚠️ Breaking change:

Removed showBackground parameter in @Preview annotation.
Also, now you can choose between Android or Jetbrains preview annotation type 🙂

before

@Preview(showBackground = true)
@Composable
fun test() {}

after

@Preview
@Composable
fun test() {}

Full Changelog: 0.12.0...0.13.0

0.12.0

04 Mar 10:38
ae16da9
Compare
Choose a tag to compare

What's Changed

🔌✨ Plugin features

🔌🐛 Plugin bugfixes

  • Override project name to avoid conflict with "Compose Multiplatform plugin" by @egorikftp in #370
  • Fix previewer DI initialization if plugin not initialized before by @egorikftp in #371

🧹 Housekeeping

⬆️ Dependencies

  • Update kotlin monorepo to v2.1.0 by @renovate in #318
  • Update dependency com.github.ajalt.clikt:clikt to v5.0.2 by @renovate in #320
  • Update dependency com.android.tools:sdk-common to v31.7.3 by @renovate in #321
  • Update plugin android-application to v8.7.3 by @renovate in #322
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 by @renovate in #323
  • Update intellij to v2.2.0 by @renovate in #324
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.20 by @renovate in #326
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.22 by @renovate in #327
  • Update plugin com.gradle.develocity to v3.19 by @renovate in #328
  • Update intellij to v2.2.1 by @renovate in #331
  • Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 by @renovate in #332
  • Update plugin jetbrains-compose to v1.7.3 by @renovate in #333
  • Update dependency gradle to v8.12 by @renovate in #334
  • Update plugin spotless to v7.0.1 by @renovate in #338
  • Update dependency com.android.tools:sdk-common to v31.8.0 by @renovate in #339
  • Update plugin android-application to v8.8.0 by @renovate in #340
  • Update dependency com.android.tools:r8 to v8.7.18 by @renovate in #341
  • Update plugin spotless to v7.0.2 by @renovate in #343
  • Update dependency androidx.activity:activity-compose to v1.10.0 by @renovate in #344
  • Update plugin com.gradle.develocity to v3.19.1 by @renovate in #352
  • Update kotlin monorepo to v2.1.10 by @renovate in #355
  • Update dependency gradle to v8.12.1 by @renovate in #354
  • Update plugin shadow to v8.3.6 by @renovate in #358
  • Update plugin com.gradle.develocity to v3.19.2 by @renovate in #364
  • Update dependency com.android.tools:sdk-common to v31.8.1 by @renovate in #363
  • Update dependency com.github.ajalt.clikt:clikt to v5.0.3 by @renovate in #362
  • Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 by @renovate in #365
  • Update dependency com.squareup:kotlinpoet to v2.1.0 by @renovate in #366
  • Update dependency gradle to v8.13 by @renovate in #367
  • Update intellij to v2.3.0 by @renovate in #350
  • Update dependency io.github.composegears:tiamat to v1.3.0 by @renovate in #360
  • Update dependency androidx.activity:activity-compose to v1.10.1 by @renovate in #368
  • Update dependency com.android.tools:sdk-common to v31.8.2 by @renovate in #369

Full Changelog: 0.11.1...0.12.0

0.11.1

27 Nov 07:37
Compare
Choose a tag to compare

What's Changed

🖥️✨ CLI features

🐛 Bugfixes

🧹 Housekeeping

  • Add bash script to run download and execute cli by @egorikftp in #313

Full Changelog: 0.11.0...0.11.1

0.11.0

25 Nov 19:17
8cb2557
Compare
Choose a tag to compare

What's Changed

🖥️✨ CLI features

🖥️🐛 CLI bugfixes

  • CLI tool not handled nested pack folder correctly by @egorikftp in #311

🔌✨ Plugin features

  • Use Monospace font for CodeViewer and CodeEditor by @egorikftp in #294

🧹 Housekeeping

⬆️ Dependencies

Full Changelog: 0.10.0...0.11.0

0.10.0

11 Nov 12:04
6bf04a4
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

  • Remove unnecessary kotlin.Suppress import by @egorikftp in #269
  • Add workaround to fix resize issue or switching to another window by @egorikftp in #282
  • Fix: preview background reset after icon rename by @egorikftp in #284

🧹 Housekeeping

⬆️ Dependencies

  • Update plugin spotless to v7.0.0.BETA4 by @renovate in #246
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.0 by @renovate in #247
  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.17 by @renovate in #259
  • Update dependency com.android.tools:sdk-common to v31.7.2 by @renovate in #271
  • Update dependency dev.snipme:highlights to v1 by @renovate in #272
  • Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 by @renovate in #275

New Contributors

Full Changelog: 0.9.3...0.10.0

0.9.3

24 Oct 09:07
0b1eb50
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

  • Migrate from Swing and EditorTextField into custom codeview and editor by @egorikftp in #243
  • Fix unnecessary import after export icon in iconpack by @egorikftp in #244
  • Simple mode not save state by @egorikftp in #245

🧹 Housekeeping

⬆️ Dependencies

  • Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 by @renovate in #239
  • Update dependency com.squareup:kotlinpoet to v2 by @renovate in #240

Full Changelog: 0.9.2...0.9.3

0.9.2

20 Oct 10:39
e984086
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

🧹 Housekeeping

⬆️ Dependencies

  • Update dependency io.nlopez.compose.rules:ktlint to v0.4.16 by @renovate in #229
  • Update dependency com.android.tools:sdk-common to v31.7.1 by @renovate in #228
  • Update plugin spotless to v7.0.0.BETA3 by @renovate in #233
  • Update dependency androidx.activity:activity-compose to v1.9.3 by @renovate in #235
  • Update plugin jetbrains-compose to v1.7.0 by @renovate in #234

Full Changelog: 0.9.1...0.9.2