瀏覽代碼

Add release notes for #8310

Thibaud Colas 3 年之前
父節點
當前提交
a34e267b9d
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 2 0
      CHANGELOG.txt
  2. 2 1
      docs/releases/3.0.md

+ 2 - 0
CHANGELOG.txt

@@ -43,6 +43,8 @@ Changelog
  * Validate to and from email addresses within form builder pages when using `AbstractEmailForm` (Jake Howard)
  * Add `WAGTAILIMAGES_RENDITION_STORAGE` setting to allow an alternative image rendition storage (Heather White)
  * Add `wagtail_update_image_renditions` management command to regenerate image renditions or purge all existing renditions (Hitansh Shah, Onno Timmerman, Damian Moore)
+ * Fully remove the legacy sidebar, with slim sidebar replacing it for all users (Thibaud Colas)
+ * Add support for adding custom attributes for link menu items in the slim sidebar (Thibaud Colas)
  * Fix: When using `simple_translations` ensure that the user is redirected to the page edit view when submitting for a single locale (Mitchel Cabuloy)
  * Fix: When previewing unsaved changes to `Form` pages, ensure that all added fields are correctly shown in the preview (Joshua Munn)
  * Fix: When Documents (e.g. PDFs) have been configured to be served inline via `WAGTAILDOCS_CONTENT_TYPES` & `WAGTAILDOCS_INLINE_CONTENT_TYPES` ensure that the filename is correctly set in the `Content-Disposition` header so that saving the files will use the correct filename (John-Scott Atlakson)

+ 2 - 1
docs/releases/3.0.md

@@ -16,7 +16,8 @@ Here are other changes related to the redesign:
  * Switch the Wagtail branding font to a system font stack (Steven Steinwand, Paarth Agarwal)
  * Remove most uppercased text styles from admin UI (Paarth Agarwal)
  * Convert all UI code to CSS logical properties for Right-to-Left (RTL) language support (Thibaud Colas)
-
+ * Fully remove the legacy sidebar, with slim sidebar replacing it for all users (Thibaud Colas)
+ * Add support for adding custom attributes for link menu items in the slim sidebar (Thibaud Colas)
 
 ### Removal of special-purpose field panel types