Skip to content

Commit

Permalink
CHANGELOG 1.6.0-rc02 (#4307)
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn authored Feb 16, 2024
1 parent 8f2fa29 commit e5d12d0
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 1.6.0-rc02 (February 2024)
_Changes since 1.6.0-rc01_

## Breaking changes
_since 1.6.0-beta01_
- When the resource library is used, resources should be imported explicitly. Replace this:
```
import <modulePackage>.generated.resources.Res
```
by this:
```
import <modulePackage>.generated.resources.Res
import <modulePackage>.generated.resources.*
```

## iOS/desktop/web

### Fixes
- _(prerelease fix)_ [Fix "AlertDialog doesn't work with ProvidableCompositionLocal"](https://github.com/JetBrains/compose-multiplatform-core/pull/1104)

## Resource library

### Fixes
- _(prerelease fix)_ [Fix resource accessors compilation when there are huge number of resource files](https://github.com/JetBrains/compose-multiplatform/pull/4294)

## Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
- [Compiler 1.5.8](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.8)
- [Runtime 1.6.1](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.1)
- [UI 1.6.1](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.1)
- [Foundation 1.6.1](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.1)
- [Material 1.6.1](https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.1)
- [Material3 1.2.0](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.2.0)

# 1.6.0-rc01 (February 2024)
_Changes since 1.6.0-beta02_

Expand Down

0 comments on commit e5d12d0

Please sign in to comment.