Skip to content

Commit 6fbb59d

Browse files
committed
Add new Slider/DragValue constructors to changelog
1 parent 5011623 commit 6fbb59d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ NOTE: `eframe`, `egui_web` and `egui_glium` has their own changelogs!
1818
* Add `ui.set_row_height`.
1919
* Add `Visuals::debug_widgets` to debug layouting by hovering widgets.
2020
* Add `ComboBox` to more easily customize combo boxes.
21+
* Add `Slider::new` and `DragValue::new` to replace old type-specific constructors.
2122

2223
### Changed 🔧
2324
* `kb_focus` is now just called `focus`
@@ -29,7 +30,8 @@ NOTE: `eframe`, `egui_web` and `egui_glium` has their own changelogs!
2930
* Fix false id clash error for wrapping text
3031

3132
### Deprecated ☢️
32-
* Removed `combo_box_with_label` in favor of new `ComboBox`.
33+
* Deprectated `combo_box_with_label` in favor of new `ComboBox`.
34+
* Deprectated type-specific constructors for `Slider` and `DragValue` (`Slider::f32`, `DragValue::usize` etc).
3335

3436

3537
## 0.10.0 - 2021-02-28 - Plot and polish

0 commit comments

Comments
 (0)