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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change log
2
2
3
+
## v0.5.0 / 2024-12-05
4
+
5
+
This library is renamed from **Compose Multiplatform Material** to **Compose Multiplatform HTML Unified** which better describes its purpose since this release. The **Maven coordinates** have changed accordingly. Please adapt to these changes following the updated README.md.
6
+
7
+
There are no functional changes in this release.
8
+
9
+
* bump Kotlin to 2.1.1, Compose Multiplatform to 1.7.1, and Kobweb to 0.20.0
10
+
* replace the terms "Androidx"/"androidx"/"AndroidxCommon"/"androidxCommon" with Compose UI / "ComposeUi" / "composeUi" at appropriate places, both in docs and in code
11
+
12
+
This introduces some breaking changes. Please adapt accordingly. We are sorry for the inconvenience.
13
+
14
+
* ...
15
+
3
16
## v0.4.0 / 2024-10-24
4
17
5
18
* fix a bug that a dependent project might crash on Android and add the Android target explicitly for all modules
0 commit comments