From 413365f3c4aede86236d1aa7f535c50d2eb13871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Ren=C3=A9e=20Beach?= Date: Mon, 12 Jun 2023 19:48:46 -0400 Subject: [PATCH] Updating Changelog to include v5.2.0 (#501) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22aae78..cfa95203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -232,4 +232,14 @@ type TAriaQueryMap = { ## 5.1.3 No changes, just trying to get the NPM build to reflect the changes in v5.1.2 - \ No newline at end of file + + ## 5.2.0 + + Commit f7f6120 contains a substantial audit and update of the project to match the ARIA spec. Testing coverage was substantially improved. It really locks down the project's output. + + - e2e3eff docs: update README to WAI-ARIA 1.2 spec (#499) + - 5ef740f Switch to dequal to remove 45 transitive dependencies (#497) + - 58da9d5 fix: install command for codesandbox ci (#500) + - 1160138 test: Publish canaries via CodeSandbox CI (#486) + - 2d04e29 Add test case to elementRoleMap-test for td element + - f7f6120 Audited and updated roles source of truth to HTML Accessibility API Mapping 1.0 (#447)