Changelog History
Page 2
-
v1.9.0 Changes
February 28, 2020- โ Removed support for Python 2.
- โ Removed support for Django versions prior to 2.2.
- 0๏ธโฃ CSS for Column layout object in Bootstrap 4 template pack changed to 'col-md'. Default is now over ridden when another 'col' class is added to css_class.
๐ See the 1.9.0 Milestone for the full change list.
-
v1.8.1 Changes
November 22, 2019- ๐ Fixing FileField UI bug introduced with 1.8.0
- โ Remove is-valid css class for radio (bug introduced with 1.8.0)
- ๐ Various alignment and margin fixes for Bootstrap 4 template pack
- Documentation : using read-the-docs template, documenting how to run test suite, documenting use_custom_control help attributes
๐ See the 1.8.1 Milestone for the full change list.
-
v1.8.0 Changes
October 17, 2019- โก๏ธ Updated compatibility for Django 1.11, 2.1, 2.2 and 3.0 in line with Django's supported versions policy.
- Numerous improvements to the Bootstrap 4 template pack, which may now be considered mature.
Here are some changes that might affect custom templating you already have in place when using Bootstrap 4 :
* Using [Custom Forms for radio and checkbox](https://www.w3schools.com/bootstrap4/bootstrap_forms_custom.asp). You may disable this by setting `FormHelper.use_custom_control = False`. * Using [Bootstrap 4 `"form-row"` class in place of `"row"`](https://getbootstrap.com/docs/4.3/components/forms/#form-row). * Fixing [layout hierarchy between input and its label for checkbox and radio](https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios).
Links are to the relevant Bootstap 4 docs.
๐ See the 1.8.0 Milestone for the full change list.
๐ Many thanks to all involved in bringing together a great release!
-
v1.7.2 Changes
March 09, 2018- ๐ Bugfixes following v1.7.1
๐ See 1.7.1 Milestone for full issue list.
-
v1.7.1 Changes
March 05, 2018- Bootstrap 4 template pack.
๐ See 1.7.1 Milestone
for full issue list. -
v1.7.0 Changes
October 17, 2017- ๐ Fixes compatibility with Django 2.0
- ๐ Various other fixes.
๐ See 1.7 Milestone for full issue list.
-
v1.6.1 Changes
October 17, 2016- Updates compatibility for Django 1.10
- A number of small Bootstrap 4 fixes.
๐ See 1.6.1 Milestone for full issue list.
-
v1.6.0 Changes
January 07, 2016- Fixed compatibility with Django 1.9
- Dropped support for Django 1.7
- Added Bootstrap 4 template pack
- Other small fixes.
๐ See 1.6.0 Milestone for full issue list.
-
v1.5.2 Changes
September 10, 2015- Fix: KeyError: u'wrapper_class' when clearing template context. #511, #512
- Fix: Alignment of stacked checkboxes and radio buttons in Bootstrap 3 #358
๐ See 1.5.2 Milestone for full issue list.
-
v1.5.1 Changes
August 21, 2015๐ Special thanks in this release to Dmitry Dygalo @Stranger6667 for a marathon effort updating the โ test suite and code base.
- Switched to py.test. Modernised test suite. Enabled tox, code coverage and Travis for all supported Python/Django versions. See list of Merged "Testing/Process" PRs here
- Added compatibility with Python 3.2
- Fix: Allow LayoutObject & BaseInputs to accept custom template #493