diff options
author | 2024-02-15 01:48:36 +0100 | |
---|---|---|
committer | 2024-02-15 01:48:36 +0100 | |
commit | 5827023ccc3f80012b17dbfe778fbd8b63186c99 (patch) | |
tree | aa0095d5c246c0fb5cee826d8da42ea8c0d4425b /CHANGELOG.md | |
parent | 75b19646d3d17b9b44bb495e239cbbc2d139c0e9 (diff) | |
parent | a73386f68e01943a28f9286f6d5a1bd017e1d7c3 (diff) | |
download | iced-5827023ccc3f80012b17dbfe778fbd8b63186c99.tar.gz iced-5827023ccc3f80012b17dbfe778fbd8b63186c99.tar.bz2 iced-5827023ccc3f80012b17dbfe778fbd8b63186c99.zip |
Merge pull request #2252 from iced-rs/feature/clip-property
Add `clip` property to `Container`, `Column`, and `Row`
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 14e72d07..2b5dc776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for generic `Element` in `Tooltip`. [#2228](https://github.com/iced-rs/iced/pull/2228) - Container and `gap` styling for `Scrollable`. [#2239](https://github.com/iced-rs/iced/pull/2239) - Use `Borrow` for both `options` and `selected` in PickList. [#2251](https://github.com/iced-rs/iced/pull/2251) +- `clip` property for `Container`, `Column`, `Row`, and `Button`. #[2252](https://github.com/iced-rs/iced/pull/2252) ### Changed - Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068) |