Releases: insolor/tkinter-layout-helpers
Releases · insolor/tkinter-layout-helpers
0.3.0
What's Changed
- Fixed annotations of context managers and helpers (#14)
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
This is the first pypi.org release of the project
- Name of the project changed to tkinter_layout_helpers
- Added a helper for
.pack()
layout - Dropped support of Python 3.6
- Raw classes converted into
dataclasses
- Some fields were protected (at least to remove them from IDE hints)
Full Changelog: 0.1.2...0.2.0