Skip to content

Releases: helloflask/bootstrap-flask

2.4.1

03 Oct 15:12
Compare
Choose a tag to compare

What's Changed

  • Fix the badge classes in render_nav_item macro for Bootstrap 5 by @greyli in #365
  • Add _badge_classes param to the render_nav_item macro to set badge classes by @greyli in #365
  • Support bootswatch_theme as parameter to load_css by @jbussdieker in #369

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

07 Apr 13:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.4.0

2.3.3

30 Nov 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

Version 2.3.2

12 Oct 00:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.2

Version 2.3.1

11 Oct 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

Version 2.3.0

24 Jul 13:26
Compare
Choose a tag to compare

What's Changed

  • Drop Python 3.7 support, and test against Python 3.11.
  • Support rendering enums in tables by their labels (#271 Thanks @PanderMusubi).
  • Support creating action URLs for dict data (#284 Thanks @nickovs).
  • Upgrade to Bootstrap 5.3.0, Bootstrap Icons 1.10.5, and Popper 2.11.8.

New Contributors

Full Changelog: 2.2.0...2.3.0

Version 2.2.0

20 Nov 09:41
Compare
Choose a tag to compare

New feature release!

  • Drop Python 3.6 support, and test against 3.10.
  • Add support for strict Content Security Policy (CSP) (#252) Thanks @Dosenpfand
  • Upgrade to Bootstrap 5.2.2, Popper 2.11.6, Bootswatch 5.2.2, and Boostrap Icons 1.9.1 (#257) Thanks @PanderMusubi

See the full changes in the changelog: https://github.com/helloflask/bootstrap-flask/blob/master/CHANGES.rst#220

Version 2.1.0

20 Aug 14:31
Compare
Choose a tag to compare

Features:

  • Add safe_columns and urlize_columns parameters to render_table macro
    to support rendering table column as HTML/URL (#204). Thanks @PanderMusubi

Changes:

  • Rename the badge parameter of render_nav_item macro to _badge.
  • Rename the use_li parameter of render_nav_item macro to _use_li.

Version 2.0.2

27 Feb 13:38
Compare
Choose a tag to compare

A bugfix release for Bootstrap 5 support:

  • Add the missing form-select class for Bootstrap 5 form select fields (#211).

Thanks to @a2yp!

Version 2.0.1

27 Jan 14:33
Compare
Choose a tag to compare

A fix release for the 2.0 version.

  • Remove extra quotaion mark in render_nav_item (#201).
  • Fix signature of Bootstrap.__init__() incompatible with older version (#198).

Thanks to @davidlesieur and @msoucy!