All Versions
26
Latest Version
Avg Release Cycle
77 days
Latest Release
228 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.0 Changes
June 17, 2020- Convert HISTORY.rst to Markdown and rename to CHANGELOG.md.
- Convert README.rst, AUTHORS.rst and CONTRIBUTING.rst to Markdown, and change extension to .md.
- โก๏ธ Update CONTRIBUTING.md to reflect use of
poetry
. - ๐ Drop contributing.rst from documentation.
- 0๏ธโฃ Rename default branch 'master' to 'main'.
-
v2.0.1 Changes
June 02, 2020- ๐ Set beautifulsoup4 requirement to >= 4.8.0 (fixes #216).
- ๐ Do not assume all inputs are inside labels (fixes #215).
-
v2.0.0 Changes
June 01, 2020- ๐ Use poetry (https://python-poetry.org/) for dependency management and packaging.
- โฌ๏ธ Drop support for Python 3.5.
- ๐ Fix form-check-{label,input} classes applied too broadly. These should only be applied to labels and inputs found underneath the enclosing widget div for radio and checkbox select, not on the whole document.
- ๐ Allow to display radio and checkbox elements inline using the
form-check
classes.
-
v1.1.2 Changes
December 13, 2019- Restructure tox and Makefile.
- ๐ Add test for
bootstrap4.__version__
.
-
v1.1.1 Changes
December 11, 2019- โ Remove tag command from Makefile.
- ๐ Reinstate
bootstrap4.__version__
(#186). - โ Add test for using a different jQuery version (#184).
-
v1.1.0 Changes
December 09, 2019- โก๏ธ Update default Bootstrap to v4.3.1
- โ Add support for Python 3.8, Django 3 and Django master
- โ
Switch to Django
manage.py
for test running - โก๏ธ Update Makefile commands
- โก๏ธ Update tox configuration
- ๐ Use correct license (BSD-3-Clause)
- ๐ Fix typo's in docstrings
- โก๏ธ Update Travis configuration
- โฌ๏ธ Drop MANIFEST.in, use setuptools_scm
- Stop using _version.py, use git tags for versioning
- ๐ Fixed issues with labels and input (#174 and #181)
-
v1.0.1 Changes
August 30, 2019- ๐ Fix support for Python 3.5 (#168).
- Set correct Python versions in setup.py.
- ๐ Fix
make test
command.
-
v1.0.0 Changes
August 30, 2019- 0๏ธโฃ Set default class for buttons to
btn-primary
(#150. - โฌ๏ธ Drop support for Python 2 and Django 1.11, 2.0 and 2.1 (#155).
- Template tag
bootstrap_field
now allows 3 values forshow_label
:True
,False
,sr-only
andskip\
. In the case ofFalse
/sr-only
the label is hidden but present for screen readers. Whenshow_label
is set toskip
, the label is not generated at all. - ๐ Fix validation on input groups (#122).
- No longer duplicate jquery in bootstrap4.html (#139, #140).
- Apply
form-check
,form-check-label
andform-check-input
classes to appropriate tags forRadioSelect
andCheckboxSelectMultiple
widgets (#141). - Errors on file inputs are shown (#146).
- Only display non-field errors in form alert block (#161).
- Reinstate
bootstrap4_title
block tobootstrap4.html
(#156). - ๐ Fix typo in
alert-dismissible
class (#142). - Honor the
form_group_class
parameter in thebuttons
tag (#162).
- 0๏ธโฃ Set default class for buttons to
-
v0.0.8 Changes
March 12, 2019- โฌ๏ธ Drop support for the
base_url
setting (#105). - โ Remove use of \"falsy\" as a string literal (#111).
- ๐ Fix javascript inclusion bugs (#71).
- ๐ Allow email to have addons (#131).
- Do not mark placeholder text as safe (#135).
- โฌ๏ธ Drop support for the
-
v0.0.7 Changes
August 22, 2018- ๐ Improve alert accessibility (#93.
- โ Add a new widget: RadioSelectButtonGroup (#103.
- ๐ Several fixes and improvements to HTML renderin.
- โ Switch to explicit Travis test.
- โฌ๏ธ Upgrade Bootstrap to 4.1.1
- โฌ๏ธ Upgrade jQuery to 3.3.1
- โฌ๏ธ Upgrade Popper to 1.14.3
- ๐ Fixed
bootstrap4.html
to add jQuery per settinginclude_jquery=[False|'full'|'slim']
. - ๐ Adopt Black formatting, see https://github.com/ambv/black.