Skip to content

Commit

Permalink
chore(release): 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Sep 22, 2023
1 parent c86457e commit 27c72cd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.8.9](https://github.com/StackExchange/Stacks-Editor/compare/v0.8.7...v0.8.9) (2023-09-22)


### Features

* **image-upload:** add option to show a warning in the upload panel ([#251](https://github.com/StackExchange/Stacks-Editor/issues/251)) ([220f5e7](https://github.com/StackExchange/Stacks-Editor/commit/220f5e732f10927661759354c63fcff01ceeabfc))
* **image-upload:** dispatch event for intercepting image upload flow ([#249](https://github.com/StackExchange/Stacks-Editor/issues/249)) ([a0d83c9](https://github.com/StackExchange/Stacks-Editor/commit/a0d83c99b622be4e27e14149e54a82ff08298a89))


### Bug Fixes

* **a11y:** add menuitem role to dropdown items ([f00095e](https://github.com/StackExchange/Stacks-Editor/commit/f00095e87ab39ef2b05100e98c9cb6305b9ca182))
* **a11y:** add menuitem role to menu buttons ([#252](https://github.com/StackExchange/Stacks-Editor/issues/252)) ([25ac29b](https://github.com/StackExchange/Stacks-Editor/commit/25ac29b51b5b55e439b560d0f2fd83c00ba187bc))
* **a11y:** make dropdown menuitems children of menu ([#255](https://github.com/StackExchange/Stacks-Editor/issues/255)) ([2409a56](https://github.com/StackExchange/Stacks-Editor/commit/2409a56343dafeaea4ece39fa7ddaf0eb2e89ca4))
* **a11y:** prevent refocus of textarea on keyboard navigation ([#254](https://github.com/StackExchange/Stacks-Editor/issues/254)) ([c86457e](https://github.com/StackExchange/Stacks-Editor/commit/c86457e70ccc1ea525acac73a2478c2858edc952))
* **a11y:** remove illegal (and superfluous) aria role from the image uploader browse label ([#246](https://github.com/StackExchange/Stacks-Editor/issues/246)) ([d388a13](https://github.com/StackExchange/Stacks-Editor/commit/d388a135c66096596fb65850f547724ff41e5086))

### [0.8.8](https://github.com/StackExchange/Stacks-Editor/compare/v0.8.7...v0.8.8) (2023-06-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackoverflow/stacks-editor",
"version": "0.8.8",
"version": "0.8.9",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit 27c72cd

Please sign in to comment.