You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
# 1.10.3 (March 2026)
2
+
3
+
_Changes since 1.10.2_
4
+
5
+
## Fixes
6
+
7
+
### Multiple Platforms
8
+
9
+
- Remove check for arbitrary transforms in `Matrix` conversions due to incorrect detection of regular rotation. Now the behaviour is aligned with Android [#2860](https://github.com/JetBrains/compose-multiplatform-core/pull/2860)
10
+
11
+
## Components
12
+
13
+
### Gradle plugin
14
+
15
+
`org.jetbrains.compose` version `1.10.3`
16
+
17
+
### Libraries
18
+
19
+
| Library group | Coordinates | Based on Jetpack |
| Foundation |`org.jetbrains.compose.foundation:foundation*:1.10.3`|[Foundation 1.10.5](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.10.5)|
24
+
| Material |`org.jetbrains.compose.material:material*:1.10.3`|[Material 1.10.5](https://developer.android.com/jetpack/androidx/releases/compose-material#1.10.5)|
0 commit comments