0.15.0
What's Changed
- Add minimal test without extra deps by @greyli in #230
- Require Flask >= 2.2.0 by @jeffwidman in #224
- Add option to dump profiler stats by @Dosenpfand in #204
- Add
init_app()
method toDebugPanel
base class by @malthejorgensen in #95 - Support applications using flask.copy_current_request_context by @glic3rinu in #231
- Fix SQLAlchemy recording warning for versions >= 3 by @Jonty in #233
- Fix missing
distutils
error on Python 3.12 by @jeffwidman in #238 - Remove deprecated Flask version attribute by @greyli in #243
- Fix trailing whitespace by @jeffwidman in #237
- Update
jquery.tablesorter.js
plugin by @jeffwidman in #235 - Bump
jquery
to1.12.4
by @jeffwidman in #236 - Bump
jquery
to3.7.1
andjquery-migrate
to3.4.1
by @jeffwidman in #241 - Fix some
jquery
deprecation warnings by @jeffwidman in #242 - Replace deprecated
pkg_resources
with stdlib by @jeffwidman in #239 - Prevent LookupError when accessing debug_toolbars_var by @glic3rinu in #245
- Install custom Sphinx theme via
extras_require
by @jeffwidman in #250 - Add
.readthedocs.yaml
file by @jeffwidman in #246 - Bump to
0.15.0
by @jeffwidman in #251
New Contributors
- @malthejorgensen made their first contribution in #95
- @glic3rinu made their first contribution in #231
- @Jonty made their first contribution in #233
Full Changelog: 0.14.1...0.15.0