0.13.1
- Some
Fromtrait implementations fortext_input::Id. #2582 - Custom
Executorsupport forApplicationandDaemon. #2580 rust-versionmetadata toCargo.toml. #2579- Widget examples to API reference. #2587
- Inverted scrolling direction with trackpad in
scrollable. #2583 scrollabletransactions whenon_scrollis not set. #2584- Incorrect text color styling in
text_editorwidget. #2586
Many thanks to...
- @dcampbell24
- @lufte
- @mtkennerly
0.13.0
- Introductory chapters to the official guide book.
- Pocket guide in API reference.
ProgramAPI. #2331TaskAPI. #2463DaemonAPI and Shell Runtime Unification. #2469rich_textandmarkdownwidgets. #2508stackwidget. #2405hoverwidget. #2408row::Wrappingwidget. #2539textmacro helper. #2338text::Wrappingsupport. #2279- Functional widget styling. #2312
- Closure-based widget styling. #2326
- Class-based Theming. #2350
- Type-Driven Renderer Fallback. #2351
- Background styling to
rich_textwidget. #2516 - Underline support for
rich_text. #2526 - Strikethrough support for
rich_text. #2528 - Abortable
Task. #2496 abort_on_droptotask::Handle. #2503Ferratheme. #2329auto-detect-themefeature. #2343- Custom key binding support for
text_editor. #2522 align_xfortext_inputwidget. #2535centerwidget helper. #2423- Rotation support for
imageandsvgwidgets. #2334 - Dynamic
opacitysupport forimageandsvg. #2424 - Scroll transactions for
scrollablewidget. #2401 physical_keyandmodified_keytokeyboard::Event. #2576fetch_positioncommand inwindowmodule. #2280filter_methodproperty forimage::Viewerwidget. #2324- Support for pre-multiplied alpha
wgpucomposite mode. #2341 text_sizeandline_heightproperties fortext_editorwidget. #2358is_focusedmethod fortext_editor::State. #2386canvas::CacheGrouping. #2415ICED_PRESENT_MODEenv var to pick awgpu::PresentMode. #2428SpecificWithvariant towindow::Position. #2435scale_factorfield towindow::Screenshot. #2449- Styling support for
overlay::Menuofpick_listwidget. #2457 window::IdinEventsubscriptions. #2456FromIteratorimplementation forrowandcolumn. #2460content_fitforimage::viewerwidget. #2330Displayimplementation forRadians. #2446- Helper methods for
window::SettingsinApplication. #2470 Copyimplementation forcanvas::Fillandcanvas::Stroke. #2475- Clarification of
Borderalignment forQuad. #2485 - "Select All" functionality on
Ctrl+Atotext_editor. #2321 stream::try_channelhelper. #2497icedwidget helper to display the iced logo ☄️. #2498align_xandalign_yhelpers toscrollable. #2499- Built-in text styles for each
Palettecolor. #2500 - Embedded
Scrollbarsupport forscrollable. #2269 on_press_withmethod forbutton. #2502resize_eventssubscription towindowmodule. #2505Linksupport torich_textwidget. #2512imageandsvgsupport forcanvaswidget. #2537Compactvariant forpane_grid::Controls. #2555image-without-codecsfeature flag. #2244container::backgroundstyling helper. #2261undecorated_shadowwindow setting for Windows. #2285- Tasks for setting mouse passthrough. #2284
*_maybehelpers fortext_inputwidget. #2390- Wasm support for
download_progressexample. #2419 scrollable::scroll_bywidget operation. #2436- Enhancements to
sliderwidget styling. #2444 on_scrollhandler tomouse_areawidget. #2450stroke_rectanglemethod tocanvas::Frame. #2473override_redirectsetting for X11 windows. #2476- Disabled state support for
togglerwidget. #2478 Color::parsehelper for parsing color strings. #2486rounded_rectanglemethod tocanvas::Path. #2491widthmethod totext_editorwidget. #2513on_openhandler tocombo_boxwidget. #2534- Additional
mouse::Interactioncursors. #2551 - Scroll wheel handling in
sliderwidget. #2565
- Use a
StagingBeltiniced_wgpufor regular buffer uploads. #2357 - Use generic
ContentinTextto avoid reallocation infill_text. #2360 - Use
Iterator::size_hintto initializeColumnandRowcapacity. #2362 - Specialize
widget::texthelper. #2363 - Use built-in
[lints]table inCargo.toml. #2377 - Target
#icedcontainer by default on Wasm. #2342 - Improved architecture for
iced_wgpuandiced_tiny_skia. #2382 - Make image
Cacheeviction strategy less aggressive iniced_wgpu. #2403 - Retain caches in
iced_wgpuas long asRcvalues are alive. #2409 - Use
bytescrate forimagewidget. #2356 - Update
winitto0.30. #2427 - Reuse
glyphon::Pipelinestate iniced_wgpu. #2430 - Ask for explicit
Lengthincenter_*methods. #2441 - Hide internal
Taskconstructors. #2492 - Hide
Subscriptioninternals. #2493 - Improved
viewergonomics. #2504 - Update
cosmic-textandresvg. #2416 - Snap
Quadlines to the pixel grid iniced_wgpu. #2531 - Update
web-systo0.3.69. #2507 - Allow disabled
TextInputto still be interacted with. #2262 - Enable horizontal scrolling without shift modifier for
srollablewidget. #2392 - Add
mouse::Buttontomouse::Click. #2414 - Notify
scrollable::Viewportchanges. #2438 - Improved documentation of
Componentstate management. #2556
- Fix
block_oniniced_wgpuhanging Wasm builds. #2313 - Private
PaneGridstyle fields. #2316 - Some documentation typos. #2317
- Blurry input caret with non-integral scaling. #2320
- Scrollbar stuck in a
scrollableunder some circumstances. #2322 - Broken
wgpuexamples link in issue template. #2327 - Empty
wgpudraw calls inimagepipeline. #2344 - Layout invalidation for
Responsivewidget. #2345 - Incorrect shadows on quads with rounded corners. #2354
- Empty menu overlay on
combo_box. #2364 - Copy / cut vulnerability in a secure
TextInput. #2366 - Inadequate readability / contrast for built-in themes. #2376
- Fix
pkg-configtypo inDEPENDENCIES.md. #2379 - Unbounded memory consumption by
iced_winit::Proxy. #2389 - Typo in
icon::Errormessage. #2393 - Nested scrollables capturing all scroll events. #2397
- Content capturing scrollbar events in a
scrollable. #2406 - Out of bounds caret and overflow when scrolling in
text_editor. #2407 - Missing
derive(Default)in overview code snippet. #2412 image::Viewertriggering grab from outside the widget. #2420- Different windows fighting over shared
image::Cache. #2425 - Images not aligned to the (logical) pixel grid in
iced_wgpu. #2440 - Incorrect local time in
clockexample under Unix systems. #2421 ⌘ + ←and⌘ + →behavior fortext_inputon macOS. #2315- Wayland packages in
DEPENDENCIES.md. #2465 - Typo in documentation. #2487
- Extraneous comment in
scrollablemodule. #2488 - Top layer in
hoverwidget hiding when focused. #2544 - Out of bounds text in
text_editorwidget. #2536 - Segfault on Wayland when closing the app. #2547
lazyfeature flag sometimes not present in documentation. #2289- Border of
progress_barwidget being rendered below the active bar. #2443 radiitypo iniced_wgpushader. #2484- Incorrect priority of
Binding::Deleteintext_editor. #2514 - Division by zero in
multitouchexample. #2517 - Invisible text in
svgwidget. #2560 wasm32deployments not displaying anything. #2574- Unnecessary COM initialization on Windows. #2578
- Unnecessary struct from
download_progressexample. #2380 - Out of date comment from
custom_widgetexample. #2549 Clonebound forgraphics::Cache::clear. #2575
Many thanks to...
- @Aaron-McGuire
- @airstrike
- @alex-ds13
- @alliby
- @Andrew-Schwartz
- @ayeniswe
- @B0ney
- @Bajix
- @blazra
- @Brady-Simon
- @breynard0
- @bungoboingo
- @casperstorm
- @Davidster
- @derezzedex
- @DKolter
- @dtoniolo
- @dtzxporter
- @fenhl
- @Gigas002
- @gintsgints
- @henrispriet
- @IsaacMarovitz
- @ivanceras
- @Jinderamarak
- @JL710
- @jquesada2016
- @JustSoup312
- @kiedtl
- @kmoon2437
- @Koranir
- @lufte
- @LuisLiraC
- @m4rch3n1ng
- @meithecatte
- @mtkennerly
- @myuujiku
- @n1ght-hunter
- @nrjais
- @PgBiel
- @PolyMeilex
- @rustrover
- @ryankopf
- @saihaze
- @shartrec
- @skygrango
- @SolidStateDj
- @sundaram123krishnan
- @tarkah
- @vladh
- @WailAbou
- @wiiznokes
- @woelfman
- @Zaubentrucker
0.12.1
extendandfrom_vecmethods forColumnandRow. #2264PartialOrd,Ord, andHashimplementations forkeyboard::Modifiers. #2270clipboardmodule inadvancedmodule. #2272- Default
disabledstyle forcheckboxandhoveredstyle forSvg. #2273 From<u16>andFrom<i32>implementations forborder::Radius. #2274size_hintmethod forComponenttrait. #2275
- Black images when using OpenGL backend in
iced_wgpu. #2259 - Documentation for
horizontal_spaceandvertical_spacehelpers. #2265 - WebAssembly platform. #2271
- Decouple
Keyfromkeyboard::Modifiersand apply them totextinKeyboardInput. #2238 - Text insertion not being prioritized in
TextInputandTextEditor. #2278 iced_tiny_skiaclipping line strokes. #2282
Many thanks to...
- @bungoboingo
- @PolyMeilex
- @rizzen-yazston
- @wash2
0.12.0
- Multi-window support. #1964
TextEditorwidget (or multi-line text input). #2123Shaderwidget. #2085- Shadows. #1882
- Vectorial text for
Canvas. #2204 - Layout consistency. #2192
- Explicit text caching. #2058
- Gradients in Oklab color space. #2055
Themerwidget. #2209Transformprimitive. #2120- Cut functionality for
TextEditor. #2215 - Primary clipboard support. #2240
- Disabled state for
Checkbox. #2109 skip_taskbarwindow setting for Windows. #2211fetch_maximizedandfetch_minimizedcommands inwindow. #2189run_with_handlecommand inwindow. #2200show_system_menucommand inwindow. #2243text_shapingmethod forTooltip. #2172interactionmethod forMouseArea. #2207hoveredstyling forSvgwidget. #2163heightmethod forTextEditor. #2221- Customizable style for
TextEditor. #2159 - Customizable style for
QRCode. #2229 - Border width styling for
Toggler. #2219 RawTextvariant forPrimitiveiniced_graphics. #2158Streamsupport forCommand. #2150- Access to bounds/content bounds from a
Scrollableviewport. #2072 Frame::scale_nonuniformmethod. #2070theme::Custom::with_fnto generate completely custom themes. #2067styleattribute forFont. #2041- Texture filtering options for
Image. #1894 defaultandshift_stepmethods forsliderwidgets. #2100Customvariant tocommand::Action. #2146- Mouse movement events for
MouseArea. #2147 - Dracula, Nord, Solarized, and Gruvbox variants for
Theme. #2170 - Catppuccin, Tokyo Night, Kanagawa, Moonfly, Nightfly and Oxocarbon variants for
Theme. #2233 From<T> where T: Into<PathBuf>forsvg::Handle. #2235on_openandon_closehandlers forPickList. #2174- Support for generic
ElementinTooltip. #2228 - Container and
gapstyling forScrollable. #2239 - Use
Borrowfor bothoptionsandselectedin PickList. #2251 clipproperty forContainer,Column,Row, andButton. #2252
- Enable WebGPU backend in
wgpuby default instead of WebGL. #2068 - Update
glyphonto0.4. #2203 - Require
Sendon stored pipelines. #2197 - Update
wgputo0.19,glyphonto0.5,softbufferto0.4,window-clipboardto0.4, andraw-window-handleto0.6. #2191 - Update
winitto0.29. #2169 - Provide actual bounds to
Shaderprimitives. #2149 - Deny warnings in
testworkflow. #2135 - Update
wgputo0.18andcosmic-textto0.10. #2122 - Compute vertex positions in the shader. #2099
- Migrate twox-hash -> xxhash-rust and switch to Xxh3 for better performance. #2080
- Add
keyboardsubscriptions and renamesubscription::eventstoevent::listen. #2073 - Use workspace dependencies and package inheritance. #2069
- Update
wgputo0.17. #2065 - Support automatic style type casting for
Button. #2046 - Make
with_clipandwith_saveinFrameable to return the data of the provided closure. #1994 - Use
Radiansfor angle fields inArcandarc::Elliptical. #2027 - Assert dimensions of quads are normal in
iced_tiny_skia. #2082 - Remove
positionfromoverlay::Element. #2226 - Add a capacity limit to the
GlyphCacheiniced_tiny_skia. #2210 - Use pointer equality to speed up
PartialEqimplementation ofimage::Bytes. #2220 - Update
bitflags,glam,kurbo,ouroboros,qrcode, andsysinfodependencies. #2227 - Improve some widget ergonomics. #2253
- Clipping of
TextInputselection. #2199 Paragraph::grapheme_positionwhen ligatures are present. #2196- Docs to include missing feature tags. #2184
PaneGridclick interaction on the top edge. #2168iced_wgpunot rendering text in SVGs. #2161- Text clipping. #2154
- Text transparency in
iced_tiny_skia. #2250 - Layout invalidation when
Tooltipchangesoverlay. #2143 Overlaycomposition. #2142- Incorrect GIF for the
progress_barexample. #2141 - Standalone compilation of
iced_renderercrate. #2134 - Maximize window button enabled when
Settings::resizableisfalse. #2124 - Width of horizontal scrollbar in
Scrollable. #2084 ComboBoxwidget panic on wasm. #2078- Majority of unresolved documentation links. #2077
- Web examples not running. #2076
- GIFs and video examples broken. #2074
@interpolate(flat)not used as attribute. #2071CheckboxandTogglerhidden behind scrollbar instylingexample. #2062- Absolute
LineHeightsometimes being0. #2059 - Paste while holding ALT. #2006
Command<T>::performto return aCommand<T>. #2000convert_textnot called onSvgtrees. #1908- Unused
backend.rsfile in renderer crate. #2182 - Some
clippy::pedanticlints. #2096 - Some minor clippy fixes. #2092
- Clippy docs keyword quoting. #2091
- Clippy map transformations. #2090
- Inline format args for ease of reading. #2089
- Stuck scrolling in
Scrollablewith touch events. #1940 - Incorrect unit in
system::Information. #2223 size_hintnot being called fromelement::Map. #2224size_hintnot being called fromelement::Explain. #2225- Slow touch scrolling for
TextEditorwidget. #2140 Subscription::mapusing unreliable function pointer hash to identify mappers. #2237- Missing feature flag docs for
time::every. #2188 - Event loop not being resumed on Windows while resizing. #2214
- Alpha mode misconfiguration in
iced_wgpu. #2231 - Outdated documentation leading to a dead link. #2232
Many thanks to...
- @akshayr-mecha
- @alec-deason
- @arslee07
- @AustinMReppert
- @avsaase
- @blazra
- @brianch
- @bungoboingo
- @Calastrophe
- @casperstorm
- @cfrenette
- @clarkmoody
- @Davidster
- @Decodetalkers
- @derezzedex
- @DoomDuck
- @dtzxporter
- @Dworv
- @fogarecious
- @GyulyVGC
- @hicaru
- @ids1024
- @Imberflur
- @jhannyj
- @jhff
- @jim-ec
- @joshuamegnauth54
- @jpttrssn
- @julianbraha
- @Koranir
- @lufte
- @matze
- @MichalLebeda
- @MoSal
- @MrAntix
- @nicksenger
- @Nisatru
- @nyurik
- @Remmirad
- @ripytide
- @snaggen
- @Tahinli
- @tarkah
- @tzemanovic
- @varbhat
- @VAWVAW
- @william-shere
- @wyatt-herkamp
0.10.0
- Text shaping, font fallback, and
iced_wgpuoverhaul. #1697 - Software renderer, runtime renderer fallback, and core consolidation. #1748
- Incremental rendering for
iced_tiny_skia. #1811 - Configurable
LineHeightsupport for text widgets. #1828 text::Shapingstrategy selection. #1822- Subpixel glyph positioning and layout linearity. #1921
- Background gradients. #1846
- Offscreen rendering and screenshots. #1845
- Nested overlays. #1719
- Cursor availability. #1904
- Backend-specific primitives. #1932
ComboBoxwidget. #1954web-colorsfeature flag to enable "sRGB linear" blending. #1888PaneGridlogic to split panes by drag & drop. #1856PaneGridlogic to drag & drop panes to the edges. #1865- Type-safe
Scrollabledirection. #1878 Scrollablealignment. #1912- Helpers to change viewport alignment of a
Scrollable. #1953 scroll_towidget operation. #1796scroll_tohelper. #1804visible_boundswidget operation forContainer. #1971- Command to fetch window size. #1927
- Conversion support from
Fntrait to custom theme. #1861 - Configurable border radii on relevant widgets. #1869
border_radiusstyling toSliderrail. #1892application_idinPlatformSpecificsettings for Linux. #1963- Aliased entries in
text::Cache. #1934 - Text cache modes. #1938
operatemethod forprogram::State. #1913Viewportargument toWidget::on_event. #1956- Nix instructions to
DEPENDENCIES.md. #1859 - Loading spinners example. #1902
- Workflow that verifies
CHANGELOGis always up-to-date. #1970
- Updated
wgputo0.16. #1807 - Updated
glamto0.24. #1840 - Updated
winitto0.28. #1738 - Updated
paletteto0.7. #1875 - Updated
ouroborosto0.17. #1925 - Updated
resvgto0.35andtiny-skiato0.10. #1907 - Changed
mouse::Button::Otherto takeu16instead ofu8. #1797 - Changed
subscription::channelto take aFnOncenon-Syncclosure. #1917 - Removed
Copyrequirement for textStyleSheet::Style. #1814 - Removed
min_widthof 1 from scrollbar & scroller forScrollable. #1844 - Used
Widget::overlayforTooltip. #1692
Responsivelayout not invalidated when shell layout is invalidated. #1799Responsivelayout not invalidated when size changes without aviewcall. #1890- Broken link in
ROADMAP.md. #1815 boundsof selected option background inMenu. #1831- Border radius logic in
iced_tiny_skia. #1842 Svgfiltered color not premultiplied. #1841- Race condition when growing an
image::Atlas. #1847 - Clearing damaged surface with background color in
iced_tiny_skia. #1854 - Private gradient pack logic for
iced_graphics::Gradient. #1871 - Unordered quads of different background types. #1873
- Panic in
glyphonwhen glyphs are missing. #1883 - Empty scissor rectangle in
iced_wgpu::trianglepipeline. #1893 Scrollablescrolling when mouse not over it. #1910translationinlayoutofNestedoverlay. #1924- Build when using vendored dependencies. #1928
- Minor grammar mistake. #1931
- Quad rendering including border only inside of the bounds. #1843
- Redraw requests not being forwarded for
Componentoverlays. #1949 - Blinking input cursor when window loses focus. #1955
BorderRadiusnot exposed in root crate. #1972- Outdated
ROADMAP. #1958
Many thanks to...
- @a1phyr
- @alec-deason
- @AustinMReppert
- @bbb651
- @bungoboingo
- @casperstorm
- @clarkmoody
- @Davidster
- @Drakulix
- @GyulyVGC
- @ids1024
- @jhff
- @JonathanLindsey
- @kr105
- @marienz
- @nicksenger
- @nicoburns
- @Redhawk18
- @RGBCube
- @tarkah
- @thunderstorm010
- @wash2
- @wiiznokes
0.9.0
MouseAreawidget. #1594channelhelper insubscription. #1786- Configurable
widthforScrollable. #1749 - Support for disabled
TextInput. #1744 - Platform-specific window settings. #1730
- Left and right colors for sliders. #1643
- Icon for
TextInput. #1702 - Mouse over scrollbar flag for
scrollable::StyleSheet. #1669 - Better example for
Radio. #1762
wgpuhas been updated to0.15iniced_wgpu. #1789resvghas been updated to0.29iniced_graphics. #1733subscription::runnow takes a function pointer. #1723
- Redundant
on_scrollmessages forScrollable. #1788 - Outdated items in
ROADMAP.md#1782 - Colons in shader labels causing compilation issues in
iced_wgpu. #1779 - Re-expose winit features for window servers in Linux. #1777
- Replacement of application node in Wasm. #1765
clippylints for Rust 1.68. #1755- Unnecessary
Componentrebuilds. #1754 - Incorrect package name in checkbox example docs. #1750
- Fullscreen only working on primary monitor. #1742
Padding::fiton irregular values for an axis. #1734Debugimplementation ofFontdisplaying its bytes. #1731- Sliders bleeding over their rail. #1721
Fillvariant forAlignment. #1735
Many thanks to...
- @ahoneybun
- @bq-wrongway
- @bungoboingo
- @casperstorm
- @Davidster
- @ElhamAryanpur
- @FinnPerry
- @GyulyVGC
- @JungleTryne
- @lupd
- @mmstick
- @nicksenger
- @Night-Hunter-NF
- @tarkah
- @traxys
- @Xaeroxe
0.8.0
- Generic pixel units. #1711
custommethod towidget::Operationtrait. #1649Groupoverlay. #1655- Standalone
drawhelper forimage. #1682 - Dynamic
pick_list::Handle. #1675 Idsupport forContainer. #1695- Custom
Checkboxicon support. #1707 windowaction to change always on top setting. #1587windowaction to fetch its unique identifier. #1589
- Annotated
CommandandSubscriptionwith#[must_use]. #1676 - Replaced
FnwithFnOnceincanvas::Cache::draw. #1694 - Used
[default]on enum ingame_of_lifeexample. #1660 - Made
QRCodehide when data is empty inqr_codeexample. #1665 - Replaced
CowwithBytesinimageto accept any kind of data that implementsAsRef<[u8]>. #1551
- Blank window on application startup. #1698
- Off-by-one pixel error on
pick_listwidth. #1679 - Missing
text_inputimplementation inoperation::Map. #1678 - Widget-driven animations for
Component. #1685 - Layout translation in
overlay::Group. #1686 - Missing
is_overimplementation for overlays oficed_lazywidgets. #1699 - Panic when overlay event processing removes overlay. #1700
- Panic when using operations with components in certain cases. #1701
TextInputwidth when using padding. #1706iced_glowcrash on some hardware. #1703- Height of
overlay::Menu. #1714 - Size of images in
README. #1659 - New
clippylints. #1681
Many thanks to...
- @13r0ck
- @bungoboingo
- @casperstorm
- @frey
- @greatest-ape
- @ids1024
- @Jedsek
- @nicksenger
- @Night-Hunter-NF
- @sdroege
- @Sn-Kinos
- @sushigiri
- @tarkah
0.7.0
- Widget-driven animations. #1647
- Multidirectional scrolling support for
Scrollable. #1550 VerticalSliderwidget. #1596Shift+Clicktext selection support inTextInput. #1622- Profiling support with the
chrome-tracefeature. #1565 - Customization of the handle of a
PickList. #1562 windowaction to request user attention. #1584windowaction to gain focus. #1585windowaction to toggle decorations. #1588Copyimplementation forgradient::Location. #1636
- Replaced
Application::should_exitwith awindow::closeaction. #1606 - Made
focusable::Countfields public. #1635 - Added
Dependencyargument to the closure ofLazy. #1646 - Switched arguments order of
Toggler::newfor consistency. #1616 - Switched arguments order of
Checkbox::newfor consistency. #1633
- Compilation error in
iced_glowwhen theimagefeature is enabled butsvgisn't. #1593 - Widget operations for
Responsivewidget. #1615 - Overlay placement for
Responsive. #1638 overlayimplementation forLazy. #1644- Minor typo in documentation. #1624
- Links in documentation. #1634
- Missing comment in documentation. #1648
Many thanks to...
- @13r0ck
- @Araxeus
- @ben-wallis
- @bungoboingo
- @casperstorm
- @nicksenger
- @Night-Hunter-NF
- @rpitasky
- @rs017991
- @tarkah
- @wiktor-k
0.6.0
- Support for non-uniform border radius for
Primitive::Quad. #1506 - Operation to query the current focused widget. #1526
- Additional operations for
TextInput. #1529 - Styling support for
Svg. #1578
- Triangle geometry using a solid color is now drawn in a single draw call. #1538
- Gradients for WebAssembly target. #1524
Overlaylayout cache not being invalidated. #1528- Operations not working for
PaneGrid. #1533 - Mapped
widget::Operationalways returningOutcome::None. #1536 - Padding of
TextInputwithLength::Unitswidth. #1539 - Clipping of
ImageandSvgwidgets iniced_glow. #1557 - Invalid links in documentation. #1560
Customstyle ofPickListwidget. #1570- Scroller in
Scrollablealways being drawn. #1574
Many thanks to...
- @bungoboingo
- @l1Dan
- @mmstick
- @mtkennerly
- @PolyMeilex
- @rksm
- @rs017991
- @tarkah
- @wash2
0.5.0
-
Stabilization of stateless widgets (#1393)
The old widget API has been completely replaced by stateless widgets (introduced in #1284). Alongside the new API, there are a bunch of new helper functions and macros for easily describing view logic (likerow!andcolumn!). -
First-class theming (#1362)
A complete overhaul of our styling primitives, introducing aThemeas a first-class concept of the library. -
Widget operations (#1399)
An abstraction that can be used to traverse (and operate on) the widget tree of an application in order to query or update some widget state. -
Lazywidget (#1400)
A widget that can call some view logic lazily only when some data has changed. Thanks to @nicksenger! -
Linear gradient support for
Canvas(#1448)
TheCanvaswidget can draw linear gradients now. Thanks to @bungoboingo! -
Touch support for
Canvas(#1305)
TheCanvaswidget now supports touch events. Thanks to @artursapek! -
ImageandSvgsupport foriced_glow(#1485)
Our OpenGL renderer now is capable of rendering both theImageandSvgwidgets. Thanks to @ids1024!
- @0x192 exported
overlay::menupublicly (#1425). - @13r0ck updated the documentation for the
integrationexamples after a rename (#1433). - @aentity added an
applicationfeature toiced_winit(#1196). - @AlistairKeiller fixed the supported backends listed in the
READMEoficed_wgpu(#1458). - @artursapek added touch support for the
Canvaswidget (#1305). - @bungoboingo
- added supported for linear gradients to the
Canvaswidget (#1448), and - fixed issues with old OpenGL versions in
iced_glow(#1518).
- added supported for linear gradients to the
- @casperstorm changed the images in the
READMEto have similar height (#1356). - @clarkmoody tweaked the system information queries (#1445).
- @Cupnfish updated
wgputo0.13(#1378). - @daladim added convenience functions for
window::Icon(#1174). - @derezzedex implemented commands to query system information (#1314).
- @fralonra
- fixed the import path in the documentation example of the pure
Canvaswidget (#1373), and - fixed the documentation for running
integration_wgpu(#1434).
- fixed the import path in the documentation example of the pure
- @icedrocket enabled the
applicationfeature iniced_glutin(#1502). - @ids1024
- documented that
window::Action::Moveis unsupported on Wayland (#1440) - replaced
lazy_static!withonce_cell(#1497) - added support for
Cow<'static, [u8]>in theImageandSvgwidgets (#1453) - implemented
ImageandSvgsupport foriced_glow(#1485) - fixed wrong conversion to
BGRAbefore passing toimageshaders (#1507), and - combined the
glow_default_system_fontanddefault_system_fontfeatures (#1505).
- documented that
- @jhannyjimenez clarified the position and alignment of text in the documentation of
Canvas(#1370). - @kaimast improved the integration of event processing for custom shells (#1230).
- @LordRatte implemented a
color!macro helper (#1227). - @Luni-4
- added a
release-optprofile to ourCargo.toml(#1346), and - improved our GitHub CI workflows (#1387).
- added a
- @maxwell8888 added a pure version of the
color_paletteexample (#1326). - @mmstick introduced additional actions for window controls (#1471).
- @mtkennerly
- added a note about the
resolverrequirement (#1339) - added missing version to the issue template (#1340)
- changed the title bar of the
PaneGridwidget to prevent content and controls from overlapping (#1361), and - changed the title bar of the
PaneGridwidget to still show content until hover when cramped (#1424).
- added a note about the
- @nicksenger
- fixed
Componentbuilding overlay with stale layout (#1341) - implemented custom
border_radiussupport forpick_list::Menu(#1396), and - implemented the
Lazywidget (#1400).
- fixed
- @pheki removed the old
purefeature from docs.rs build metadata (#1429). - @PolyMeilex addressed a bunch of
clippylints (#1379). - @RamType0 introduced
Cowsupport for theTextwidget (#1107). - @tarkah
- fixed processing logic of captured events for overlays (#1353)
- fixed alpha blending for MSAA in
iced_wgpu(#1367) - allowed overriding the value of a pure
TextInputduringdraw(#1371) - implemented
Widget::operatefor theComponentwidget (#1402) - fixed a double translation bug in the text clipping rectangle for the
Canvaswidget (#1411) - fixed the
Tooltipwidget when inside aScrollable(#1405) - changed the
Tooltiptext layout to not be constricted by the viewport size (#1414) - changed the rendering order of the
PaneGridtitle bar and its body (#1463) - fixed some issues with the
PaneGridwidget (#1480) - fixed
PickListmenu not closing when inside aScrollable(#1496) - constrained
Paddingto fit available space during layout (#1494), and - added pane maximize and restore functionality for the
PaneGridwidget (#1504).
- @ThatsNoMoon fixed the implementation of
arc_tofor theCanvaswidget (#1358). - @thenlevy fixed some issues with the
integration_wgpuexample (#1139). - @ThisIsRex added an
is_selectedargument to theStyleSheetof aRadiowidget (#1331). - @traxys implemented support to replace an existing DOM element when targeting Wasm (#1443).
- @xkenmon implemented a
sierpinski-triangleexample (#1136). - @xTeKc updated the test badge in the
README(#1450). - @wash2
- fixed synchronization of window and viewport (#1437), and
- added a
Customvariant to the built-inTheme(#1432).
- @wuxianucw relaxed the
Fntrait bounds forCommandandAction(#1409). - @wyatt-herkamp
- added an
on_pastehandler to theTextInputwidget (#1350) - updated
winitto0.27andglutinto0.29(#1410), and - updated
wgputo0.14andwgpu_glyphto0.18(#1462).
- added an