iced 0.14 has been released (Rust GUI library)
4 days ago
- #rust
- #updates
- #gui-framework
- Added reactive rendering, time travel debugging, and animation API for application code.
- Introduced headless mode testing, first-class end-to-end testing, and input method support.
- Implemented hot reloading, concurrent image decoding, and uploading.
- Enhanced comet debugger and devtools foundations with presentation and custom performance metrics.
- Added various widgets like table, grid, sensor, float, pin, and auto_scroll support.
- Improved markdown parsing with customizable rendering, quote support, and tasklist support.
- Added crisp feature for default quad snapping and basic layer merging for graphics.
- Introduced headless mode for iced_wgpu and concurrency foundations.
- Enhanced text alignment, mouse events, and window settings with new fields and methods.
- Updated dependencies including wgpu, cosmic-text, resvg, and wasmtimer.
- Fixed various bugs related to layout, rendering, input methods, and window events.
- Removed deprecated methods and dependencies like is_over in Overlay trait and palette dependency.
- Acknowledged contributions from numerous developers.