Skip to content

Commit 49e2f7f

Browse files
release: 0.5.1 (#395)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b7e3c5 commit 49e2f7f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/gentle-lamps-perform.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dom-accessibility-api changelog
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`fcc66ae`](https://github.com/eps1lon/dom-accessibility-api/commit/fcc66aef833b8c7546921800e09cbb2096ef9601) [#394](https://github.com/eps1lon/dom-accessibility-api/pull/394) Thanks [@marcosvega91](https://github.com/marcosvega91)! - Ignore `title` attribute if it is empty.
8+
9+
Previously `<button title="">Hello, Dave!</button>` would wrongly compute an empty name.
10+
311
## 0.5.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-accessibility-api",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"type": "commonjs",

0 commit comments

Comments
 (0)