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
+26-14Lines changed: 26 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,29 @@
1
1
Changelog
2
2
=========
3
3
4
+
1.0.0-alpha03
5
+
-------
6
+
7
+
This release removes the `printing` and `slideshow` modules to focus on the core Markdown and RichText functionalities. It also adds support for inline base64 images.
8
+
9
+
### Breaking Changes
10
+
- The `printing` and `slideshow` modules have been removed. If you were using them, you will need to find an alternative or use a previous version of the library.
11
+
12
+
### New Features
13
+
-**Inline Base64 Image Rendering**: Markdown images can now be rendered from inline base64-encoded data URIs.
14
+
15
+
### Updates & Maintenance
16
+
-**Dependencies Updated**:
17
+
- Compose Multiplatform updated to `1.8.2`.
18
+
- Commonmark updated to `0.25.0`.
19
+
- Dokka updated to `2.0.0`.
20
+
-**Build & CI**:
21
+
- Android Gradle Plugin and other dependencies have been updated.
22
+
- CI now uses `actions/cache@v4`.
23
+
-**Sample App**:
24
+
- The Android sample app has been updated to reflect the removal of the `printing` and `slideshow` modules.
25
+
- Theme handling in the sample app has been simplified.
26
+
4
27
v0.11.0
5
28
------
6
29
@@ -64,24 +87,13 @@ Special thanks @zach-klippenstein @LouisCAD @russhwolf for their reviews and hel
64
87
v0.7.0
65
88
------
66
89
67
-
_2021-9-1_
68
-
69
-
* Improved markdown rendering for editor like environments (#46)
70
-
* Finalized MaterialRichText API. (#47)
71
-
* Move from BasicRichText/RichText to RichText/MaterialRichText + SetupMaterialRichText
72
-
* Update docs accordingly
73
-
* Cleaned RichTextString rendering from hacks that were left from earlier compose versions (#48)
74
-
75
-
v0.6.0
76
-
------
77
-
78
90
_2021-8-6_
79
91
80
92
* RichText UI no longer depends on Material (#45)
81
93
* A new artifact richtext-ui-material is published to easily integrate RichText for apps that use Material design.
82
94
* Upgraded compose to 1.0.1 and kotlin to 1.5.21
83
95
84
-
v0.5.0
96
+
v0.6.0
85
97
------
86
98
87
99
_2021-7-29_
@@ -93,7 +105,7 @@ _2021-7-29_
93
105
* Artifacts have moved from com.zachklipp.compose-richtext to com.halilibo.compose-richtext.
94
106
* Similarly, documentation is also now available at halilibo.com/compose-richtext
95
107
96
-
v0.3.0
108
+
v0.5.0
97
109
------
98
110
99
111
_2021-5-18_
@@ -117,4 +129,4 @@ _2020-11-06_
117
129
118
130
* Initial release.
119
131
120
-
Thanks to @halilozercan for implementing Markdown support!
132
+
Thanks to @halilozercan for implementing Markdown support!
0 commit comments