This commit is contained in:
Cory LaViska
2022-08-01 12:00:30 -04:00
parent 8b2ddc984b
commit 2bf68e8a32
3 changed files with 4 additions and 4 deletions

View File

@@ -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.79
- 🚨 BREAKING: improved accessibility of `<sl-radio-group>`, `<sl-radio>`, and `<sl-radio-button>` in screen readers
- Removed `checked` and `invalid` attributes from `<sl-radio>` and `<sl-radio-button>` (use `value` on `<sl-radio-group>` to set the checked state)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@shoelace-style/shoelace",
"version": "2.0.0-beta.78",
"version": "2.0.0-beta.79",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@shoelace-style/shoelace",
"version": "2.0.0-beta.78",
"version": "2.0.0-beta.79",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.0.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@shoelace-style/shoelace",
"description": "A forward-thinking library of web components.",
"version": "2.0.0-beta.78",
"version": "2.0.0-beta.79",
"homepage": "https://github.com/shoelace-style/shoelace",
"author": "Cory LaViska",
"license": "MIT",