File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
1212- Added ` Text.visible ` (bool) property to control the visibility of text objects.
1313- Fixed an issue causing points and lines to draw random primitives when
1414 passing in an empty list.
15+ - GUI
16+ - Fix caret did not deactivate because of consumed mouse events. [ 2725] ( https://github.com/pythonarcade/arcade/issues/2725 )
17+ - Property listener can now receive:
18+ - no args
19+ - instance
20+ - instance, value
21+ - instance, value, old value
22+ > Listener accepting ` *args ` receive ` instance, value ` like in previous versions.
1523
1624## 3.3.0
1725
@@ -36,12 +44,6 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
3644 - Added property setters for ` center_x ` and ` center_y `
3745 - Added property setters for ` left ` , ` right ` , ` top ` , and ` bottom `
3846 - Users can now set widget position and size more intuitively without needing to access the ` rect ` property
39- - Property listener can now receive:
40- - no args
41- - instance
42- - instance, value
43- - instance, value, old value
44- > Listener accepting ` *args ` receive ` instance, value ` like in previous versions.
4547
4648- Rendering:
4749 - The ` arcade.gl ` package was restructured to be more modular in preparation for
You can’t perform that action at this time.
0 commit comments