diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ba1c601..1e63222b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.4 + +- [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. diff --git a/package-lock.json b/package-lock.json index 44de7776a..36212cb40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@doist/reactist", - "version": "9.1.3", + "version": "9.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e6ae539e..1544b29d5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@doist/reactist", "description": "Open source React components by Doist", "author": "Henning Muszynski (http://doist.com)", - "version": "9.1.3", + "version": "9.1.4", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": "git+https://github.com/Doist/reactist.git",