Releases: fornewid/material-motion-compose
Releases · fornewid/material-motion-compose
1.0.5
Built to work with Jetpack Compose 1.5.0-rc01
What’s Changed
1.0.4
Built to work with Jetpack Compose 1.5.0-beta03
What’s Changed
1.0.3
Built to work with Jetpack Compose 1.5.0-beta02
What’s Changed
1.0.2
0.12.3
Built to work with
- Compose Multiplatform 1.4.0 (
:core
) - Jetpack Compose BOM 2023.05.00 (
:navigation
)
Key Changes
🖥️ [Core] Compose Multiplatform is now supported in 'core' library!
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose")
}
kotlin {
android()
jvm("desktop")
ios()
iosSimulatorArm64()
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.desktop.currentOs)
implementation("io.github.fornewid:material-motion-compose-core:0.12.3")
}
}
}
}
What’s Changed
0.12.2
Built to work with
- Compose Multiplatform 1.4.0 (
:core
) - Jetpack Compose BOM 2023.04.01 (
:navigation
)
Key Changes
🖥️ [Core] Compose Multiplatform is now supported in 'core' library!
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose")
}
kotlin {
android()
jvm("desktop")
ios()
iosSimulatorArm64()
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.desktop.currentOs)
implementation("io.github.fornewid:material-motion-compose-core:0.12.2")
}
}
}
}
What’s Changed
0.12.1
Built to work with
- Compose Multiplatform 1.4.0 (
:core
) - Jetpack Compose BOM 2023.04.01 (
:navigation
)
Key Changes
🖥️ [Core] Compose Multiplatform is now supported in 'core' library!
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose")
}
kotlin {
android()
jvm("desktop")
ios()
iosSimulatorArm64()
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.desktop.currentOs)
implementation("io.github.fornewid:material-motion-compose-core:0.12.1")
}
}
}
}
What’s Changed
0.12.0
Built to work with
- Compose Multiplatform 1.4.0 (
:core
) - Jetpack Compose BOM 2023.04.01 (
:navigation
)
Key Changes
🖥️ [Core] Compose Multiplatform is now supported in 'core' library!
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose")
}
kotlin {
android()
jvm("desktop")
//WARNING: This version does not work on iOS.
//ios()
//iosSimulatorArm64()
sourceSets {
val commonMain by getting {
dependencies {
implementation(compose.desktop.currentOs)
implementation("io.github.fornewid:material-motion-compose-core:0.12.0")
}
}
}
}
What’s Changed
0.11.3
Built to work with Jetpack Compose BOM 2023.04.01
What’s Changed
0.11.2
Built to work with Jetpack Compose BOM 2023.04.00