Skip to content

Commit 6ae5fe4

Browse files
committed
Update CHANGELOG.md to reflect UIScrollArea enhancements and UIDropdown positioning fix
1 parent 0eb3c08 commit 6ae5fe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
99
- Adds a new `arcade.NoAracdeWindowError` exception type. This is raised when certain window operations are performed and there is no valid Arcade window found. Previously where this error would be raised, we raised a standard `RuntimeError`, this made it harder to properly catch and act accordingly. This new exception subclasses `RuntimeError`, so you can still catch this error the same way as before. The `arcade.get_window()` function will now raise this if there is no window.
1010
- Along with the new exception type, is a new `arcade.windows_exists()` function which will return True or False based on if there is currently an active window.
1111
- GUI
12-
- `UIManager` did not apply size hint of (0,0). Mainly an issue with `UIBoxLayout`.
12+
- `UIManager` did not apply size hint of (0,0). Mainly an issue with `UIBoxLayout`.
13+
- Allow multiple children in `UIScrollArea`.
14+
- Fix `UIDropdown Overlay` positioning within a `UIScrollArea`.
1315

1416
## 3.3.3
1517

0 commit comments

Comments
 (0)