v0.3.0
This release removes the colors
feature as it will no longer be a select-able feature.
This release is compatible with iced version: 0.7.0. 🥳
A great thanks to all contributors!
What's Changed
- Removed no longer needed
<S>
from style functions by @genusistimelord in #47 - Show which item is selected in
SelectionList
by @emann in #48 - Fix: Grid layout not correctly build by @Kaiden42 in #54
- Fix: card mouse interaction by @Kaiden42 in #55
- Pure widgets by @Kaiden42 in #57
- feat: make the floating button round by @Sherlock-Holo in #67
- Fix operations in Tabs by @Andrew-Schwartz in #69
- Fix rounded header bottom of card. It looks cleaner square. by @flomang in #72
- Upgrade to iced 0.7 by @carl-anders in #78
- Fix doctests by using the native type version by @carl-anders in #79
- Removed Colors feature as it is required for most widgets now. by @genusistimelord in #82
New Contributors
- @emann made their first contribution in #48
- @Luro02 made their first contribution in #43
- @torkleyy made their first contribution in #62
- @BeaconBrigade made their first contribution in #63
- @Sherlock-Holo made their first contribution in #67
- @Andrew-Schwartz made their first contribution in #69
- @flomang made their first contribution in #72
- @yeastplume made their first contribution in #74
- @carl-anders made their first contribution in #78
Full Changelog: v0.1.0...v0.3.0