Skip to content

Commit

Permalink
release: 0.7.0 (#1058)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 24, 2024
1 parent d9ad334 commit f6ef9db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/spotty-chicken-add.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# dom-accessibility-api changelog

## 0.7.0

### Minor Changes

- [#1048](https://github.com/eps1lon/dom-accessibility-api/pull/1048) [`d9ad334`](https://github.com/eps1lon/dom-accessibility-api/commit/d9ad334c1e17d590bccdbd7e94cf403a09486d53) Thanks [@TomPridham](https://github.com/TomPridham)! - Cache `window.getComputedStyle` results

Should improve performance in environments that don't cache these results natively e.g. JSDOM.
This increases memory usage.
If this results in adverse effects (e.g. resource constrained browser environments), please file an issue.

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dom-accessibility-api",
"description": "Implements https://w3c.github.io/accname/",
"version": "0.6.3",
"version": "0.7.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "commonjs",
Expand Down

0 comments on commit f6ef9db

Please sign in to comment.