diff options
author | 2024-02-07 22:00:53 +0100 | |
---|---|---|
committer | 2024-02-07 22:00:53 +0100 | |
commit | 111c8bfa7965cad8fe7253c8601e620b8582eaaf (patch) | |
tree | 549936d3630b06eeb6cc3349a38f0bc5bcf92226 /CHANGELOG.md | |
parent | 5630febf963ffcdd9eb1e0e8581a65a08d501467 (diff) | |
parent | 4d7356e5e44821402df0531943681a1f3f17d385 (diff) | |
download | iced-111c8bfa7965cad8fe7253c8601e620b8582eaaf.tar.gz iced-111c8bfa7965cad8fe7253c8601e620b8582eaaf.tar.bz2 iced-111c8bfa7965cad8fe7253c8601e620b8582eaaf.zip |
Merge pull request #2221 from Dworv/text-shrink
Text editor shrinking to content
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9afe47..73043068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `text_shaping` method for `Tooltip`. [#2172](https://github.com/iced-rs/iced/pull/2172) - `interaction` method for `MouseArea`. [#2207](https://github.com/iced-rs/iced/pull/2207) - `hovered` styling for `Svg` widget. [#2163](https://github.com/iced-rs/iced/pull/2163) +- `height` method for `TextEditor`. [#2221](https://github.com/iced-rs/iced/pull/2221) - Customizable style for `TextEditor`. [#2159](https://github.com/iced-rs/iced/pull/2159) - Border width styling for `Toggler`. [#2219](https://github.com/iced-rs/iced/pull/2219) - `RawText` variant for `Primitive` in `iced_graphics`. [#2158](https://github.com/iced-rs/iced/pull/2158) @@ -118,6 +119,7 @@ Many thanks to... - @derezzedex - @DoomDuck - @dtzxporter +- @Dworv - @fogarecious - @GyulyVGC - @hicaru |