github iced-rs/iced 0.3.0

latest releases: 0.13.1, 0.13.0, ai-chat...
3 years ago

Added

  • Touch support. #57 #650 (thanks to @simlay and @discordance!)
  • Clipboard write access for
    • TextInput widget. #770
    • Application::update. #773
  • image::Viewer widget. It allows panning and scaling of an image. #319 (thanks to @tarkah!)
  • Tooltip widget. It annotates content with some text on mouse hover. #465 (thanks to @yusdacra!)
  • Support for the smol async runtime. #699 (thanks to @JayceFayne!)
  • Support for graceful exiting when using the Application trait. #804
  • Image format features in iced_wgpu to reduce code bloat. #392 (thanks to @unrelentingtech!)
  • Focused and Unfocused variant to window::Event. #701 (thanks to @cossonleo!)
  • WGPU_BACKEND environment variable to configure the internal graphics backend of iced_wgpu. #789 (thanks to @Cupnfish!)

Changed

Fixed

  • Button events not being propagated to contents. #668
  • Incorrect overlay implementation for the Button widget. #764 (thanks to @thenlevy!)
  • Viewport::physical_width returning the wrong value. #700 (thanks to @TannerRogalsky!)
  • Outdated documentation for the Sandbox trait. #710 (thanks to @GunpowderGuy!)

Don't miss a new iced release

NewReleases is sending notifications on new releases.