Jason Lee
|
34ef0ff6d0
|
chore: Rename Dropdown to Select, TextInput to Input. (#1449)
## Break Change
- The `Dropdown` has been renamed to `Select`.
- The `TextInput` has been renamed to `Input`.
| Before | After |
| --- | --- |
| TextInput | Input |
| Dropdown | Select |
| DropdownItem | SelectItem |
| DropdownItemGroup | SelectGroup |
| DropdownState | SelectState |
| DropdownEvent | SelectEvent |
| DropdownDelegate | SelectDelegate |
| dropdown::ListEvent | ~~Removed~~ |
- Renamed `PopupMenuExt` to `DropdownMenu`.
- Removed pub mod `menu::popup_menu`, `menu::context_menu`, they are
moved into `menu` mod.
- Renamed `popup_menu` method to `dropdown_menu` for `DropdownMenu`,
`Panel`, `PanelView` and `DropdownButton`.
| Before | After |
| --- | --- |
| popup_menu::PopupMenuExt | menu::DropdownMenu |
| popup_menu | dropdown_menu |
| popup_menu_with_anchor | dropdown_menu_with_anchor |
|
2025-10-28 21:22:31 +08:00 |
|
Floyd Wang
|
183d17731d
|
Bump v0.3.1
|
2025-10-27 13:52:29 +08:00 |
|
Jason Lee
|
5f63ddb822
|
example: Fix title bar paddings for window_title example. (#1429)
|
2025-10-24 13:54:52 +00:00 |
|
Iain
|
b740123d4b
|
example: Add missed control icon assets (#1424)
|
2025-10-24 13:30:27 +08:00 |
|
Jason Lee
|
ab7af9c01d
|
Bump v0.3.0
|
2025-10-24 10:47:04 +08:00 |
|
Floyd Wang
|
b80fca28c1
|
Bump v0.3.0-preview2
|
2025-10-23 16:36:23 +08:00 |
|
Jason Lee
|
17ec395853
|
Bump v0.3.0-preview0
|
2025-10-17 10:37:49 +08:00 |
|
Jason Lee
|
f16487a2cb
|
chore: Fix license link in crate meta. (#1393)
Close #1392
|
2025-10-17 10:32:09 +08:00 |
|
Jason Lee
|
429a4b2858
|
example: Add input example. (#1380)
|
2025-10-15 05:40:36 +00:00 |
|
Jason Lee
|
4ccd7d99d0
|
examples: Add examples folder. (#1378)
|
2025-10-15 02:26:13 +00:00 |
|