diff options
author | 2024-02-07 12:20:45 +0100 | |
---|---|---|
committer | 2024-02-07 12:20:45 +0100 | |
commit | bdd1891f434066dcb878520358c2e582f231683a (patch) | |
tree | 18e510f7ac42d9d1ce76948b0df3fbd6f3d275a1 /CHANGELOG.md | |
parent | d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab (diff) | |
parent | d5a3e599b32860c6c7cef4c6aa2a69c713b57bcb (diff) | |
download | iced-bdd1891f434066dcb878520358c2e582f231683a.tar.gz iced-bdd1891f434066dcb878520358c2e582f231683a.tar.bz2 iced-bdd1891f434066dcb878520358c2e582f231683a.zip |
Merge pull request #2207 from VAWVAW/mouse-area-interaction
Add `Interaction` overriding to `MouseArea`
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 c62ab531..03535ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `fetch_maximized` and `fetch_minimized` commands in `window`. [#2189](https://github.com/iced-rs/iced/pull/2189) - `run_with_handle` command in `window`. [#2200](https://github.com/iced-rs/iced/pull/2200) - `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) - Customizable style for `TextEditor`. [#2159](https://github.com/iced-rs/iced/pull/2159) - `RawText` variant for `Primitive` in `iced_graphics`. [#2158](https://github.com/iced-rs/iced/pull/2158) @@ -135,6 +136,7 @@ Many thanks to... - @tarkah - @tzemanovic - @varbhat +- @VAWVAW - @william-shere ## [0.10.0] - 2023-07-28 |