Skip to content

Commit e417876

Browse files
igordmnMatkovIvan
andauthored
Update CHANGELOG.md (1.6.2) (JetBrains#4603)
Co-authored-by: Ivan Matkov <[email protected]>
1 parent 062c9eb commit e417876

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 1.6.2 (April 2024)
2+
3+
_Changes since 1.6.1_
4+
5+
## Features
6+
#### Common
7+
- [Support Kotlin `2.0.0-RC1`](https://github.com/JetBrains/compose-multiplatform/pull/4596)
8+
9+
## Fixes
10+
#### iOS, Desktop, Web
11+
- [Propagate composition locals to layers in the (re)composition phase](https://github.com/JetBrains/compose-multiplatform-core/pull/1233)
12+
- [Add transactions to `FocusOwnerImpl` `takeFocus` and `releaseFocus` to prevent crash when a window is re-shown](https://github.com/JetBrains/compose-multiplatform-core/pull/1231)
13+
- [Fix crash and allow selection in `SelectionContainer` to start when drag starts below the bounds of the visible text](https://github.com/JetBrains/compose-multiplatform-core/pull/1230)
14+
15+
#### iOS
16+
- [Fixed crash in `TextField` when a last symbol is a carriage return symbol](https://github.com/JetBrains/compose-multiplatform-core/pull/1229)
17+
18+
## Dependencies
19+
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
20+
- [Compiler 1.5.11](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.11)
21+
- [Runtime 1.6.4](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.4)
22+
- [UI 1.6.4](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.4)
23+
- [Foundation 1.6.4](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.4)
24+
- [Material 1.6.4](https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.4)
25+
- [Material3 1.2.1](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.2.1)
26+
127
# 1.6.1 (March 2024)
228

329
_Changes since 1.6.0_

0 commit comments

Comments
 (0)