File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG FOR CRISPY-BOOTSTRAP5
2
2
3
+ ## 0.5 (2021-08-20)
4
+ * Added support for [ Accordion Flush] ( https://getbootstrap.com/docs/5.0/components/accordion/#flush ) and
5
+ [ Always Open] ( https://getbootstrap.com/docs/5.0/components/accordion/#always-open ) (#63 )
6
+ * Added support for grouped inputs (#64 )
7
+ * Added support for clearable file field (#53 )
8
+ * Removed various ` |safe ` filters in templates
9
+
10
+ See [ Milestones] ( https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/6?closed=1 ) for full changelog.
11
+
12
+
3
13
## 0.4 (2021-05-27)
4
14
* Added support for Bootstrap 5 Floating Labels (#42 )
5
15
* Dropped support for Django 3.0
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import setup
4
4
5
- VERSION = "0.4 "
5
+ VERSION = "0.5 "
6
6
7
7
8
8
def get_long_description ():
You can’t perform that action at this time.
0 commit comments