Skip to content

Commit 0b8c2ca

Browse files
authored
Bump version to 4.0.0.dev5 and update changelog (#2853)
1 parent 50280b4 commit 0b8c2ca

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
99
- GUI: Added `UIInteractiveSpriteWidget` — combines `UIInteractiveWidget` and `UISpriteWidget` to make sprites clickable and hoverable in the UI tree. See [#2847](https://github.com/pythonarcade/arcade/pull/2847)
1010
- Supports `hovered`, `pressed`, and `disabled` states with `on_click` event dispatch.
1111
- Widget size defaults to the sprite's texture dimensions, overridable with explicit `width`/`height`.
12+
- Added `TextPool` - provides a mechanism for caching Text objects for re-use
1213

14+
### Fixes
15+
16+
- Fixed an issue where pixel scaling for high-dpi displays did not work correctly in web browsers via Pyodide. See [#2846](https://github.com/pythonarcade/arcade/pull/2846)
17+
- Fixed issues with update/draw rate handling that changes with Pyglet 3, rates are now handled properly between desktop and browser. See [#2845](https://github.com/pythonarcade/arcade/pull/2845)
18+
- Fixed caret behavior not responding appropriately when activating an input field. See [#2850](https://github.com/pythonarcade/arcade/pull/2850)
1319
## 4.0.0.dev4
1420

1521
### New Features

arcade/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0.dev4
1+
4.0.0.dev5

0 commit comments

Comments
 (0)