What's Changed
- Added the
id()
method toNumberInput
by @Kamduis in #296 - Make
selection_list
follow iced theme by @TheSpartaPT in #294 - Fix compilation errors with 2 examples that use icons. by @hydra in #297
- Fixing the compilation error caused by std Instant on WASM targets by @whizsid in #302
- Fixing the backspace issue in number inputs on Mac by @whizsid in #303
- Avoid a number of crashes due to menu changes while menu is open. by @andrewdavidmackenzie in #307
- Correcting several issues with
NumberInput
by @Ultraxime in #309 - Updating the methods of NumberInput and TypedInput by @Ultraxime in #310
- Update CHANGELOG.md by @Ultraxime in #311
- Avoid index out of range panic by @andrewdavidmackenzie in #313
- Fix context menu and dropdown links in the README by @furkan-guvenc in #316
- Add map support to GridRow by @mytdragon in #317
New Contributors
- @Kamduis made their first contribution in #296
- @TheSpartaPT made their first contribution in #294
- @hydra made their first contribution in #297
- @whizsid made their first contribution in #302
- @andrewdavidmackenzie made their first contribution in #307
- @furkan-guvenc made their first contribution in #316
- @mytdragon made their first contribution in #317
Full Changelog: v.0.11.0...v0.12.00