@instructure/ui-options
Advanced tools
Comparing version 10.4.1 to 10.4.2-pr-snapshot-1730913754131
@@ -6,2 +6,13 @@ # Change Log | ||
## [10.4.2-pr-snapshot-1730913754131](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-pr-snapshot-1730913754131) (2024-11-06) | ||
### Bug Fixes | ||
* **ui-options,ui-utils:** subgroup titles in Options are not announced by TalkBack and iOS VoiceOver ([ebdf8f0](https://github.com/instructure/instructure-ui/commit/ebdf8f047cf8541723d494b16432c8248ef5fe1e)) | ||
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28) | ||
@@ -8,0 +19,0 @@ |
@@ -37,2 +37,3 @@ var _dec, _dec2, _dec3, _class, _Options; | ||
import { allowedProps, propTypes } from './props'; | ||
import { isAndroidOrIOS } from '@instructure/ui-utils'; | ||
/** | ||
@@ -73,4 +74,6 @@ --- | ||
id: this._labelId, | ||
role: "presentation", | ||
"aria-hidden": "true", | ||
role: "presentation" | ||
// because TalkBack and iOS VoiceOver don't announce sub-menu labels, aria-hidden needs to be false to achive that | ||
, | ||
"aria-hidden": isAndroidOrIOS() ? 'false' : 'true', | ||
css: styles === null || styles === void 0 ? void 0 : styles.label | ||
@@ -77,0 +80,0 @@ }, callRenderProp(renderLabel)); |
@@ -19,2 +19,3 @@ "use strict"; | ||
var _props = require("./props"); | ||
var _uiUtils = require("@instructure/ui-utils"); | ||
var _dec, _dec2, _dec3, _class, _Options; | ||
@@ -80,4 +81,6 @@ /* | ||
id: this._labelId, | ||
role: "presentation", | ||
"aria-hidden": "true", | ||
role: "presentation" | ||
// because TalkBack and iOS VoiceOver don't announce sub-menu labels, aria-hidden needs to be false to achive that | ||
, | ||
"aria-hidden": (0, _uiUtils.isAndroidOrIOS)() ? 'false' : 'true', | ||
css: styles === null || styles === void 0 ? void 0 : styles.label | ||
@@ -84,0 +87,0 @@ }, (0, _uiReactUtils.callRenderProp)(renderLabel)); |
{ | ||
"name": "@instructure/ui-options", | ||
"version": "10.4.1", | ||
"version": "10.4.2-pr-snapshot-1730913754131", | ||
"description": "A view-only component for composing interactive lists and menus.", | ||
@@ -26,17 +26,17 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.4.1", | ||
"@instructure/ui-color-utils": "10.4.1", | ||
"@instructure/ui-test-locator": "10.4.1", | ||
"@instructure/ui-test-utils": "10.4.1", | ||
"@instructure/ui-themes": "10.4.1" | ||
"@instructure/ui-babel-preset": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-color-utils": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-test-locator": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-test-utils": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-themes": "10.4.2-pr-snapshot-1730913754131" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.6", | ||
"@instructure/emotion": "10.4.1", | ||
"@instructure/shared-types": "10.4.1", | ||
"@instructure/ui-icons": "10.4.1", | ||
"@instructure/ui-prop-types": "10.4.1", | ||
"@instructure/ui-react-utils": "10.4.1", | ||
"@instructure/ui-testable": "10.4.1", | ||
"@instructure/ui-view": "10.4.1", | ||
"@instructure/emotion": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/shared-types": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-icons": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-prop-types": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-react-utils": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-testable": "10.4.2-pr-snapshot-1730913754131", | ||
"@instructure/ui-view": "10.4.2-pr-snapshot-1730913754131", | ||
"prop-types": "^15.8.1" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
661812
5567
1
+ Added@instructure/console@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/debounce@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/emotion@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/shared-types@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/theme-registry@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-color-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-decorator@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-dom-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-i18n@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-icons@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-portal@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-position@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-prop-types@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-react-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-svg-images@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-testable@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-themes@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-utils@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/ui-view@10.4.2-pr-snapshot-1730913754131(transitive)
+ Added@instructure/uid@10.4.2-pr-snapshot-1730913754131(transitive)
- Removed@instructure/console@10.4.1(transitive)
- Removed@instructure/debounce@10.4.1(transitive)
- Removed@instructure/emotion@10.4.1(transitive)
- Removed@instructure/shared-types@10.4.1(transitive)
- Removed@instructure/theme-registry@10.4.1(transitive)
- Removed@instructure/ui-color-utils@10.4.1(transitive)
- Removed@instructure/ui-decorator@10.4.1(transitive)
- Removed@instructure/ui-dom-utils@10.4.1(transitive)
- Removed@instructure/ui-i18n@10.4.1(transitive)
- Removed@instructure/ui-icons@10.4.1(transitive)
- Removed@instructure/ui-portal@10.4.1(transitive)
- Removed@instructure/ui-position@10.4.1(transitive)
- Removed@instructure/ui-prop-types@10.4.1(transitive)
- Removed@instructure/ui-react-utils@10.4.1(transitive)
- Removed@instructure/ui-svg-images@10.4.1(transitive)
- Removed@instructure/ui-testable@10.4.1(transitive)
- Removed@instructure/ui-themes@10.4.1(transitive)
- Removed@instructure/ui-utils@10.4.1(transitive)
- Removed@instructure/ui-view@10.4.1(transitive)
- Removed@instructure/uid@10.4.1(transitive)
Updated@instructure/emotion@10.4.2-pr-snapshot-1730913754131
Updated@instructure/shared-types@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-icons@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-prop-types@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-react-utils@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-testable@10.4.2-pr-snapshot-1730913754131
Updated@instructure/ui-view@10.4.2-pr-snapshot-1730913754131