Skip to content

Releases: beeware/travertino

0.3.0

15 Aug 22:27
5b8b526
Compare
Choose a tag to compare

Features

  • Layout nodes can now track the minimum permitted layout size in addition to the current actual layout size. (#78)

Backward Incompatible Changes

  • Support for Python 3.7 was removed. (#80)

Misc

0.2.0

24 Mar 01:08
95767a1
Compare
Choose a tag to compare

Features

  • Node now supports the clear method in order to clear all children. (#23)
  • Constants for absolute and relative font sizing were added. (#43)

Bugfixes

  • Handling of none as a property value has been corrected. (#3)

Improved Documentation

  • Details on towncrier and pre-commit ussage were added to the README. (#18)

Misc

v0.1.3

25 May 01:14
b23dbdb
Compare
Choose a tag to compare

Features

  • Introduced some constants used by Pack that have more general uses. (#5)
  • Added the ability to add, insert and remove children from a node tree. (#10)
  • Added color validation in rgba and hsla constructors (#17)
  • Added support for declaring a system default font size. (#19)

Misc