Bootstrap Flask Versions Save

Bootstrap 4 & 5 helper for your Flask projects.

1.8.0

2 years ago

This is the last version that supports Python 2.

Some new features in this version:

  • A better way to pass table action URLs (#146, #151)
  • Some configurations to change table action titles (#140)
  • SRI support (#142)

See the changelog for details: https://github.com/greyli/bootstrap-flask/blob/master/CHANGES.rst#180

Thanks to @yuxiaoy1 and @caffeinatedMike!

1.7.0

2 years ago

The version includes a lot of improvements on render_table, especially for the table actions.

  • Add a custom_actions parameter for the render_table macro. When passing a list of tuples [(title, bootstrap icon, link)] to the custom_actions parameter, the render_table macro will create an icon (link) on the action column for each tuple in the list. The title text (first index of each tuple) will show when hovering over each custom_actions button. #134
  • Update Bootstrap Icons to v1.5.0.
  • Improve action icons for render_table, now the icons can be styled with the action-icon class. #137
  • Change the default action_pk_placeholder to ':id'. The support to the old value will be removed in version 2.0. #138

1.6.0

3 years ago
  • Add a new_url parameter for the render_table macro. When passing an URL to the new_url parameter, the render_table macro will create an icon (link) on the action header (#133).
  • Fix the display of the delete icon for the render_table macro (#132).

1.5.3

3 years ago

A bugfix release.

See the changelog for more details.

1.5.2

3 years ago

A bugfix release:

  • Fix render_table macro for the breaking change in SQLAlchemy >= 1.4 (PR #124, thanks to @Demetriex)

Use the following command to upgrade:

pip install -U bootstrap-flask