Skip to content

Releases: insolor/tkinter-layout-helpers

0.3.0

03 Jun 11:02
Compare
Choose a tag to compare

What's Changed

  • Fixed annotations of context managers and helpers (#14)

Full Changelog: 0.2.0...0.3.0

0.2.0

26 May 17:13
4c18dea
Compare
Choose a tag to compare

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

0.1.2

18 Jun 21:39
Compare
Choose a tag to compare

Add skip method to leave empty cells in the current row

0.1.1

18 Jun 21:14
Compare
Choose a tag to compare

Some useful improvements:

  • Added row_configure method to Row
  • Added configure method to Row to call grid_rowconfigure on the parent widget
  • Changed priority of arguments passed to a grid method

0.1.0

18 Jun 20:28
Compare
Choose a tag to compare

The first release