Skip to content

Commit d3a3c0d

Browse files
committed
feat: improve rendering performance; fix potential panic with unknown marker types
1 parent 2390f8c commit d3a3c0d

4 files changed

Lines changed: 129 additions & 86 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
## [0.2.0] - 2026-02-16
1+
## [0.2.1] - 2026-02-18
22

3-
## Changed
3+
### Added
4+
- `set_ignore_overflow_clips()` method for full-document rendering without CSS overflow clipping
45

6+
### Changed
7+
- Clip mask caching for improved rendering performance
8+
9+
### Fixed
10+
- Potential panic in `draw_list_marker()` with unknown marker types
11+
12+
## [0.2.0] - 2026-02-16
13+
14+
### Changed
515
- Move away from Email focus, to general-purpose HTML
616

717
## [0.1.2] - 2026-02-16

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litehtml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "litehtml"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Franz Geffke <mail@gofranz.com>"]

0 commit comments

Comments
 (0)