Socket
Socket
Sign inDemoInstall

@instructure/ui-selectable

Package Overview
Dependencies
Maintainers
0
Versions
1417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-selectable - npm Package Compare versions

Comparing version 10.2.2-snapshot-8 to 10.2.2-snapshot-9

7

CHANGELOG.md

@@ -6,10 +6,13 @@ # Change Log

## [10.2.2-snapshot-8](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2-snapshot-8) (2024-09-11)
## [10.2.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2-snapshot-9) (2024-09-12)
**Note:** Version bump only for package @instructure/ui-selectable
### Bug Fixes
* **ui-selectable:** fix Select options not being selectable on iOS Safari with VoiceOver on ([aae996f](https://github.com/instructure/instructure-ui/commit/aae996fa6aed143fe1966fe3463727459a483ccc))
## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)

@@ -16,0 +19,0 @@

@@ -189,3 +189,2 @@ var _dec, _class, _Selectable;

'aria-expanded': isShowingOptions,
'aria-owns': isShowingOptions ? this._listId : void 0,
'aria-controls': isShowingOptions ? this._listId : void 0,

@@ -192,0 +191,0 @@ 'aria-describedby': this._descriptionId,

@@ -194,3 +194,2 @@ "use strict";

'aria-expanded': isShowingOptions,
'aria-owns': isShowingOptions ? this._listId : void 0,
'aria-controls': isShowingOptions ? this._listId : void 0,

@@ -197,0 +196,0 @@ 'aria-describedby': this._descriptionId,

{
"name": "@instructure/ui-selectable",
"version": "10.2.2-snapshot-8",
"version": "10.2.2-snapshot-9",
"description": "A UI component library made by Instructure Inc.",

@@ -26,13 +26,13 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "10.2.2-snapshot-8",
"@instructure/ui-test-utils": "10.2.2-snapshot-8"
"@instructure/ui-babel-preset": "10.2.2-snapshot-9",
"@instructure/ui-test-utils": "10.2.2-snapshot-9"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@instructure/console": "10.2.2-snapshot-8",
"@instructure/shared-types": "10.2.2-snapshot-8",
"@instructure/ui-dom-utils": "10.2.2-snapshot-8",
"@instructure/ui-react-utils": "10.2.2-snapshot-8",
"@instructure/ui-testable": "10.2.2-snapshot-8",
"@instructure/ui-utils": "10.2.2-snapshot-8",
"@instructure/console": "10.2.2-snapshot-9",
"@instructure/shared-types": "10.2.2-snapshot-9",
"@instructure/ui-dom-utils": "10.2.2-snapshot-9",
"@instructure/ui-react-utils": "10.2.2-snapshot-9",
"@instructure/ui-testable": "10.2.2-snapshot-9",
"@instructure/ui-utils": "10.2.2-snapshot-9",
"keycode": "^2",

@@ -39,0 +39,0 @@ "prop-types": "^15.8.1"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc