From 02e427c41ea824fa5b783a1ba2bfaac9ecbede6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Ren=C3=A9e=20Beach?= Date: Sat, 24 Jun 2023 13:47:23 -0700 Subject: [PATCH] Update CHANGELOG for v5.3.0 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47322f..3d70e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -235,6 +235,8 @@ type TAriaQueryMap = { ## 5.2.0 + [Update] The 5.2.x minor version contains breaking changes and should be skipped. + 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) @@ -247,4 +249,10 @@ type TAriaQueryMap = { ## 5.2.1 - c995082 Run npm i to update package-lock.json - \ No newline at end of file + +## 5.3.0 + +Reverts some API data shape changes from 5.2.x. Also reverts some changes to the representation of the ARIA spec. + + - fda2c97 fix: amend breaking changes and reinstate constraints (#515) + - f9f9ea6 Add prepublishOnly step to package.json (#506) \ No newline at end of file