File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,20 @@ Release date: -
1010- Drop Python 2 and 3.5 support.
1111
1212
13- 1.7.1
13+ 1.8.0
1414-----
1515
16- Release date: -
16+ Release date: 2021/9/5
1717
1818- Fix bootswatch theme bug: remove theme name ``'default' `` (`#141 <https://github.com/greyli/bootstrap-flask/pull/141 >`__).
1919- Add configuration ``BOOTSTRAP_TABLE_VIEW_TITLE ``, ``BOOTSTRAP_TABLE_EDIT_TITLE ``,
2020 ``BOOTSTRAP_TABLE_DELETE_TITLE ``, ``BOOTSTRAP_TABLE_NEW_TITLE `` to support changing
2121 the icon title of table actions.
2222- Introduce a new and better way to pass table action URLs to support the usage of ``Flask ``'s path converters
23- (`#146 <https://github.com/greyli/bootstrap-flask/pull/146 >`__).
23+ (`#146 <https://github.com/greyli/bootstrap-flask/pull/146 >`__, `#151 <https://github.com/greyli/bootstrap-flask/pull/151 >`__).
24+ - Deprecate ``action_pk_placeholder `` and placeholder action URLs in ``render_table ``.
25+ - Support SRI for JS/CSS resources (`#142 <https://github.com/greyli/bootstrap-flask/pull/142 >`__).
26+
2427
25281.7.0
2629-----
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'Bootstrap-Flask' ,
17- version = '1.7.1dev ' ,
17+ version = '1.8.0 ' ,
1818 url = 'https://github.com/greyli/bootstrap-flask' ,
1919 license = 'MIT' ,
2020 author = 'Grey Li' ,
You can’t perform that action at this time.
0 commit comments