Skip to content

v0.3.0

Compare
Choose a tag to compare
@thibaudcolas thibaudcolas released this 03 Nov 13:50

We have a new documentation website! Check out torchbox.github.io/django-pattern-library.

Added

  • This package now supports Django 3.1, and has tentative support for Django 3.2
  • We also now support Python 3.9
  • Implement optional default for override_tag (#125)
  • A new render_patterns command makes it possible to export the pattern library templates for automated tests or static hosting (#16, #17)
  • Permit variable template names in extends and include tags (#112)

Removed

  • We no longer support Django 1.11, 2.0, 2.1
  • The project no longer includes polyfills for all ES6 features, and only supports modern browsers.

Fixed

  • Pages and fragments are now handled correctly again (#119)
  • PyPI package metadata now uses absolute URLs to GitHub (#120).