File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Move unknown pseudo-elements outside of ` :is ` by default ([ #11345 ] ( https://github.com/tailwindlabs/tailwindcss/pull/11345 ) )
17
17
- Escape animation names when prefixes contain special characters ([ #11470 ] ( https://github.com/tailwindlabs/tailwindcss/pull/11470 ) )
18
18
19
+ ### Added
20
+
21
+ - Add ` aria-busy ` utility ([ #10966 ] ( https://github.com/tailwindlabs/tailwindcss/pull/10966 ) )
22
+
19
23
## [ 3.3.2] - 2023-04-25
20
24
21
25
### Fixed
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ module.exports = {
15
15
bounce : 'bounce 1s infinite' ,
16
16
} ,
17
17
aria : {
18
+ busy : 'busy="true"' ,
18
19
checked : 'checked="true"' ,
19
20
disabled : 'disabled="true"' ,
20
21
expanded : 'expanded="true"' ,
You can’t perform that action at this time.
0 commit comments