Releases: iced-rs/iced_aw
Releases Β· iced-rs/iced_aw
v.0.11.0
What's Changed
- (Breaking) Removed Fonts and replaced with iced_fonts.
Full Changelog: v0.10.0...v.0.11.0
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
V0.9.2
What's Changed
- Allow disabling scroll events for NumberInput. by @airblast-dev in #239
- Fixed missing Bootstrap when not using Icon Feature.
New Contributors
- @airblast-dev made their first contribution in #239
Full Changelog: V0.9.0...V0.9.2
V0.9.0
What's Changed
- change TabBar hovered appearance for default style by @StillGreen-san in #215
- handle unavailable cursor position in TabBar by @StillGreen-san in #214
- Add font size to date picker by @Strosel in #216
- Tabs fix and modal overlay fix by @genusistimelord in #218
- reran icon script and removed all garbage unicode values by @Redhawk18 in #219
- fixed nerd font not being loaded by using font family name by @Redhawk18 in #221
- added font loading example by @Redhawk18 in #222
- only activate required iced-features by @spamviech in #224
- Fix broken grid generic parameters by @Exidex in #227
- fix: button doesn't highlight when it is hovered by @Sherlock-Holo in #228
- add missing set_active_tab by @spamviech in #229
- Hide fill_quad behind intersects/>0-checks to avoid triggering debug_assert in the tiny_skia-renderer by @spamviech in #230
- Number_input fixes by @the-marenga in #233
- Fix number input over/underflow by @TitouanReal in #236
- Replace Length with impl Into in width/height APIs by @TitouanReal in #237
New Contributors
- @StillGreen-san made their first contribution in #215
- @Strosel made their first contribution in #216
- @spamviech made their first contribution in #224
- @Exidex made their first contribution in #227
- @the-marenga made their first contribution in #233
- @TitouanReal made their first contribution in #236
Full Changelog: v0.8.0...V0.9.0
v0.8.0
What's Changed
- add multiple modals example by @lucatrv in #174
- Update documentation comments by @lucatrv in #179
- β: update bootstrap icons by @gmLucario in #180
- new positions to tab_bar!!! by @Redhawk18 in #182
- Card overlays by @turai in #183
- refactor so functions show up in order on docs by @Redhawk18 in #184
- ContextMenu respects window borders and resizing by @sdgoihew in #186
- Update event handling for context_menu overlay by @Remmirad in #187
- Set tag for MenuBar by @dave-wathen in #188
- Implement new grid widget by @avsaase in #190
- Wrap example is broken by @ojji in #189
- Implement grid flex layout by @avsaase in #191
- Fix grid padding by @avsaase in #192
- Added segmented button,segmented button style, and example by @bq-wrongway in #193
- icon fonts by @Redhawk18 in #197
- Upgrade to latest Iced rev dd249a1d11c68b8fee1828d58bae158946ee2ebd by @genusistimelord in #198
- Updates for latest Iced Master changes by @genusistimelord in #200
- Update overlay code to compile with iced master by @brianch in #201
- Core updated to iced 0.12.0. Most examples compile. by @rizzen-yazston in #204
- Drop down widget by @wiiznokes in #205
- tab bar now follows iced's native theme and not hardcoded values by @Redhawk18 in #206
- Menu rewrite by @latidoremi in #209
New Contributors
- @gmLucario made their first contribution in #180
- @turai made their first contribution in #183
- @sdgoihew made their first contribution in #186
- @Remmirad made their first contribution in #187
- @dave-wathen made their first contribution in #188
- @avsaase made their first contribution in #190
- @ojji made their first contribution in #189
- @bq-wrongway made their first contribution in #193
- @brianch made their first contribution in #201
- @rizzen-yazston made their first contribution in #204
Full Changelog: V0.7.0...v0.8.0
V0.7.0
What's Changed
- Doc Cleanup by @rs017991 in #160
- add align option to modal by @wiiznokes in #161
- Menu dynamic item height by @latidoremi in #163
- Submenu offset by @latidoremi in #164
- feature/tab_bar icon glow by @Redhawk18 in #165
- refactor improve types and simplified usage by @Redhawk18 in #167
- Helper Methods Hotfixes by @bbb651 in #168
- support normal scrolling instead of inversed scrolling by @Redhawk18 in #170
- Extend modal to support multiple overlays by @lucatrv in #169
- update modal code comments by @lucatrv in #171
- (Breaking) removed IconText use Iced::widget::Text instead.
- Fixed SF_UI_ROUNDED font name.
New Contributors
- @rs017991 made their first contribution in #160
- @bbb651 made their first contribution in #168
- @lucatrv made their first contribution in #169
Full Changelog: v0.6.0...V0.7.0
V0.6.0
What's Changed
- Format code by @Luni-4 in #123
- TabBar/Tabs using a type instead of usize for active_tab by @andretietz in #128
- Format the code by @Luni-4 in #134
- Update format.yml and clippy.yml by @genusistimelord in #135
- Fix ci layout by @genusistimelord in #136
- Impl ContextMenu by @wiiznokes in #139
- feat: dark style for tabs by @carlocorradini in #138
- Remove unnecessary
Clone
requirement on FloatingElement'sMessage
by @DoomDuck in #140 - β¨ Add Cupertino-style switch and buttons by @bbyler in #106
- split: Remove unneeded Message: Clone bound by @f4814 in #141
- README.md by @mateolafalce in #142
- Remove the deprecated actions-rs by @Luni-4 in #145
- Remove nightly version for clippy and format checks by @Luni-4 in #144
- Fix clippy warnings by @Luni-4 in #143
- updating to lastest main by @genusistimelord in #146
- Fix examples warnings by @Luni-4 in #147
- Transform clippy warnings into errors by @Luni-4 in #148
- mergeing main changes to iced new branch by @genusistimelord in #149
- fixed
Appearance
not being avaiable throughiced_aw::tab_bar
by @Redhawk18 in #152 - Pull new changes into iced new by @genusistimelord in #154
- New iced upgrades by @genusistimelord in #159
New Contributors
- @andretietz made their first contribution in #128
- @wiiznokes made their first contribution in #139
- @carlocorradini made their first contribution in #138
- @DoomDuck made their first contribution in #140
- @f4814 made their first contribution in #141
- @mateolafalce made their first contribution in #142
- @Redhawk18 made their first contribution in #152
Full Changelog: V0.5.2...v0.6.0
V0.5.2
V0.5.1
What's Changed
- Fix naming in color picker example by @Ciubix8513 in #117
- Cargo.toml: Update
repository
url by @ids1024 in #119 - Fixed Model components panic upon certain usages. #114
New Contributors
- @Ciubix8513 made their first contribution in #117
- @ids1024 made their first contribution in #119
Full Changelog: v0.5.0...V0.5.1
V0.5.0
What's Changed
- Add Spinner by @IohannRabeson in #99
- Add menu close condition by @latidoremi in #100
- Simplify customization of Spinner. by @IohannRabeson in #101
- Adaptive root direction by @latidoremi in #102
- β¨ Add cupertino spinner by @bbyler in #105
- Menu overlay offset by @latidoremi in #104
- Update iced to v0.9 and rename project to iced_aw v0.5 by @Cupnfish in #110
New Contributors
Full Changelog: v0.4.1...v0.5.0