From 2fb2629ba3311d17c0d0af02168ac77d308cb2f6 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 28 Mar 2022 15:16:18 +0100 Subject: [PATCH] Add release notes for #8218 and #8225 --- CHANGELOG.txt | 2 ++ docs/releases/2.17.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 84f7e3d508..73b035a077 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -38,6 +38,8 @@ Changelog * Fix: Consistently set `aria-haspopup="menu"` for all sidebar menu items that have sub-menus (LB (Ben Johnston)) * Fix: Make sure `aria-expanded` is always explicitly set as a string in sidebar (LB (Ben Johnston)) * Fix: Use a button element instead of a link for page explorer menu item, for the correct semantics and behavior (LB (Ben Johnston)) + * Fix: Make sure the “Title” column label can be translated in the page chooser and page move UI (Stephanie Cheng Smith) + * Fix: Remove redundant `role="main"` attributes on `
` elements causing HTML validation issues (Luis Espinoza) 2.16.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.17.md b/docs/releases/2.17.md index 44009d6930..490063cd86 100644 --- a/docs/releases/2.17.md +++ b/docs/releases/2.17.md @@ -68,6 +68,8 @@ The panel types `StreamFieldPanel`, `RichTextFieldPanel`, `ImageChooserPanel`, ` * Consistently set `aria-haspopup="menu"` for all sidebar menu items that have sub-menus (LB (Ben Johnston)) * Make sure `aria-expanded` is always explicitly set as a string in sidebar (LB (Ben Johnston)) * Use a button element instead of a link for page explorer menu item, for the correct semantics and behavior (LB (Ben Johnston)) + * Make sure the “Title” column label can be translated in the page chooser and page move UI (Stephanie Cheng Smith) + * Remove redundant `role="main"` attributes on `
` elements causing HTML validation issues (Luis Espinoza) ## Upgrade considerations