Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Amethyst 0.15.0

Compare
Choose a tag to compare
@azriel91 azriel91 released this 24 Mar 01:14
6453a83

Added

  • Support settings module log levels from a RON file. (#2115)
  • Export the get_parent_pixel_size functions from the ui module. ([#2128)
  • Export the pixel_width and pixel_height methods on the UiTransform. ([#2128)
  • Support UiEvents targeting multiple overlapping entities. (#2138)
  • "storage-event-control" feature enables the specs "storage-event-control" feature. (#2152)

Changed

  • Re-export TargetedEvent from amethyst_ui. (#2114)
  • amethyst::ui::Anchor is now Copy. (#2148)
  • amethyst::ui::LineMode is now Copy. (#2148)
  • UiButtonBuilder::build takes in &mut UiButtonBuilderResources. (#2148)
  • Breaking: UiBundle depends on InputBundle being registered with the dispatcher first. (#2151)
  • Re-export UiImageLoadPrefab from amethyst_ui. (#2169, #2181)
  • Don't remove HiddenPropagate components set by users manually. (#2155)

Removed

  • "nightly" feature is removed, missing resource panic message includes type name on stable. (#2136)

Fixed

  • Fixed an issue with states_ui example loading items incorrectly. (#2117)
  • Editable text fields now correctly highlight strings containing spaces. (#2108, #2143)
  • Caret for editable text box is drawn in correct position. (#2146, #2149)
  • Caret for editable text box is positioned correctly on first click. (#2151)
  • Editable text is correctly blurred / unfocused when clicking outside its bounds. (#2091, #2151)
  • amethyst_test crate features now map 1-1 to amethyst features. (#2153)