Skip to content

Commit

Permalink
fix: Prevent menu items with aria-disabled=false from being disabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieyan authored May 11, 2021
1 parent 88c6765 commit ff476ca
Show file tree
Hide file tree
Showing 43 changed files with 44 additions and 38 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.

## 9.1.5

- [Fix] Prevent menu items with `aria-disabled` set to `false` from being disabled

## 9.1.4

- [Perf] Make the disabled Button component visible to screen readers by swapping `disabled` for `aria-disabled`
- [Perf] Make the disabled Button component visible to screen readers by swapping `disabled` for `aria-disabled`

## 9.1.3

- [Tweak] Upgrade Storybook to version v6.2.1. Migrate stories to new version.
- [Tweak] Upgrade Storybook to version v6.2.1. Migrate stories to new version.

## 9.1.2

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,16 @@ MacOS users might need to upgrade watchman with `brew install watchman` when exp

# Releasing

A new version of reactist is published both on npm and GitHub Package Registry whenever a new release on GitHub is created.
A new version of reactist is published both on npm and GitHub Package Registry whenever a new release on GitHub is created.

To begin the process, update CHANGELOG.md with the new version and its changes

To update the version in both `package.json` and `package-lock.json`:

```sh
npm --no-git-tag-version version <major|minor|patch>
```
Once these changes have been pushed and merged, create a release.

A GitHub Action will automatically perform all the necessary steps and will release the version number that's specified inside the `package.json`'s `version` field so make sure that the release tag reflects the version you want to publish.
Once these changes have been pushed and merged, create a release.

A GitHub Action will automatically perform all the necessary steps and will release the version number that's specified inside the `package.json`'s `version` field so make sure that the release tag reflects the version you want to publish.
1 change: 0 additions & 1 deletion docs/0.63fa78419e1c0c60b282.manager.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/0.deb02a8f5cf2c90007d7.manager.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/4.2d6b30b870be57586238.manager.bundle.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/4.57806566.iframe.bundle.js.map

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

1 change: 0 additions & 1 deletion docs/4.bdbe9d75.iframe.bundle.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/4.c2918910477d5f2d0371.manager.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/5.1a5cecf41100ca1ff8fa.manager.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/5.a78cecab6c98d967a115.manager.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/6.2dee1693.iframe.bundle.js.map

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

2 changes: 2 additions & 0 deletions docs/6.65191dcd8662a31a69c8.manager.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/6.eb11fce9.iframe.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/8.69304d6901ebd21677c6.manager.bundle.js

This file was deleted.

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

2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@



window['FRAMEWORK_OPTIONS'] = {};</script><script src="runtime~main.d73d0790.iframe.bundle.js"></script><script src="vendors~main.d1594c2f.iframe.bundle.js"></script><script src="main.675e534c.iframe.bundle.js"></script></body></html>
window['FRAMEWORK_OPTIONS'] = {};</script><script src="runtime~main.c82b9ca1.iframe.bundle.js"></script><script src="vendors~main.200e870e.iframe.bundle.js"></script><script src="main.3dee0ff8.iframe.bundle.js"></script></body></html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@



window['DOCS_MODE'] = false;</script><script src="runtime~main.5799b333af3acfe8c271.manager.bundle.js"></script><script src="vendors~main.1ea2bbc36c70e950054d.manager.bundle.js"></script><script src="main.5e3963619cdcac6a4a0a.manager.bundle.js"></script></body></html>
window['DOCS_MODE'] = false;</script><script src="runtime~main.d19817689f726beb264f.manager.bundle.js"></script><script src="vendors~main.2d10f07dc46e02b35c70.manager.bundle.js"></script><script src="main.ecf76ec7b279514afee2.manager.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions docs/main.3dee0ff8.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.5e3963619cdcac6a4a0a.manager.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.675e534c.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.ecf76ec7b279514afee2.manager.bundle.js

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

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

Loading

0 comments on commit ff476ca

Please sign in to comment.