Releases: helloflask/bootstrap-flask
Releases Β· helloflask/bootstrap-flask
2.4.1
What's Changed
- Fix the badge classes in
render_nav_item
macro for Bootstrap 5 by @greyli in #365 - Add
_badge_classes
param to therender_nav_item
macro to set badge classes by @greyli in #365 - Support
bootswatch_theme
as parameter toload_css
by @jbussdieker in #369
New Contributors
- @jbussdieker made their first contribution in #369
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- support Python 3.12 by @PanderMusubi in #335
- replaced deprecated color muted with secondary by @PanderMusubi in #340
- Adding body_classes parameter to render_table by @fsalum in #350
- switch to pyproject.toml by @180909 in #354
New Contributors
Full Changelog: 2.3.3...2.4.0
2.3.3
What's Changed
- Upgrade Bootstrap Icon to 1.11.2 by @PanderMusubi in #347
- Add release workflow file by @greyli in #348
Full Changelog: 2.3.2...2.3.3
Version 2.3.2
Version 2.3.1
What's Changed
- Upgrade to Bootstrap 5.3.2, Bootswatch 5.3.1, and Bootstrap Icons 1.11.1. by @PanderMusubi in #310 and #319
- Fix typos in Macros.rst by @ZacheryFaria in #325
- Set up new live demo at https://bootstrap-flask-example.azurewebsites.net/ by @greyli in #328
New Contributors
- @ZacheryFaria made their first contribution in #325
Full Changelog: 2.3.0...2.3.1
Version 2.3.0
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
- @nickovs made their first contribution in #284
- @cthoyt made their first contribution in #292
- @guidoiaquinti made their first contribution in #296
Full Changelog: 2.2.0...2.3.0
Version 2.2.0
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
Features:
- Add
safe_columns
andurlize_columns
parameters torender_table
macro
to support rendering table column as HTML/URL (#204). Thanks @PanderMusubi
Changes:
- Rename the
badge
parameter ofrender_nav_item
macro to_badge
. - Rename the
use_li
parameter ofrender_nav_item
macro to_use_li
.
Version 2.0.2
Version 2.0.1
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!