Skip to content

0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 15:43
· 513 commits to refs/heads/master since this release
6d9d055

moko-resources-compose

Changes

Improvements

  • Support of Compose Multiplatform by resources-compose - Android, iOS, macOS, JVM, Web
  • #329 add regions support for localization
  • #422 add web support for resources-compose
  • #154 , #368 ColorResource now backed by platform implementations with full support of dark/light theme
  • #400 add painterResource in resources-compose
  • #440 add fontFamilyResource in resources-compose

Fixes

  • #355 fix spotless conflict
  • #417 fix support of iosSimulatorArm64 for static resources copy task
  • #384 , #403 , #353 fix Android Gradle Plugin 7.4+ support
  • #410 support of new Android Source Set Layout v2
  • #354 fix webpack config for Windows
  • #424 fix AssetResource on JVM for Windows
  • #382 , #423 , #409 fix web escaping

Breaking changes

ColorResource api was changed. Old behavior with platform-independent logic now supported by ColorDesc. ColorResource now works as other resources - by platform rules.

Thanks

@kevincianfarini , @jittya , @zacharee , @Cilestal , @InsanusMokrassar , @wakaztahir , @PaulWoitaschek