Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announce dropdown option text with screen reader #318

Merged
merged 2 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ Note that this doesn't change our recommendation of [avoiding the use of webview

The Webview UI Toolkit is currently in a public preview with the goal of reaching `v1.0` sometime in Winter 2022.

### Known issues

Medium to high-visibility issues that are intended to be fixed with high priority.

- Options within `vscode-dropdown` do not announce their text content on selection change [#181](https://github.com/microsoft/vscode-webview-ui-toolkit/issues/181)

## Getting started

Follow the [Getting Started Guide](./docs/getting-started.md).
Expand Down
149 changes: 58 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@microsoft/fast-element": "^1.6.0",
"@microsoft/fast-foundation": "^2.21.0"
"@microsoft/fast-foundation": "^2.30.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand All @@ -49,8 +49,8 @@
"@storybook/addon-links": "^6.4.0-beta.4",
"@storybook/html": "^6.4.0-beta.4",
"@storybook/theming": "^6.4.0-beta.4",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@vscode/codicons": "^0.0.22",
"babel-jest": "^27.2.4",
"babel-loader": "^8.2.2",
Expand Down