Releases: fornewid/placeholder
Releases · fornewid/placeholder
2.0.0
1.1.3
Built to work with Jetpack Compose 1.6.7
What’s Changed
- Update jetpack libraries (#16) @fornewid
- Update testing libraries (#15) @fornewid
- Update to android gradle plugin 8.4.1 and gradle 8.6 (#14) @fornewid
- Update to compose 1.6.7 (#13) @fornewid
- Fix android emulator runner error (#12) @fornewid
- Prepare KMP (#11) @fornewid
- Setup convention plugins (#10) @fornewid
- Move buildscript to plugins DSL (#9) @fornewid
1.1.2
1.1.1
1.1.0-alpha
Built to work with Jetpack Compose 1.6.0-alpha03
What’s Changed
1.0.1
1.0.0-rc
Built to work with Jetpack Compose 1.5.0-rc01
First release!
- ⏳ I made a prototype of the accompanist/placeholder library in the past. (google/accompanist#457)
⚠️ But accompanist/placeholder library was deprecated. (google/accompanist#1672)- 🧩 So I copy the code and publish it as an independent library!
- 🚚 If you're already using accompanist/placeholder library, you can migrate by referring to the migration guide.
repositories {
mavenCentral()
}
dependencies {
// If you're using Material, use placeholder-material
implementation "io.github.fornewid:placeholder-material:1.0.0-rc"
// If you're using Material3, use placeholder-material3
implementation "io.github.fornewid:placeholder-material3:1.0.0-rc"
// Otherwise use the foundation version
implementation "io.github.fornewid:placeholder-foundation:1.0.0-rc"
}