Skip to content

v3.0.0

Compare
Choose a tag to compare
@gdubicki gdubicki released this 31 Mar 17:03
· 821 commits to master since this release
884a47f

This is a bugfix and maintenance release. The major version is bumped because of the Python 3.5 support drop.

(The post releases of 3.0.0 have been made only to update the README shown in PyPI.)

Features:

  • Change the default sort order of facts table to a-z, instead of z-a (#572)
  • Revamp the README (#601)

Bugfixes:

  • Fix noop class in _macros.html (#588)
  • Fix listing nodes with boolean fact values (#583)
  • Fix auto-resize in radiator view (#605)
  • Fix issue with no render when facts are empty (#607)

Other:

  • Drop Python 3.5 support (#593)
  • Update jQuery to 3.5.1 (#592)
  • Manage any other exception for get_or_abort (#606)
  • Improve getting resources from CDN (#609)
  • Migrate from Travis to GitHub Actions (#604)
  • New official Docker image (#616)