@instructure/ui-select 10.12.0 → 10.12.1-snapshot-1

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 CHANGED
@@ -3,6 +3,17 @@
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
+ ## [10.12.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.12.1-snapshot-1) (2025-03-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** fix form label not read by NVDA in hover mode and other layout issues ([ef77281](https://github.com/instructure/instructure-ui/commit/ef77281890511e8eea794196445d3ef2454537ba))
12
+
13
+
14
+
15
+
16
+
6
17
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "10.12.0",
3
+ "version": "10.12.1-snapshot-1",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.12.0",
27
- "@instructure/ui-babel-preset": "10.12.0",
28
- "@instructure/ui-color-utils": "10.12.0",
29
- "@instructure/ui-scripts": "10.12.0",
30
- "@instructure/ui-test-locator": "10.12.0",
31
- "@instructure/ui-test-utils": "10.12.0",
32
- "@instructure/ui-themes": "10.12.0",
26
+ "@instructure/ui-axe-check": "10.12.1-snapshot-1",
27
+ "@instructure/ui-babel-preset": "10.12.1-snapshot-1",
28
+ "@instructure/ui-color-utils": "10.12.1-snapshot-1",
29
+ "@instructure/ui-scripts": "10.12.1-snapshot-1",
30
+ "@instructure/ui-test-locator": "10.12.1-snapshot-1",
31
+ "@instructure/ui-test-utils": "10.12.1-snapshot-1",
32
+ "@instructure/ui-themes": "10.12.1-snapshot-1",
33
33
  "@testing-library/jest-dom": "^6.6.3",
34
34
  "@testing-library/react": "^16.0.1",
35
35
  "@testing-library/user-event": "^14.5.2",
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@babel/runtime": "^7.26.0",
40
- "@instructure/emotion": "10.12.0",
41
- "@instructure/shared-types": "10.12.0",
42
- "@instructure/ui-dom-utils": "10.12.0",
43
- "@instructure/ui-form-field": "10.12.0",
44
- "@instructure/ui-icons": "10.12.0",
45
- "@instructure/ui-options": "10.12.0",
46
- "@instructure/ui-popover": "10.12.0",
47
- "@instructure/ui-position": "10.12.0",
48
- "@instructure/ui-prop-types": "10.12.0",
49
- "@instructure/ui-react-utils": "10.12.0",
50
- "@instructure/ui-selectable": "10.12.0",
51
- "@instructure/ui-testable": "10.12.0",
52
- "@instructure/ui-text-input": "10.12.0",
53
- "@instructure/ui-utils": "10.12.0",
54
- "@instructure/ui-view": "10.12.0",
55
- "@instructure/uid": "10.12.0",
40
+ "@instructure/emotion": "10.12.1-snapshot-1",
41
+ "@instructure/shared-types": "10.12.1-snapshot-1",
42
+ "@instructure/ui-dom-utils": "10.12.1-snapshot-1",
43
+ "@instructure/ui-form-field": "10.12.1-snapshot-1",
44
+ "@instructure/ui-icons": "10.12.1-snapshot-1",
45
+ "@instructure/ui-options": "10.12.1-snapshot-1",
46
+ "@instructure/ui-popover": "10.12.1-snapshot-1",
47
+ "@instructure/ui-position": "10.12.1-snapshot-1",
48
+ "@instructure/ui-prop-types": "10.12.1-snapshot-1",
49
+ "@instructure/ui-react-utils": "10.12.1-snapshot-1",
50
+ "@instructure/ui-selectable": "10.12.1-snapshot-1",
51
+ "@instructure/ui-testable": "10.12.1-snapshot-1",
52
+ "@instructure/ui-text-input": "10.12.1-snapshot-1",
53
+ "@instructure/ui-utils": "10.12.1-snapshot-1",
54
+ "@instructure/ui-view": "10.12.1-snapshot-1",
55
+ "@instructure/uid": "10.12.1-snapshot-1",
56
56
  "prop-types": "^15.8.1"
57
57
  },
58
58
  "peerDependencies": {
@@ -1008,7 +1008,6 @@ describe('<Select />', () => {
1008
1008
  {getOptions()}
1009
1009
  </Select>
1010
1010
  )
1011
-
1012
1011
  const input = screen.getByLabelText('Choose an option')
1013
1012
 
1014
1013
  await userEvent.click(input)