You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Changelog
2
2
3
-
## [Unreleased]
3
+
## [0.3.0] - 2020-11-02
4
+
5
+
We have a new documentation website! Check out [torchbox.github.io/django-pattern-library](https://torchbox.github.io/django-pattern-library/).
4
6
5
7
### Added
6
-
- Support for Django 3.1
8
+
9
+
- This package now supports Django 3.1, and has tentative support for Django 3.2
10
+
- Implement optional default for [override_tag](https://torchbox.github.io/django-pattern-library/reference/api/#override_tag) ([#125](https://github.com/torchbox/django-pattern-library/issues/125))
11
+
- A new `render_patterns` command makes it possible to export the pattern library templates for automated tests or static hosting ([#16](https://github.com/torchbox/django-pattern-library/issues/16), [#17](https://github.com/torchbox/django-pattern-library/issues/17))
7
12
8
13
### Removed
9
-
- Support for Django 1.11
10
-
- Support for Django 2.0
11
-
- Support for Django 2.1
14
+
15
+
- We no longer support Django 1.11, 2.0, 2.1
12
16
- The project no longer includes polyfills for all ES6 features, and only supports modern browsers.
0 commit comments