diff options
author | 2024-02-07 20:38:47 +0100 | |
---|---|---|
committer | 2024-02-07 20:38:47 +0100 | |
commit | 80081f0f1c00d9dc94d3ed24dd37ab5285cff0db (patch) | |
tree | a650daae1dcf5e470e96bdae4a4e5ce6ae4ebdfd /CHANGELOG.md | |
parent | 80a29a277e2f15c0711efc37dc6c86c2ef98879e (diff) | |
parent | cecfa1c467124f255fd86077bdb9e610690d4a32 (diff) | |
download | iced-80081f0f1c00d9dc94d3ed24dd37ab5285cff0db.tar.gz iced-80081f0f1c00d9dc94d3ed24dd37ab5285cff0db.tar.bz2 iced-80081f0f1c00d9dc94d3ed24dd37ab5285cff0db.zip |
Merge pull request #2219 from GyulyVGC/toggler-border-width
Add border widths to `Toggler` `StyleSheet`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 518124e7..6d28c45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `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) - 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) - `Stream` support for `Command`. [#2150](https://github.com/iced-rs/iced/pull/2150) - Access to bounds/content bounds from a `Scrollable` viewport. [#2072](https://github.com/iced-rs/iced/pull/2072) |