- updated to bevy 0.16
- new shadow styles for text shadow
- new full rect image border rules.
- new atlas & sprite animation system.
- multiple minor bug fixes
-
added support for
overflow_clip_margin -
added new
on_changedfunction binding attribute for all nodes. Does nothing by default. Must be triggered by the user. For notifying change in custom widgets. -
added
scrollto overflow values. -
added
shadow_color,shadow_blur,shadow_spreadandshadow_offsetfor the new box shadow. These values can all be used with conditional styling and easing! -
added
image_regionstyle attribute.(float,float)(float,float)-> maps toRectand can be used together with theimage-Node. -
added new optional
bevy_hui_widgetssub crate. Provides helper functions for some basic widgets. Checkout the new example.
- First release