Skip to content

Commit acb42ff

Browse files
authored
Dialog: Add screenreader labels (#1034)
* Dialog: Add screenreader labels See #555 * Update readme.txt * Move aria label to the Follow button Also adds some more a11y improvements for the dialog modal. Fixes #861. * Fix close button disappearing on hover White close button on white background. * Use the right kind of white so it works with bright/dark modes
1 parent df1c645 commit acb42ff

24 files changed

+57
-36
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Improved
11+
12+
* Added screen reader text to the "Follow Me" block for improved accessibility
13+
1014
### Fixed
1115

12-
* Prevent hex color codes in HTML attributes from being added as post tags.
16+
* Prevent hex color codes in HTML attributes from being added as post tags
1317

1418
## [4.3.0] - 2024-12-02
1519

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '1abdf09b01fc03ff713f');
1+
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '4d5e9ed82e8448bb4fd1');

build/editor-plugin/plugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/follow-me/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '7022993e3c96d3b81051');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '62610556ba8e5f129fdf');

0 commit comments

Comments
 (0)