-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare release 0.9.3 and add CHANGELOG
- Loading branch information
Showing
3 changed files
with
74 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
Change Log | ||
========== | ||
|
||
## Version 0.9.3 | ||
|
||
_2024-01-22_ | ||
|
||
Bug fixes: | ||
- Don't apply span styles on line breaks immediately preceding the opening tag | ||
- Fix too many line breaks added when a <br> tag is followed by a simple block. | ||
|
||
New features: | ||
- Add basic support for `<hr>` (and `<hr/>`) tag for paragraph separation. | ||
|
||
Enhancements: | ||
- Only add span styles on non-empty portions of text | ||
- Improve memory usage when parsing unpaired tags. | ||
|
||
This release depends on: | ||
- Kotlin **1.9.21** | ||
- Compose Multiplatform **1.5.11** (Jetpack Compose UI **1.5.4**) | ||
|
||
## Version 0.9.1 | ||
|
||
_2024-01-03_ | ||
|
||
Bug fix: | ||
- Properly support `<br>` and `</br>` tags in addition to `<br/>` tags. (Thanks to @tfcporciuncula for the report) | ||
|
||
This release depends on: | ||
- Kotlin **1.9.10** | ||
- Compose Multiplatform **1.5.11** (Jetpack Compose UI **1.5.4**) | ||
|
||
## Version 0.9.0 | ||
|
||
_2023-12-22_ | ||
|
||
New features: | ||
- Support custom styling trough a new `HtmlStyle` argument (currently supports `linkSpanStyle` and `indentUnit`) | ||
- Proper support for ordered lists, including nested ones | ||
- Support for 2 levels of bold (bold and black) | ||
- Headings are now shown in bold. | ||
|
||
This release depends on: | ||
- Kotlin **1.9.10** | ||
- Compose Multiplatform **1.5.11** (Jetpack Compose UI **1.5.4**) | ||
|
||
## Version 0.8.1 | ||
|
||
_2023-12-21_ | ||
|
||
Bug fix: | ||
- Fix paragraph indent size for Compose Desktop (doesn't support em units yet, only sp). | ||
|
||
New feature: | ||
- Add a multiplatform sample app. | ||
|
||
This release depends on: | ||
- Kotlin **1.9.10** | ||
- Compose Multiplatform **1.5.11** (Jetpack Compose UI **1.5.4**) | ||
|
||
## Version 0.8.0 | ||
|
||
_2023-12-19_ | ||
|
||
Initial public release. | ||
See README.md for details. | ||
|
||
This release depends on: | ||
- Kotlin **1.9.10** | ||
- Compose Multiplatform **1.5.11** (Jetpack Compose UI **1.5.4**) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters