From ef4e9b3f632bba6df895357624d8d98811dab904 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Fri, 24 Nov 2023 14:51:36 +0100 Subject: [PATCH] 1.5.11 changelog (#3955) Co-authored-by: Oleksandr Karpovich Co-authored-by: Ivan Matkov --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992d299dd7..fd04eea1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# 1.5.11 (November 2023) + +## Common +### Features +* [Support Kotlin 1.9.21](https://github.com/JetBrains/compose-multiplatform/pull/3966) +* [Support Kotlin 2.0.0-Beta1](https://github.com/JetBrains/compose-multiplatform/pull/3934) + +## iOS + +### Fixes +* [Fix crash at GrGpuResource::release()](https://github.com/JetBrains/compose-multiplatform/issues/3862) +* [Fix crash with custom font](https://github.com/JetBrains/compose-multiplatform/issues/3822) +* [Composable functions returning null cause crash](https://github.com/JetBrains/compose-multiplatform/issues/3900) (fixed in Kotlin 1.9.21 and JetBrains Compose Compiler 1.5.4) + +## Desktop + +### Fixes +* [Fix race condition in animation tests](https://github.com/JetBrains/compose-multiplatform-core/pull/910) + +## Dependencies +This version of Compose Multiplatform is based on the next Jetpack Compose libraries: +* [Compiler 1.5.4](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.4) +* [Runtime 1.5.4](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.5.4) +* [UI 1.5.4](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.5.4) +* [Foundation 1.5.4](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.5.4) +* [Material 1.5.4](https://developer.android.com/jetpack/androidx/releases/compose-material#1.5.4) +* [Material3 1.1.2](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.2) + # 1.5.10 (October 2023) > This is a combined changelog from the prerelease versions: > - [1.5.0-beta01](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta01)