Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@hoffstadt hoffstadt released this 16 Oct 05:16
· 435 commits to master since this release

TL:DR;

  • This is a maintenance release with a handful of fixes.
  • Raspberry Pi 4 (python 3.7) is now supported.

Version 1.0 availability as of now:

Platform Python 3.6 Python 3.7 Python 3.8 Python 3.9 Python 3.10
Windows 10 ✔️ ✔️ ✔️ ✔️ ✔️
macOS ✔️ ✔️ ✔️ ✔️ ✔️
Linux ✔️ ✔️ ✔️ ✔️ ✔️
Raspberry Pi 4 ✔️

Changelog

Fixes

  • fix (mvItemRegistry): color map render order to fix #1335
  • fix (themes): fixed enabled/disabled theme setting issues
  • fix (mvTable): fixed tooltips not working in table #1255
  • fix (mvCollapsingHeader): fixed default_open #1327
  • fix (mvNodeLink): fixed node link theme bleeding #1269
  • fix (mvItemRegistry): temp. fix for delayed search not cleaning up
  • fix: fixed themes not binding to node attributes #1320 (#1329)
  • fixed show_item_registry() not rendering widgets #1321

misc

  • removed unused keywords from a few items
  • reduced Linux wheel sizes from 80mb to ~3mb (thanks mindv0rtex)