Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelruderman committed May 22, 2024
1 parent 3ecb16e commit e555b38
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/tab-ariaControls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@cypress-design/constants-tabs': major
'@cypress-design/react-tabs': major
'@cypress-design/vue-tabs': major
'@cypress-design/react-button': patch
'@cypress-design/vue-button': patch

---

- Tabs component now requires `aria-controls` prop
- Tab `id` is now passed through as an `id` attribute on the tab
- Inactive tabs now have `aria-selected=false`
- Button component now exports StaticClasses
2 changes: 1 addition & 1 deletion components/Tabs/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/constants-tabs",
"version": "1.0.0",
"version": "0.6.6",
"files": [
"*"
],
Expand Down

0 comments on commit e555b38

Please sign in to comment.