v0.3.0
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.