All Versions
26
Latest Version
Avg Release Cycle
77 days
Latest Release
228 days ago

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 for show_label: True, False, sr-only and skip\. In the case of False / sr-only the label is hidden but present for screen readers. When show_label is set to skip, 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 and form-check-input classes to appropriate tags for RadioSelect and CheckboxSelectMultiple widgets (#141).
    • Errors on file inputs are shown (#146).
    • Only display non-field errors in form alert block (#161).
    • Reinstate bootstrap4_title block to bootstrap4.html (#156).
    • ๐Ÿ›  Fix typo in alert-dismissible class (#142).
    • Honor the form_group_class parameter in the buttons tag (#162).
  • 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).
  • 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 setting include_jquery=[False|'full'|'slim'].
    • ๐Ÿ‘€ Adopt Black formatting, see https://github.com/ambv/black.