@instructure/ui-simple-select 10.5.0 → 10.5.1-pr-snapshot-1731420479891

Sign up to get free protection for your applications and to get access to all the features.
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.5.1-pr-snapshot-1731420479891](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.5.1-pr-snapshot-1731420479891) (2024-11-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** fix regression where form elements without label got misaligned ([139f7f1](https://github.com/instructure/instructure-ui/commit/139f7f130cd7e8372af869a13cfd50cd6a97fd85))
12
+
13
+
14
+
15
+
16
+
6
17
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-simple-select",
3
- "version": "10.5.0",
3
+ "version": "10.5.1-pr-snapshot-1731420479891",
4
4
  "description": "A component for standard select element behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,23 +24,23 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.25.6",
27
- "@instructure/console": "10.5.0",
28
- "@instructure/shared-types": "10.5.0",
29
- "@instructure/ui-form-field": "10.5.0",
30
- "@instructure/ui-position": "10.5.0",
31
- "@instructure/ui-prop-types": "10.5.0",
32
- "@instructure/ui-react-utils": "10.5.0",
33
- "@instructure/ui-select": "10.5.0",
34
- "@instructure/ui-testable": "10.5.0",
27
+ "@instructure/console": "10.5.1-pr-snapshot-1731420479891",
28
+ "@instructure/shared-types": "10.5.1-pr-snapshot-1731420479891",
29
+ "@instructure/ui-form-field": "10.5.1-pr-snapshot-1731420479891",
30
+ "@instructure/ui-position": "10.5.1-pr-snapshot-1731420479891",
31
+ "@instructure/ui-prop-types": "10.5.1-pr-snapshot-1731420479891",
32
+ "@instructure/ui-react-utils": "10.5.1-pr-snapshot-1731420479891",
33
+ "@instructure/ui-select": "10.5.1-pr-snapshot-1731420479891",
34
+ "@instructure/ui-testable": "10.5.1-pr-snapshot-1731420479891",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-axe-check": "10.5.0",
39
- "@instructure/ui-babel-preset": "10.5.0",
40
- "@instructure/ui-color-utils": "10.5.0",
41
- "@instructure/ui-icons": "10.5.0",
42
- "@instructure/ui-test-utils": "10.5.0",
43
- "@instructure/ui-utils": "10.5.0",
38
+ "@instructure/ui-axe-check": "10.5.1-pr-snapshot-1731420479891",
39
+ "@instructure/ui-babel-preset": "10.5.1-pr-snapshot-1731420479891",
40
+ "@instructure/ui-color-utils": "10.5.1-pr-snapshot-1731420479891",
41
+ "@instructure/ui-icons": "10.5.1-pr-snapshot-1731420479891",
42
+ "@instructure/ui-test-utils": "10.5.1-pr-snapshot-1731420479891",
43
+ "@instructure/ui-utils": "10.5.1-pr-snapshot-1731420479891",
44
44
  "@testing-library/jest-dom": "^6.4.6",
45
45
  "@testing-library/react": "^16.0.1",
46
46
  "@testing-library/user-event": "^14.5.2",
@@ -167,7 +167,7 @@ type PropsPassedToSelect = {
167
167
  * objects with the following shape:
168
168
  * `{
169
169
  * text: ReactNode,
170
- * type: One of: ['error', 'hint', 'success', 'screenreader-only']
170
+ * type: One of: ['newError', 'error', 'hint', 'success', 'screenreader-only']
171
171
  * }`
172
172
  */
173
173
  messages?: FormMessage[]