Skip to content

Commit 0f2cbe3

Browse files
committed
Update changelog
1 parent 2bf1563 commit 0f2cbe3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)