Amethyst v0.15.0 Release Notes

Release Date: 2020-03-24 // about 4 years ago
  • โž• 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)