@instructure/ui-a11y-utils 8.52.1-snapshot-7 → 8.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -99
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,195 +3,104 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
10
|
# [8.52.0](https://github.com/instructure/instructure-ui/compare/v8.51.0...v8.52.0) (2024-02-02)
|
|
15
11
|
|
|
16
12
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
17
13
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
14
|
# [8.51.0](https://github.com/instructure/instructure-ui/compare/v8.50.0...v8.51.0) (2023-12-14)
|
|
23
15
|
|
|
24
|
-
|
|
25
16
|
### Bug Fixes
|
|
26
17
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
18
|
+
- **ui-a11y-utils:** use event.detail instead of event.pointerType for safari/firefox ([f58c2d2](https://github.com/instructure/instructure-ui/commit/f58c2d27aa674f1221166b597dc596af40218288))
|
|
32
19
|
|
|
33
20
|
# [8.50.0](https://github.com/instructure/instructure-ui/compare/v8.49.0...v8.50.0) (2023-12-05)
|
|
34
21
|
|
|
35
|
-
|
|
36
22
|
### Bug Fixes
|
|
37
23
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
24
|
+
- fix modal not dismissible via touch and add focus region tests ([e373da1](https://github.com/instructure/instructure-ui/commit/e373da144a96b0615ab0594677f6dae67ab5fa6d))
|
|
43
25
|
|
|
44
26
|
# [8.49.0](https://github.com/instructure/instructure-ui/compare/v8.48.3...v8.49.0) (2023-11-24)
|
|
45
27
|
|
|
46
28
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
47
29
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
30
|
## [8.48.3](https://github.com/instructure/instructure-ui/compare/v8.48.2...v8.48.3) (2023-11-23)
|
|
53
31
|
|
|
54
|
-
|
|
55
32
|
### Bug Fixes
|
|
56
33
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
34
|
+
- **ui-a11y-utils:** fix regression in focus region ([43dc1d8](https://github.com/instructure/instructure-ui/commit/43dc1d8efb62bffc2f208de5be817af038d405ca))
|
|
62
35
|
|
|
63
36
|
## [8.48.2](https://github.com/instructure/instructure-ui/compare/v8.48.1...v8.48.2) (2023-11-21)
|
|
64
37
|
|
|
65
|
-
|
|
66
38
|
### Bug Fixes
|
|
67
39
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
40
|
+
- **ui-a11y-utils,ui-popover,ui-tooltip:** fix focus manager issues ([9f59f09](https://github.com/instructure/instructure-ui/commit/9f59f098dd1a8572e9c34ec4a07948c02e19cddd))
|
|
73
41
|
|
|
74
42
|
## [8.48.1](https://github.com/instructure/instructure-ui/compare/v8.48.0...v8.48.1) (2023-11-17)
|
|
75
43
|
|
|
76
44
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
77
45
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
46
|
# [8.48.0](https://github.com/instructure/instructure-ui/compare/v8.47.1...v8.48.0) (2023-11-10)
|
|
83
47
|
|
|
84
48
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
85
49
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
50
|
## [8.47.1](https://github.com/instructure/instructure-ui/compare/v8.47.0...v8.47.1) (2023-11-06)
|
|
91
51
|
|
|
92
|
-
|
|
93
52
|
### Bug Fixes
|
|
94
53
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
54
|
+
- **ui-a11y-utils:** fix popover reopen when clicking the trigger ([895cdfc](https://github.com/instructure/instructure-ui/commit/895cdfcf81f2143dbf33d44738626c333ad4a029))
|
|
100
55
|
|
|
101
56
|
# [8.47.0](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.47.0) (2023-10-27)
|
|
102
57
|
|
|
103
|
-
|
|
104
58
|
### Bug Fixes
|
|
105
59
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
60
|
+
- handleDocumentClick should only capture mouse events ([abcd31f](https://github.com/instructure/instructure-ui/commit/abcd31f66a8d895340a800c130e772b557c3ee8f))
|
|
111
61
|
|
|
112
62
|
## [8.46.1](https://github.com/instructure/instructure-ui/compare/v8.46.0...v8.46.1) (2023-10-13)
|
|
113
63
|
|
|
114
64
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
115
65
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
66
|
# [8.46.0](https://github.com/instructure/instructure-ui/compare/v8.45.0...v8.46.0) (2023-10-11)
|
|
121
67
|
|
|
122
68
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
123
69
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
70
|
# [8.45.0](https://github.com/instructure/instructure-ui/compare/v8.44.0...v8.45.0) (2023-10-03)
|
|
129
71
|
|
|
130
72
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
131
73
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
74
|
# [8.44.0](https://github.com/instructure/instructure-ui/compare/v8.43.1...v8.44.0) (2023-09-21)
|
|
137
75
|
|
|
138
76
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
139
77
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
78
|
## [8.43.1](https://github.com/instructure/instructure-ui/compare/v8.43.0...v8.43.1) (2023-09-11)
|
|
145
79
|
|
|
146
80
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
147
81
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
82
|
# [8.43.0](https://github.com/instructure/instructure-ui/compare/v8.41.1...v8.43.0) (2023-09-07)
|
|
153
83
|
|
|
154
84
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
155
85
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
86
|
# [8.42.0](https://github.com/instructure/instructure-ui/compare/v8.41.1...v8.42.0) (2023-09-07)
|
|
161
87
|
|
|
162
88
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
163
89
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
90
|
## [8.41.1](https://github.com/instructure/instructure-ui/compare/v8.41.0...v8.41.1) (2023-08-24)
|
|
169
91
|
|
|
170
|
-
|
|
171
92
|
### Bug Fixes
|
|
172
93
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
94
|
+
- fix document in undefined SSR errors ([4c6e998](https://github.com/instructure/instructure-ui/commit/4c6e998bd23f1934054c8324262ccab3253fbc5a))
|
|
178
95
|
|
|
179
96
|
# [8.41.0](https://github.com/instructure/instructure-ui/compare/v8.40.1...v8.41.0) (2023-08-21)
|
|
180
97
|
|
|
181
98
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
182
99
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
100
|
## [8.40.1](https://github.com/instructure/instructure-ui/compare/v8.40.0...v8.40.1) (2023-08-18)
|
|
188
101
|
|
|
189
102
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
|
190
103
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
104
|
# [8.40.0](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.40.0) (2023-08-17)
|
|
196
105
|
|
|
197
106
|
**Note:** Version bump only for package @instructure/ui-a11y-utils
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-a11y-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.53.0",
|
|
4
4
|
"description": "A collection of utilities for managing focus and screen reader behavior",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.23.2",
|
|
26
|
-
"@instructure/console": "8.
|
|
27
|
-
"@instructure/ui-a11y-content": "8.
|
|
28
|
-
"@instructure/ui-dom-utils": "8.
|
|
29
|
-
"@instructure/ui-react-utils": "8.
|
|
30
|
-
"@instructure/ui-testable": "8.
|
|
31
|
-
"@instructure/uid": "8.
|
|
26
|
+
"@instructure/console": "8.53.0",
|
|
27
|
+
"@instructure/ui-a11y-content": "8.53.0",
|
|
28
|
+
"@instructure/ui-dom-utils": "8.53.0",
|
|
29
|
+
"@instructure/ui-react-utils": "8.53.0",
|
|
30
|
+
"@instructure/ui-testable": "8.53.0",
|
|
31
|
+
"@instructure/uid": "8.53.0",
|
|
32
32
|
"keycode": "^2.2.1",
|
|
33
33
|
"prop-types": "^15.8.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@instructure/ui-babel-preset": "8.
|
|
37
|
-
"@instructure/ui-color-utils": "8.
|
|
38
|
-
"@instructure/ui-test-utils": "8.
|
|
36
|
+
"@instructure/ui-babel-preset": "8.53.0",
|
|
37
|
+
"@instructure/ui-color-utils": "8.53.0",
|
|
38
|
+
"@instructure/ui-test-utils": "8.53.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=16.8 <=18"
|