From 8e49ea180a70ce1639cdbaafb847d3744f42c213 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 3 Apr 2024 12:20:32 +1300 Subject: [PATCH] DOC linkfield accesibility improvements --- en/08_Changelogs/5.3.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en/08_Changelogs/5.3.0.md b/en/08_Changelogs/5.3.0.md index f99e0623c..e22d34b28 100644 --- a/en/08_Changelogs/5.3.0.md +++ b/en/08_Changelogs/5.3.0.md @@ -8,6 +8,7 @@ title: 5.3.0 (unreleased) - [Features and enhancements](#features-and-enhancements) - [Support for `JOIN` in SQL `UPDATE`](#sql-update-join) + - [Other new features](#other-new-features) - [Bug fixes](#bug-fixes) ## Features and enhancements @@ -18,6 +19,10 @@ The [`SQLUpdate`](api:SilverStripe\ORM\Queries\SQLUpdate) class now supports all This is particularly helpful if you need to update columns in one table to match values from another table. +### Other new features + +- `silverstripe/linkfield` now has improved accessibility support for screen readers and keyboard navigation. Focus states have also been made consistent between keyboard and mouse interaction. + ## Bug fixes This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!