New
0.15.0
What's Changed
- Add minimal test without extra deps by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/230
- Require Flask >= 2.2.0 by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/224
- Add option to dump profiler stats by @Dosenpfand in https://github.com/pallets-eco/flask-debugtoolbar/pull/204
- Add
init_app()method toDebugPanelbase class by @malthejorgensen in https://github.com/pallets-eco/flask-debugtoolbar/pull/95 - Support applications using flask.copy_current_request_context by @glic3rinu in https://github.com/pallets-eco/flask-debugtoolbar/pull/231
- Fix SQLAlchemy recording warning for versions >= 3 by @Jonty in https://github.com/pallets-eco/flask-debugtoolbar/pull/233
- Fix missing
distutilserror on Python 3.12 by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/238 - Remove deprecated Flask version attribute by @greyli in https://github.com/pallets-eco/flask-debugtoolbar/pull/243
- Fix trailing whitespace by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/237
- Update
jquery.tablesorter.jsplugin by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/235 - Bump
jqueryto1.12.4by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/236 - Bump
jqueryto3.7.1andjquery-migrateto3.4.1by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/241 - Fix some
jquerydeprecation warnings by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/242 - Replace deprecated
pkg_resourceswith stdlib by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/239 - Prevent LookupError when accessing debug_toolbars_var by @glic3rinu in https://github.com/pallets-eco/flask-debugtoolbar/pull/245
- Install custom Sphinx theme via
extras_requireby @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/250 - Add
.readthedocs.yamlfile by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/246 - Bump to
0.15.0by @jeffwidman in https://github.com/pallets-eco/flask-debugtoolbar/pull/251
New Contributors
- @malthejorgensen made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/95
- @glic3rinu made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/231
- @Jonty made their first contribution in https://github.com/pallets-eco/flask-debugtoolbar/pull/233
Full Changelog: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.14.1...0.15.0