-
Notifications
You must be signed in to change notification settings - Fork 169
Releases: iced-rs/iced_aw
Releases Β· iced-rs/iced_aw
v0.14.1
@genusistimelord
genusistimelord
1084632
This commit was signed with the committerβs verified signature.
genusistimelord
Andrew Wheeler(Genusis)
What's Changed
- Fixed a few lint errors. Updated the test.yml workflow file to use cargo test --lib by @tonybierman in #369
- Units tests for style module by @tonybierman in #371
- Integration tests for color_picker widget by @tonybierman in #372
- Widget tests for badge, card and color_picker by @tonybierman in #373
- Implement operate for badge by @tonybierman in #375
- Tests for context_menu, custom_layout, date_picker by @tonybierman in #374
- Expose Card close button through operate() method by @tonybierman in #379
- Testing update for color_picker by @tonybierman in #380
- Removed trivial/redundant integration card_integration tests by @tonybierman in #381
- Date picker integration tests by @tonybierman in #382
- Lint warnings housekeeping by @tonybierman in #384
- Added operate() methods and tests for TimePicker widget by @tonybierman in #383
- Testing coverage for the DropDown widget by @tonybierman in #385
- Context Menu Testing Coverage by @tonybierman in #386
- Added tests for the MenuBar widget by @tonybierman in #387
- Number input testing by @tonybierman in #388
- Added testing coverage for the SelectionList widget by @tonybierman in #389
- Added testing coverage for the Sidebar and SidebarWithContent widgets by @tonybierman in #390
- Refactored integration test infrastructure by @tonybierman in #391
- Added testing coverage for the TabBar widget by @tonybierman in #393
- Added testing coverage for the TypedInput widget by @tonybierman in #394
- Added testing coverage for the SlideBar widget by @tonybierman in #392
- Mouse input coverage by @tonybierman in #395
- Added code coverage configuration file by @tonybierman in #396
- Added Snapshot-Based Testing to NumberInput Widget by @tonybierman in #397
- Snapshot testing by @tonybierman in #398
- Fix Issue #378 by @tonybierman in #399
- Added unit and integration tests for the Wrap widget by @tonybierman in #400
- Revert "Fix Issue #378" by @genusistimelord in #402
- Snapshot hash match testing, CI workaround for Mac and Windows by @tonybierman in #401
- Add real-time color change callback to ColorPicker by @ohsalmeron in #404
- docs: alterwidgetly by @jazzpi in #406
- TabBar: Add a border radius to the tab Style by @Fee0 in #407
- fix context menu overlay bounds for #363 by @ugniussle in #413
- fix(context_menu): request redraw when showing/hiding context menu (issue #403) by @rokcej in #414
- fix(context_menu): fix issue with overlay buttons always being disabled (issue #378) by @rokcej in #415
- fix(menu): clamp Menu width to available viewport width (issue #412) by @rokcej in #416
- Scope
menu_itemsmacro by @bicarlsen in #418 - Reduced the lifetime from 'static to 'a for the on_change function of NumberInput by @pixel27 in #417
- Add safe triangle behavior for nested menus by @zao111222333 in #420
New Contributors
- @tonybierman made their first contribution in #369
- @ohsalmeron made their first contribution in #404
- @jazzpi made their first contribution in #406
- @Fee0 made their first contribution in #407
- @ugniussle made their first contribution in #413
- @rokcej made their first contribution in #414
- @bicarlsen made their first contribution in #418
- @pixel27 made their first contribution in #417
- @zao111222333 made their first contribution in #420
Full Changelog: v0.13.0...v0.14.1
Contributors
- @tonybierman
- @genusistimelord
- @bicarlsen
- @jazzpi
- @Fee0
- @pixel27
- @ohsalmeron
- @rokcej
- @zao111222333
- @ugniussle
tonybierman, genusistimelord, and 8 other contributors
Assets 2
2 people reacted
v0.13.0
@genusistimelord
genusistimelord
c4f4e78
This commit was signed with the committerβs verified signature.
genusistimelord
Andrew Wheeler(Genusis)
Thank you everyone for your hard work and dedication to helping keep this project going!
What's Changed
- drop_down overlay translation bugfix for #300 by @JL710 in #326
- Fix
Gridcolumns inheriting columns' widths to their left by @SFBdragon in #329 - Fix WASM build by @miivers in #331
- Add extend for Grid and GridRow by @Krahos in #332
- Prevent dropdown from overflowing by @sterliakov in #335
- Preserve ColorPicker state until it is reopened or externally modified by @sterliakov in #336
- End selection_list hover highlight when cursor is outside bounds by @blkerby in #339
- add LabeledFrame by @JL710 in #340
- Fix negative inputs and numpad handling by NumberInput by @sterliakov in #337
- add CustomLayout widget by @JL710 in #343
- Fix menu_bar! macro from needing the user of the macro to import menu::Item by @fieryhenry in #344
- fix missing example in Cargo.toml by @JL710 in #346
- 0.14 init with wip Number input by @Redhawk18 in #348
- Fix badge status by @mytdragon in #349
- Update tabs/tab_bar to iced 0.14 by @mytdragon in #350
- Update DropDown to 0.14 by @mytdragon in #351
- Update iced to #9d56b48 by @faervan in #352
- perf: remove unnecessary redraws on the menu widget by @faervan in #353
- Various fixes on drop_down's overlay position by @mytdragon in #354
- Fix dropdown underland bounds detection when inside scrollable by @mytdragon in #356
- Update iced to latest #6be7072 by @mytdragon in #358
- split iced crate import into iced_core/iced_widget sub crate by @mytdragon in #359
- Menu fixes and updates by @latidoremi in #360
- chore(iced): update to latest by @tsuza in #361
- from traits! by @Redhawk18 in #362
- chore: catch up with iced master branch by @kindabit in #366
New Contributors
- @JL710 made their first contribution in #326
- @SFBdragon made their first contribution in #329
- @miivers made their first contribution in #331
- @Krahos made their first contribution in #332
- @sterliakov made their first contribution in #335
- @blkerby made their first contribution in #339
- @fieryhenry made their first contribution in #344
- @faervan made their first contribution in #352
- @tsuza made their first contribution in #361
- @kindabit made their first contribution in #366
Full Changelog: v0.12.00...v0.13.0
Contributors
- @miivers
- @blkerby
- @mytdragon
- @SFBdragon
- @Krahos
- @latidoremi
- @sterliakov
- @tsuza
- @fieryhenry
- @JL710
- @Redhawk18
- @faervan
- @kindabit
miivers, blkerby, and 11 other contributors
Assets 2
4 people reacted
v0.12.0
@genusistimelord
genusistimelord
0c46c44
This commit was signed with the committerβs verified signature.
genusistimelord
Andrew Wheeler(Genusis)
What's Changed
- Added the
id()method toNumberInputby @Kamduis in #296 - Make
selection_listfollow 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
NumberInputby @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
Contributors
hydra, Kamduis, and 6 other contributors
Assets 2
2 people reacted
v.0.11.0
@genusistimelord
genusistimelord
c0514f8
This commit was signed with the committerβs verified signature.
genusistimelord
Andrew Wheeler(Genusis)
What's Changed
- (Breaking) Removed Fonts and replaced with iced_fonts.
Full Changelog: v0.10.0...v.0.11.0
Assets 2
4 people reacted
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::Wrappingsupport 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
Contributors
- @shartrec
- @genusistimelord
- @lanastara
- @barskern
- @rizzen-yazston
- @Ultraxime
- @StillGreen-san
- @lass3p
- @edwloef
- @Redhawk18
- @sundaram123krishnan
shartrec, genusistimelord, and 9 other contributors
Assets 2
2 people reacted
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
Assets 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
Contributors
- @genusistimelord
- @Sherlock-Holo
- @Exidex
- @Strosel
- @StillGreen-san
- @spamviech
- @Redhawk18
- @TitouanReal
- @the-marenga
genusistimelord, Sherlock-Holo, and 7 other contributors
Assets 2
1 person reacted
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
Contributors
- @avsaase
- @genusistimelord
- @turai
- @ojji
- @brianch
- @lucatrv
- @gmLucario
- @rizzen-yazston
- @dave-wathen
- @latidoremi
- @Redhawk18
- @wiiznokes
- @bq-wrongway
- @sdgoihew
- @Remmirad
avsaase, genusistimelord, and 13 other contributors
Assets 2
2 people reacted
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
Contributors
rs017991, lucatrv, and 4 other contributors
Assets 2
3 people reacted
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
Clonerequirement on FloatingElement'sMessageby @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
Appearancenot being avaiable throughiced_aw::tab_barby @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
Contributors
- @genusistimelord
- @bbyler
- @andretietz
- @f4814
- @Luni-4
- @carlocorradini
- @DoomDuck
- @Redhawk18
- @wiiznokes
- @mateolafalce
genusistimelord, bbyler, and 8 other contributors
Assets 2
3 people reacted