From 3732526ea2e5e4f1883ec8c193be958d2745439f Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sat, 13 Aug 2022 13:16:54 +0800 Subject: [PATCH] Set default Elements router to hash So we don't need to handle the basePath value. --- CHANGES.md | 7 +++++++ src/apiflask/ui_templates.py | 6 ++++++ tests/test_settings_api_docs.py | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 63492444..ee967552 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,13 @@ Released: - +## Version 1.1.2 + +Released: 2022/8/13 + +- Set default Elements router to `hash` to fix incorrect path updates. + + ## Version 1.1.1 Released: 2022/8/3 diff --git a/src/apiflask/ui_templates.py b/src/apiflask/ui_templates.py index 8ec68210..da254c12 100644 --- a/src/apiflask/ui_templates.py +++ b/src/apiflask/ui_templates.py @@ -207,6 +207,12 @@