summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-21 13:21:39 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-21 13:21:39 +0100
commit6c00e615b9fb7618c710a3f5d920d00e6b8a258c (patch)
tree14ee593287c216f2b24aba1fe94f695896e634b4 /CHANGELOG.md
parent56ac21cacbead255c6ae574ed2b7ba2895018c56 (diff)
parent4742f3fef803b22a713a3c9ef8317c84810710e9 (diff)
downloadiced-6c00e615b9fb7618c710a3f5d920d00e6b8a258c.tar.gz
iced-6c00e615b9fb7618c710a3f5d920d00e6b8a258c.tar.bz2
iced-6c00e615b9fb7618c710a3f5d920d00e6b8a258c.zip
Merge pull request #2278 from iced-rs/prioritize-text-insertion
Prioritize text insertion in `TextInput` and `TextEditor`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8a03638..75ccf988 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Documentation for `horizontal_space` and `vertical_space` helpers. [#2265](https://github.com/iced-rs/iced/pull/2265)
- WebAssembly platform. [#2271](https://github.com/iced-rs/iced/pull/2271)
- Decouple `Key` from `keyboard::Modifiers` and apply them to `text` in `KeyboardInput`. [#2238](https://github.com/iced-rs/iced/pull/2238)
+- Text insertion not being prioritized in `TextInput` and `TextEditor`. [#2278](https://github.com/iced-rs/iced/pull/2278)
Many thanks to...