Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 4.8 KB

CHANGELOG.rst

File metadata and controls

85 lines (50 loc) · 4.8 KB

Changelog

0.3.0 (2023-08-16)

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 (2023-03-24)

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

0.1.3 (2020-05-25)

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

0.1.2

  • Added constants for system and message fonts
  • Added hash method to fonts and colors

0.1.1

  • Added font definitions

0.1.0

Initial release.