muda/.changes/menu-item-kind.md

6 lines
231 B
Markdown
Raw Normal View History

---
"muda": "minor"
---
2023-07-28 03:07:55 +10:00
**Breaking Change**: Removed `MenuItemType` enum and replaced with `MenuItemKind` enum. `Menu::items` and `Submenu::items` methods will now return `Vec<MenuItemKind>` instead of `Vec<Box<dyn MenuItemExt>>`