Skip to content

Releases: icerockdev/moko-resources

0.21.2

12 Apr 11:09
4ed22eb
Compare
Choose a tag to compare

Changes

  • #452 fix images on compose for iOS
  • #450 fix gradle optimizations
  • #421 #375 fix gradle dependencies

0.21.1

26 Mar 12:49
374b8fa
Compare
Choose a tag to compare

Changes

  • #446 fix plurals works on Web Compose

0.21.0

25 Mar 15:43
6d9d055
Compare
Choose a tag to compare

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

0.20.1

27 May 16:46
2df1e2a
Compare
Choose a tag to compare

Changes

  • #340 #345 fix Android Gradle Plugin 7.2.0 and 7.3.0 support, namespace can be used now
  • #339 fix Kotlin 1.7.0 support

0.20.0

14 May 07:00
a67e503
Compare
Choose a tag to compare

Changes

  • #310 support of iOS executable targets

0.19.1

29 Apr 10:05
a4a0454
Compare
Choose a tag to compare

Changes

  • #333 fix support of Kotlin 1.6.20 XCFrameworks

0.19.0

25 Mar 16:03
a4759a4
Compare
Choose a tag to compare

Changes

  • #272 added JS target
  • #317 fix gradle plugin usage with auto-manifest plugin
  • #312 fix empty modules compilation
  • #238 fix IDE autoformat issue
  • #114 fix resources equality
  • #315 fix compilation with Kotlin 1.6.20-RC
  • #225 added error if not found any image scale for apple
  • #300 fix compose functions formatting
  • #308 added StringDesc.localizable() composable function

Thanks

@Intektor @Syer10 @y9san9

0.18.0

22 Jan 13:27
29e481c
Compare
Choose a tag to compare

Changes

  • Kotlin 1.6.10
  • #248 Apple Silicon targets support
  • #177 XCFrameworks guide and static XCFramework support
  • #267 now you can rename MR class
  • #218 support of Assets with directories
  • #249 Compose functions for android & jvm
  • #203 support Kotlin Explicit API
  • #145 support android plurals resources without renaming

Thanks

0.17.4

14 Jan 13:36
ec2d7fa
Compare
Choose a tag to compare

Changes

  • #258 fix static frameworks support with custom xcode configuration
  • #259 fix FontResource usage on JVM
  • #268 #271 fix missed expect declaration bug
  • #269 fix update strings values on apple
  • #280 fix invalid plurals rules on apple with custom locale

0.17.3

04 Dec 14:01
f3c8405
Compare
Choose a tag to compare

Changes

  • #247 fix xcode 13 compilation error
  • #252 remove android gradle plugin requirement (now you can use our plugin without android gradle plugin)
  • #166 fix fat framework task (see updated readme)