|
@@ -25,6 +25,8 @@ Changelog
|
|
|
* Add `page` as a third parameter to the `construct_wagtail_userbar` hook (claudobahn)
|
|
|
* Enable breadcrumbs in revisions compare view (Sage Abdullah)
|
|
|
* Skip loading of unused JavaScript to speed up 404 page rendering (Sage Abdullah)
|
|
|
+ * Replace l18n library with JavaScript Intl API for time zone options in Account view (Sage Abdullah)
|
|
|
+ * Use explicit label for defaulting to server language in account settings (Sage Abdullah)
|
|
|
* Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
|
|
|
* Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
|
|
|
* Fix: Ensure manual edits to `StreamField` values do not throw an error (Stefan Hammer)
|
|
@@ -51,6 +53,7 @@ Changelog
|
|
|
* Fix: Fix crash when loading the dashboard with only the "unlock" or "bulk delete" page permissions (Unyime Emmanuel Udoh, Sage Abdullah)
|
|
|
* Fix: Improve deprecation warning for `WidgetWithScript` by raising it with `stacklevel=3` (Joren Hammudoglu)
|
|
|
* Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
|
|
|
+ * Fix: Add missing heading and breadcrumbs in Account view (Sage Abdullah)
|
|
|
* Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal)
|
|
|
* Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal)
|
|
|
* Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal)
|