Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@Luke-Poeppel Luke-Poeppel released this 11 Jun 23:27
· 16 commits to master since this release

v0.4.0 June 11, 2021

Added

  • Upgraded styling system for the package with the style.py module. Created NodeStyle and ConnectorStyle objects to be used with the Tree. We can now customize several different features of the document, tree, and nodes.

Changed

  • All of the CSS and HTML templates (exluding the libraries, of course) are gone. They now come from strings (parsed by
    a jinja2 template) made in the style module.