Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
- Improved performance of `arcade.hitbox.Hitbox.get_adjusted_points()` ~35%
- Improved performance of `arcade.SpriteList.draw_hit_boxes()` ~20x
- GUI
- `arcade.gui.widgets.text.UIInputText`
- now supports styles for `normal`, `disabled`, `hovered`, `pressed` and `invalid` states
- provides a `invalid` property to indicate if the input is invalid
- Added experimental `arcade.gui.experimental.UIRestrictedInput`
a subclass of `UIInputText` that restricts the input to a specific set of characters
- `arcade.gui.NinePatchTexture` is now lazy and can be created before a window exists allowing creation during imports.
- Improve `arcade.gui.experimental.scroll_area.ScrollBar` behavior to match HTML scrollbars
- `arcade.gui.widgets.text.UIInputText`
- now supports styles for `normal`, `disabled`, `hovered`, `pressed` and `invalid` states
- provides a `invalid` property to indicate if the input is invalid
- Added experimental `arcade.gui.experimental.UIRestrictedInput`
a subclass of `UIInputText` that restricts the input to a specific set of characters
- `arcade.gui.NinePatchTexture` is now lazy and can be created before a window exists allowing creation during imports.
- Improve `arcade.gui.experimental.scroll_area.ScrollBar` behavior to match HTML scrollbars
- Support drawing hitboxes using RBG or RGBA

## Version 3.0.2
Expand Down
Loading