summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-15 03:18:15 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-15 03:18:15 +0100
commit7555487503234cdac0646db8ed47ec652ccfe8f4 (patch)
tree02faede5d49a1abcad37d1a6c287af6d4c2e1e11 /CHANGELOG.md
parent84cc9f130b4e29219d47db42cdb76548b054c66b (diff)
parentfbf1895f97f6fd0c4311fba614c74983554761d7 (diff)
downloadiced-7555487503234cdac0646db8ed47ec652ccfe8f4.tar.gz
iced-7555487503234cdac0646db8ed47ec652ccfe8f4.tar.bz2
iced-7555487503234cdac0646db8ed47ec652ccfe8f4.zip
Merge pull request #2250 from Koranir/text-alpha-fix
Fix text transparency in tiny_skia renderer
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 978b9c66..94ec3f47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `PaneGrid` click interaction on the top edge. [#2168](https://github.com/iced-rs/iced/pull/2168)
- `iced_wgpu` not rendering text in SVGs. [#2161](https://github.com/iced-rs/iced/pull/2161)
- Text clipping. [#2154](https://github.com/iced-rs/iced/pull/2154)
+- Text transparency in `iced_tiny_skia`. [#2250](https://github.com/iced-rs/iced/pull/2250)
- Layout invalidation when `Tooltip` changes `overlay`. [#2143](https://github.com/iced-rs/iced/pull/2143)
- `Overlay` composition. [#2142](https://github.com/iced-rs/iced/pull/2142)
- Incorrect GIF for the `progress_bar` example. [#2141](https://github.com/iced-rs/iced/pull/2141)