Skip to content

Commit f6ef9db

Browse files
release: 0.7.0 (#1058)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d9ad334 commit f6ef9db

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/spotty-chicken-add.md

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

CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
Should improve performance in environments that don't cache these results natively e.g. JSDOM.
10+
This increases memory usage.
11+
If this results in adverse effects (e.g. resource constrained browser environments), please file an issue.
12+
313
## 0.6.3
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dom-accessibility-api",
33
"description": "Implements https://w3c.github.io/accname/",
4-
"version": "0.6.3",
4+
"version": "0.7.0",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"type": "commonjs",

0 commit comments

Comments
 (0)