From 8e57d0075c6c2d268399af0a74eb1ec2b25464c3 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 9 Aug 2022 16:14:25 -0400 Subject: [PATCH] update version --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index e0915f2f..655d6489 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -8,7 +8,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 -## Next +## 2.0.0-beta.80 This release breaks radio buttons, which is something that needed to happen to solve a longstanding accessibility issue where screen readers announced an incorrect number of radios, e.g. "1 of 1" instead of "1 of 3." Many attempts to solve this without breaking the existing API were made, but none worked across the board. The new implementation upgrades `` to serve as the "form control" while `` and `` serve as options within the form control.