Version: 210.0.0

This commit is contained in:
metalgearsloth
2024-02-13 18:26:01 +11:00
parent e7723b61bc
commit 102cadf3a6
2 changed files with 20 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -39,6 +39,25 @@ END TEMPLATE-->
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 210.0.0
### New features
* Controls can now hook before, after, and during rendering of their children.
* IRenderHandle is now a public API, with the caveat that it's properties and methods are unstable.
* ButtonGroup now exposes what buttons it contains, alongside which is currently pressed.
@@ -63,14 +82,6 @@ END TEMPLATE-->
* UI drawing now properly accounts for a control's draw routine potentially mangling the current matrix.
* UI roots now properly update when the global stylesheet is changed. They previously only did so if they had a dedicated stylesheet (which is the one case where they would be unaffected by a global sheet update.
### Other
*None yet*
### Internal
*None yet*
## 209.0.1