1.1.2
Breaking:
- corrected
Application
s.version
property, which was misspelled as.verison
New:
Runtime
:- added methods
.get_exit_callback
,.set_exit_callback
- added the optional keyword argument debug_aware the
.start
method
- added methods
- added the
menu
module (experimental -- a warning is issued during import) - added the
.identify
method toThemeElementType
s
Fixes:
- fixed an issue where the wrong
Table
API was used depending on the installeddearpygui
version - the
SupportsSized
mixin now properly returns calculated values for therect_min/max
properties when necessary Viewport
s "fullscreen" behaviors no longer do the opposite of what was intended
Misc;
- the
AppItemType.root_parent
property is now much more likely to return a proper item interface instead of an instance ofmvAll
- changed the dependent
dearpygui
version to>= 1.9.0
(formerly locked to 1.9.x)