summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-01-31 22:14:54 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-31 22:14:54 +0100
commit4fcbcdab1c87a1badaf293b4aaaf2f39857e8736 (patch)
treec54ab1cac2a5957abb38c379bbd18347c5a6d410 /CHANGELOG.md
parent6bf34b074667e5e025de1e352a34ce255bc7e26e (diff)
parent41bffa448b8a5901bdb3461d6d364b22e8a84a3a (diff)
downloadiced-4fcbcdab1c87a1badaf293b4aaaf2f39857e8736.tar.gz
iced-4fcbcdab1c87a1badaf293b4aaaf2f39857e8736.tar.bz2
iced-4fcbcdab1c87a1badaf293b4aaaf2f39857e8736.zip
Merge pull request #2100 from jpttrssn/enhanced-slider
Enhance `Slider` and `VerticalSlider` functionality
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7b15827..af70ef31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `theme::Custom::with_fn` to generate completely custom themes. [#2067](https://github.com/iced-rs/iced/pull/2067)
- `style` attribute for `Font`. [#2041](https://github.com/iced-rs/iced/pull/2041)
- Texture filtering options for `Image`. [#1894](https://github.com/iced-rs/iced/pull/1894)
+- `default` and `shift_step` methods for `slider` widgets. [#2100](https://github.com/iced-rs/iced/pull/2100)
### Changed
- Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068)
@@ -100,6 +101,7 @@ Many thanks to...
- @jhff
- @jim-ec
- @joshuamegnauth54
+- @jpttrssn
- @lufte
- @matze
- @MichalLebeda