Skip to content

1.1.2

Compare
Choose a tag to compare
@Atlamillias Atlamillias released this 22 Sep 21:00
· 53 commits to master since this release

Breaking:

  • corrected Applications .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 the menu module (experimental -- a warning is issued during import)
  • added the .identify method to ThemeElementTypes

Fixes:

  • fixed an issue where the wrong Table API was used depending on the installed dearpygui version
  • the SupportsSized mixin now properly returns calculated values for the rect_min/max properties when necessary
  • Viewports "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 of mvAll
  • changed the dependent dearpygui version to >= 1.9.0 (formerly locked to 1.9.x)