| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Amethyst 0.15.0 source code.tar.gz | 2020-03-24 | 20.6 MB | |
| Amethyst 0.15.0 source code.zip | 2020-03-24 | 21.0 MB | |
| README.md | 2020-03-24 | 2.6 kB | |
| Totals: 3 Items | 41.6 MB | 0 | |
Added
- Support settings module log levels from a RON file. (#2115)
- Export the
get_parent_pixel_sizefunctions from the ui module. ([#2128) - Export the
pixel_widthandpixel_heightmethods on theUiTransform. ([#2128) - Support UiEvents targeting multiple overlapping entities. (#2138)
"storage-event-control"feature enables thespecs"storage-event-control"feature. (#2152)
Changed
- Re-export
TargetedEventfromamethyst_ui. (#2114) amethyst::ui::Anchoris nowCopy. (#2148)amethyst::ui::LineModeis nowCopy. (#2148)UiButtonBuilder::buildtakes in&mut UiButtonBuilderResources. (#2148)- Breaking:
UiBundledepends onInputBundlebeing registered with the dispatcher first. (#2151) - Re-export
UiImageLoadPrefabfromamethyst_ui. (#2169, #2181) - Don't remove
HiddenPropagatecomponents 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_uiexample 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_testcrate features now map 1-1 toamethystfeatures. (#2153)