From a4ec6afae57cff6744295a62a22466d7c3c252bd Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Fri, 11 Nov 2022 07:58:33 +1000 Subject: [PATCH] Add changelog for #9609 & update contributor name - Update Chisom to Chisom Okeoma --- CHANGELOG.txt | 3 ++- docs/releases/4.1.md | 2 +- docs/releases/4.2.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 53b8a18e04..38106f210e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,7 @@ Changelog * Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick) * Migrated `initTooltips` to TypeScript add JSDoc and unit tests (Fatuma Abdullahi) * Add `purge_embeds` management command to delete all the cached embed objects in the database (Aman Pandey) + * Migrated `initTagField` from core.js to own TypesScript file and add unit tests (Chisom Okeoma) * Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro) * Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro) * Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova) @@ -144,7 +145,7 @@ Changelog * Fix: Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott) * Fix: Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran) * Fix: references extraction for ChooserBlock (Alex Tomkins) - * Fix: Regression in field width for authentication pages (log in / password reset) (Chisom) + * Fix: Regression in field width for authentication pages (log in / password reset) (Chisom Okeoma) * Fix: Ensure the new minimap correctly pluralises error counts for `aria-label`s (Matt Westcott) diff --git a/docs/releases/4.1.md b/docs/releases/4.1.md index 61e5429a84..6d7de5ddd7 100644 --- a/docs/releases/4.1.md +++ b/docs/releases/4.1.md @@ -136,7 +136,7 @@ There are multiple improvements to the documentation theme this release, here ar * Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott) * Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran) * Ensure `ChooserBlock.extract_references` uses the model class, not the model string (Alex Tomkins) - * Regression in field width for authentication pages (log in / password reset) (Chisom) + * Regression in field width for authentication pages (log in / password reset) (Chisom Okeoma) * Ensure the new minimap correctly pluralises error counts for `aria-label`s (Matt Westcott) ## Upgrade considerations diff --git a/docs/releases/4.2.md b/docs/releases/4.2.md index 62c5ca79fd..099ebffcf6 100644 --- a/docs/releases/4.2.md +++ b/docs/releases/4.2.md @@ -36,6 +36,7 @@ depth: 1 * Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick) * Migrated `initTooltips` to TypeScript add JSDoc and unit tests (Fatuma Abdullahi) * Add [`purge_embeds`](purge_embeds) management command to delete all the cached embed objects in the database (Aman Pandey) + * Migrated `initTagField` from core.js to own TypesScript file and add unit tests (Chisom Okeoma) ### Bug fixes