forked from texperience/django-bootstrap-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
50 lines (37 loc) · 1.15 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Changelog
=========
0.5.0 (xxxx-xx-xx) - IN DEVELOPMENT
-----------------------------------
0.4.0 (2016-11-19)
------------------
* Upgraded to Bootstrap 3.3.7
* Upgraded to jQuery 1.12.4
* Upgraded to Font Awesome 4.7.0
* Added support for Django 1.10
* Dropped support for Django 1.7
0.3.0 (2016-11-05)
------------------
* Upgraded to Bootstrap 3.3.6
* Upgraded to Font Awesome 4.5.0
* Moved project to texperience
0.2.0 (2015-12-13)
------------------
* Implemented grid column offsets
* Added grid column pushes and pulls
* Added support for Django 1.9
* Added support for Python 3.5
0.1.0 (2015-08-03)
------------------
* Implemented session-based theme switcher
* Integrated Bootstrap and Bootswatch themes
* Provided template for list groups
* Implemented panels in template tag API
* Implemented list groups in template tag API
* Implemented grid system in template tag API
* Introduced template tag API
* Provided full-featured Bootstrap base template
* Provided clean HTML5 base template
* Integrated Font Awesome 4.3.0
* Implemented codebase on Bootstrap 3.3.5
* Established support for Django 1.7 and 1.8
* Established support for Python 2.7, 3.3 and 3.4