Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 1.12 KB

Changelog

v0.3.6 (2021-09-08)

Fix

  • Correctly replace dialog 'on_click' handlers (7c15377)

v0.3.5 (2021-02-27)

Fix

  • Correct how named colors are looked up (dc14949)
  • Update deprecated code in the themes. (9178939)
  • Correctly initialize the root group (825ba6f)
  • Prevent root widgets from drawing/undrawing during init() (5165b50)

v0.3.4 (2020-10-05)

Fix

  • Set button foreground widget (8cc807f)

Documentation

  • Describe gotcha with ScrollBox and HBar/VBar (c943303)