Added
- Generic pixel units. #1711
custom
method towidget::Operation
trait. #1649Group
overlay. #1655- Standalone
draw
helper forimage
. #1682 - Dynamic
pick_list::Handle
. #1675 Id
support forContainer
. #1695- Custom
Checkbox
icon support. #1707 window
action to change always on top setting. #1587window
action to fetch its unique identifier. #1589
Changed
- Annotated
Command
andSubscription
with#[must_use]
. #1676 - Replaced
Fn
withFnOnce
incanvas::Cache::draw
. #1694 - Used
[default]
on enum ingame_of_life
example. #1660 - Made
QRCode
hide when data is empty inqr_code
example. #1665 - Replaced
Cow
withBytes
inimage
to accept any kind of data that implementsAsRef<[u8]>
. #1551
Fixed
- Blank window on application startup. #1698
- Off-by-one pixel error on
pick_list
width. #1679 - Missing
text_input
implementation inoperation::Map
. #1678 - Widget-driven animations for
Component
. #1685 - Layout translation in
overlay::Group
. #1686 - Missing
is_over
implementation for overlays oficed_lazy
widgets. #1699 - Panic when overlay event processing removes overlay. #1700
- Panic when using operations with components in certain cases. #1701
TextInput
width when using padding. #1706iced_glow
crash on some hardware. #1703- Height of
overlay::Menu
. #1714 - Size of images in
README
. #1659 - New
clippy
lints. #1681
Many thanks to...