Skip to content

Releases: jordond/kmpalette

3.1.0

30 Jan 22:32
8cf2548
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Update dependency com.github.ben-manes.versions to v0.51.0 by @renovate in #91
  • Update dependency androidx.collection:collection to v1.4.0 by @renovate in #93
  • Update agp to v8.2.2 by @renovate in #92
  • Update actions/cache action to v4 by @renovate in #90
  • Update dependency androidx.compose.ui:ui-tooling to v1.6.0 by @renovate in #94
  • Update dependency com.mohamedrejeb.calf:calf-file-picker to v0.3.1 by @renovate in #96
  • Update gradle/wrapper-validation-action action to v2 by @renovate in #98
  • Update plugin com.gradle.enterprise to v3.16.2 by @renovate in #95

Full Changelog: 3.0.0...3.1.0

3.0.0

14 Jan 16:22
e739164
Compare
Choose a tag to compare

What's Changed

  • Fix: Duplicate classes by changing package name by @jordond in #88

BREAKING CHANGE

The package name for Palette and Target has changed.

before:

androidx.palette.graphics.*

now:

com.kmpalette.palette.graphics.*

Dependencies

  • Update dependency androidx.annotation:annotation to v1.7.1 by @renovate in #77
  • Update dependency com.squareup.okio:okio to v3.7.0 by @renovate in #79
  • Update dependency dev.drewhamilton.poko to v0.15.2 by @renovate in #83
  • Update agp to v8.2.1 by @renovate in #84
  • Update dependency com.vanniktech.maven.publish to v0.27.0 by @renovate in #85

Full Changelog: 2.2.0...3.0.0

2.2.0

12 Dec 23:55
0c35513
Compare
Choose a tag to compare

What's Changed

New Contributors

Dependencies

  • Update agp to v8.2.0 by @renovate in #65
  • Update dependency com.mohamedrejeb.calf:calf-file-picker to v0.3.0 by @renovate in #66
  • Update libres to v1.2.2 by @renovate in #67
  • Update plugin com.gradle.enterprise to v3.16 by @renovate in #68
  • Update ktor to v2.3.7 by @renovate in #69
  • Update dependency cafe.adriel.voyager:voyager-navigator to v1.0.0 by @renovate in #71
  • Update dependency com.materialkolor:material-kolor to v1.3.0 by @renovate in #73

Misc

Full Changelog: 2.1.0...2.2.0

2.1.0

29 Nov 21:37
c2c71c2
Compare
Choose a tag to compare

What's Changed

  • Feature: File and absolute path support by @jordond in #50
  • Kotlin 1.9.21
  • Compose Multiplatform 1.5.11

Dependencies

  • Update dependency cafe.adriel.voyager:voyager-navigator to v1.0.0-rc09 by @renovate in #47
  • Update libres to v1.2.1 by @renovate in #46
  • Update dependency cafe.adriel.voyager:voyager-navigator to v1.0.0-rc10 by @renovate in #52
  • Update agp to v8.1.4 by @renovate in #54
  • Update dependency com.github.ben-manes.versions to v0.50.0 by @renovate in #55
  • Update dependency androidx.activity:activity-compose to v1.8.1 by @renovate in #53
  • Update ktor to v2.3.6 by @renovate in #48
  • Update dependency org.jetbrains.compose to v1.5.11 by @renovate in #57
  • Update dependency org.jetbrains.kotlinx.kover to v0.7.5 by @renovate in #60
  • Update dependency dev.drewhamilton.poko to v0.15.1 by @renovate in #58
  • Update actions/setup-java action to v4 by @renovate in #62
  • Update dependency gradle to v8.5 by @renovate in #61
  • Update Kotlin by @renovate in #56
  • Update Kotlin to v1.7.3 by @renovate in #63

Full Changelog: 2.0.3...2.1.0

2.0.3

01 Nov 02:13
b2b2394
Compare
Choose a tag to compare

What's Changed

  • Kotlin 1.9.20
  • Compose multiplatform 1.5.10

Dependencies

  • Update dependency com.materialkolor:material-kolor to v1.2.7 by @renovate in #36
  • Update dependency androidx.compose.ui:ui-tooling to v1.5.4 by @renovate in #38
  • Update dependency cafe.adriel.voyager:voyager-navigator to v1.0.0-rc08 by @renovate in #39
  • Update dependency org.jetbrains.dokka to v1.9.10 by @renovate in #37
  • Update libres to v1.2.0 by @renovate in #40
  • Update dependency org.robolectric:robolectric to v4.11 by @renovate in #41
  • Update dependency org.jetbrains.compose to v1.5.10 by @renovate in #43
  • Update dependency com.materialkolor:material-kolor to v1.2.8 by @renovate in #45
  • Update kotlin to v1.9.20 by @renovate in #42
  • Update dependency org.robolectric:robolectric to v4.11.1 by @renovate in #44

Full Changelog: 2.0.2...2.0.3

2.0.2

13 Oct 15:13
54e3dc2
Compare
Choose a tag to compare

What's Changed

Other dependencies

  • Update dependency androidx.collection:collection to v1.3.0 by @renovate in #26
  • Update dependency androidx.compose.ui:ui-tooling to v1.5.3 by @renovate in #27
  • Update dependency gradle to v8.4 by @renovate in #29
  • Update plugin com.gradle.enterprise to v3.15.1 by @renovate in #31
  • Update dependency androidx.activity:activity-compose to v1.8.0 by @renovate in #28
  • Update dependency com.github.ben-manes.versions to v0.49.0 by @renovate in #33
  • Update dependency org.jetbrains.kotlinx.kover to v0.7.4 by @renovate in #34
  • Update dependency co.touchlab:kermit to v2.0.2 by @renovate in #35

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Oct 16:13
6cd0964
Compare
Choose a tag to compare

What's Changed

  • Update dependency com.android.application to v8.1.2 by @renovate in #22
  • Fix: Duplicate annotation classes by @jordond in #25
  • Fix minimum SDK, closes #24

Full Changelog: 2.0.0...2.0.1

2.0.0

28 Sep 18:20
33995b6
Compare
Choose a tag to compare

What's Changed

  • Feature: Expose Palette.Swatch instead of Color for filtering dominant color by @jordond in #17
  • Feature: Experimental Web support by @jordond in #19
  • Feature: Lower minimum sdk to 21 #21
  • Feature: Add rememberNetworkLoader composable #20

Breaking Changes

  • Change property name isColorValid -> isSwatchValid
  • Filter lambda now exposes Palette.Swatch instead of a Color

Full Changelog: 1.0.1...2.0.0

1.0.1

27 Sep 20:11
3c1e770
Compare
Choose a tag to compare

What's Changed

Misc

  • Update actions/checkout action to v4 by @renovate in #8
  • Update dependency co.touchlab:kermit to v2.0.1 by @renovate in #11
  • Update dependency androidx.compose.ui:ui-tooling to v1.5.2 by @renovate in #16

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

17 Sep 18:10
2a72dbb
Compare
Choose a tag to compare