-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
0.2.22 (2023-09-11) | ||
------------------- | ||
|
||
Fixed a bad bug in theme selection: If you selected a theme which was | ||
stored in the session, for html fragments rendered via the json api the | ||
pre selected theme was used instead, because the real request was not | ||
past from the json api to the wagtail page. This caused the vue theme | ||
to be completely broken. This is fixed now. | ||
Resolved a significant bug in theme selection. If you picked a theme | ||
stored in your session, the system would mistakenly apply a pre-selected | ||
theme for HTML fragments rendered through the JSON API. This was due | ||
to the real theme choice not being correctly passed from the JSON API | ||
to the Wagtail page, resulting in a completely dysfunctional Vue theme. | ||
|
||
- Bugfix theme selection #105 | ||
- Fixed mypy issues by django-stubs update + one small fix #101 | ||
- Improved documentation for theme selection #105 | ||
- Got rid of ProxyRequest in favor of a simple HtmlField #105 |