Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Nov 1, 2024
1 parent d1e55b7 commit c226872
Show file tree
Hide file tree
Showing 3 changed files with 1,224 additions and 1,246 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8.0 (2024-11-01)
------------------

- Convert the source code to ES modules. `dist/aria.js` is still an UMD bundle.
- The internal re-exports `query.getRole()` and `query.getAttribute()` have
been removed. Use the corresponding exports from `attrs` instead.
- fix: support `xlink:href` on `<area>` elements
- fix: consider `text-transform` in `getName()` and `getDescription()`


0.7.0 (2024-06-22)
------------------

Expand Down
Loading

0 comments on commit c226872

Please sign in to comment.