Version 2.3.0 (2020-10-06) [FEATURE] Added the `a11ychecker_ignored_rules` setting to allow filtering of rules by rule ID. #TINY-6265 [FEATURE] Added the `a11ychecker_issue_url_callback` setting to allow custom URLs to be used for the more info links. #TINY-6198 [FEATURE] Added rule `id` to the rule data returned by the `getReport()` API method #TINY-6265 [FEATURE] Added the `a11ychecker_filter_issues` setting to allow filtering of report results. #TINY-6266 [BUG] Fixed the `toggleAudit` API not accounting for the dialog being closed by dialog buttons or the ESC key #TINY-6384 [BUG] Fixed the error message displayed when the filename of an image clashes with the alt text #TINY-6431 [BUG] Fixed missing `bg_BG`, `eu` and `id` translations #TINY-6374 [BUG] Fixed the editor content scrolling when calling the `getReport` API #TINY-6439 [BUG] Fixed incorrect strings used for the next/previous button tooltips #TINY-6437 [BUG] Fixed a security issue related to repairing table captions #TINY-6510 Version 2.2.1 (2020-06-09) [BUG] Fixed missing translations for strings added in 2.2.0 #TINY-6056 Version 2.2.0 (2020-02-13) [FEATURE] Added a rule to ensure that ID attributes on elements are unique in a document #FOAM-11 [FEATURE] Added image alt text support to allow users to specify if an image is decorative or informative #FOAM-10 [FEATURE] Changed image alt text rules to make the requirements for passing the image alt text checks stricter #FOAM-10 [BUG] Fixed incorrect language codes being used for translations #TINY-4203 Version 2.1.0 (2019-08-19) [FEATURE] Changed the layout of the dialog. #TINY-3305 [FEATURE] Added a `a11ychecker_level` setting to allow filtering of rules by WCAG level. #TINY-3731 [FEATURE] Added a `a11ychecker_html_version` setting to allow filtering of rules by HTML version. #TINY-3731 Version 2.0.3 (2019-05-21) [BUG] Fixed bug where an empty src attribute on an image would produce a js error. #TINY-3605 Version 2.0.2 (2019-03-19) [BUG] Fixed the getReport and toggleaudit apis not being exposed in v2 #TINY-3471 Version 2.0.1 (2019-03-04) [BUG] Fixed accessibility issues with the TinyMCE 5.0 dialog. #TINY-2694 Version 1.2.1 (2018-03-01) [FEATURE] Added a `a11ychecker_allow_decorative_images` setting to allow images with a `alt=""` and `role="presentation"`. #TINY-1457 Version 1.2.0 (2018-02-01) [FEATURE] Decreased plugin size by improving build steps. Version 1.1.0 (2017-12-11) [FEATURE] Exposed API method getReport() - a way to run a11y check without triggering the repair wizard Version 1.0.6 (2017-05-23) [BUG] Added language packs for a bunch of languages. #TINY-1379 Version 1.0.5 (2017-05-23) [BUG] Fixed bug where it wasn't possible to open specification details link using keyboard navigation. #TINY-1052 Version 1.0.4 (2017-04-03) [BUG] Fixed bug where clicking the "No accessibility issues detected" text opened an empty browser window. #TINY-956 Version 1.0.3 (2017-02-01) [BUG] Fixed bug where the a11y toolbar wasn't positioned correctly in inline mode on scroll. #TINY-763 Version 1.0.2 (2016-10-27) [FEATURE] Added version detection logic that check if this plugin is used with a compatible tinymce version. #TINY-639 [BUG] Fixed bug where contrast warning messages wasn't properly rendered. #TINY-648