Skip to content

Commit f7f05d7

Browse files
rikRobinMalfait
authored andcommitted
Add aria-busy utility (#10966)
* Add aria-busy variant This is useful to show a spinner or dim a region that is updating. Very useful in conjunction with [Turbo](https://turbo.hotwired.dev/reference/attributes#automatically-added-attributes) * update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
1 parent 3108dbb commit f7f05d7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Fix issue where some pseudo-element variants generated the wrong selector ([#10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#10962](https://github.com/tailwindlabs/tailwindcss/pull/10962))
1313
- Make font settings propagate into buttons, inputs, etc. ([#10940](https://github.com/tailwindlabs/tailwindcss/pull/10940))
1414

15+
### Added
16+
17+
- Add `aria-busy` utility ([#10966](https://github.com/tailwindlabs/tailwindcss/pull/10966))
18+
1519
## [3.3.2] - 2023-04-25
1620

1721
### Fixed

stubs/config.full.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
bounce: 'bounce 1s infinite',
1616
},
1717
aria: {
18+
busy: 'busy="true"',
1819
checked: 'checked="true"',
1920
disabled: 'disabled="true"',
2021
expanded: 'expanded="true"',

0 commit comments

Comments
 (0)