We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5afc5 commit 4d66523Copy full SHA for 4d66523
1 file changed
CHANGELOG.md
@@ -3,6 +3,19 @@
3
You can grab pre-release versions from PyPi. See the available versions from the
4
Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
5
6
+
7
+## Version 3.0.1 (unreleased)
8
9
+### Bug Fixes
10
11
+- Fixed blurriness in `UIWidget` text during interaction
12
+- Resolved issue with `UIDropdown.hide()` when no parent exists
13
+- Corrected event order bug in `UIWidget`
14
15
+### Enhancements
16
17
+- Added style support for `UIDropbox` buttons
18
19
## Version 3.0.0
20
21
Version 3.0.0 is a major update to Arcade. It breaks compatibility with the 2.6 API.
0 commit comments