Releases: Skeptick/libres
Releases · Skeptick/libres
1.2.4
- Kotlin 2.1.20;
- Compose Multiplatform 1.8.0-beta01;
1.2.3
- WasmJS support
- Gradle 8.11 support
- Update libraries
- AGP 8.7.3
- Kotlin 2.1.0
- Compose Multiplatform 1.7.3
1.2.2
- Update dependencies. Kotlin 1.9.20, Compose Multiplatform 1.5.10
- Make
bundle
in generated iOS code lazy
- Add
LibresFormat
prefix for generated string formatting classes
- Add tvOS target
1.2.1
- Fix
CGBitmapContextCreate
1.2.0
Fix image rendering in iOS 17
1.2.0-beta01
- Reworked resources delivery into iOS app. Now assets compilation into
.bundle
is done by plugin. Adding bundles to application is still done using cocoapods
. This solves problem when empty bundles got into application.
- Fix an issue with Compose Multiplatform 1.5.0 where Compose plugin depended on generating assets for iOS and duplicated them in app.
1.1.8
- Kotlin 1.8.10 & Compose Multiplatform 1.3.1
painterResource
for Web & MacOS targets
- Enable WebP support
- Workaround for generating XML drawables with AGP 8.1.0+
1.1.6
What's Changed
- Ability to enable
camelCase
for property names in Apple Framework by @Skeptick in #10
Full Changelog: 1.1.5...1.1.6