v0.10.0
What's Changed
- (Breaking) Split removed in favor of Iced pane grid
- (Breaking) Modal and Floating element removed in favor of Iced Stack.
- (Breaking) Segmented Button Removed use iced button.
- (Breaking) cupertino Removed as we are not going to support these anymore.
- changed number input's bounds to an inclusive range by @Redhawk18 in #242
- Beta update to latest iced main branch changes. by @genusistimelord in #251
- Use IntoIterator instead of Vec for tabs by @barskern in #254
- Toggle Menu Bar on Click by @sundaram123krishnan in #257
- Beta to main by @genusistimelord in #260
- Correcting numberpad input for the NumberInput by @Ultraxime in #262
- New feature: Sidebar by @rizzen-yazston in #263
- Remove errors occuring when sidebar feature isn't enabled by @43-21 in #264
- Corrected issue in 'layout()' of 'FlushColumn' and 'FlushRow'. by @rizzen-yazston in #265
- Forgot to add new feature to the README.md. by @rizzen-yazston in #270
- Fix out of range error when traversing menus by @shartrec in #269
- Menu fix by @genusistimelord in #271
- Adding support for dots in number_input by @Ultraxime in #267
- Adding helpers and placeholder for typed_input by @Ultraxime in #273
- Changing the TypedInput APi to a one similar to the TextInput's by @Ultraxime in #277
- Correcting menu (index error when less than 2 items) by @Ultraxime in #279
- Replacing f32 by iced::Padding and iced::Pixels when possible by @Ultraxime in #281
- Reorganising by @Ultraxime in #282
- Shring card body limits by head and foot size by @lanastara in #284
- fix max width being reduced by padding in number_input by @StillGreen-san in #285
- Add
text::Wrapping
support by @edwloef in #287 - bump iced to v0.13.0 by @edwloef in #290
New Contributors
- @barskern made their first contribution in #254
- @sundaram123krishnan made their first contribution in #257
- @Ultraxime made their first contribution in #262
- @43-21 made their first contribution in #264
- @shartrec made their first contribution in #269
- @lanastara made their first contribution in #284
- @edwloef made their first contribution in #287
Full Changelog: V0.9.2...v0.10.0