8000 chore(release): 9.7.1 · html-validate/html-validate@f8efbdb · GitHub
[go: up one dir, main page]

Skip to content

Commit f8efbdb

Browse files
extHTML-Validate
authored andcommitted
chore(release): 9.7.1
## 9.7.1 (2025-06-28) ### Bug Fixes * **docs:** fix typo in docs navigation ([1a2b87a](https://gitlab.com/html-validate/html-validate/commit/1a2b87a4eca16562f3738067245ce4be140dcf7d)) * **rules:** `no-raw-characters` ignores boolean attributes in favor of `attribute-allowed-values` ([22b18be](https://gitlab.com/html-validate/html-validate/commit/22b18be4aa3c25c205d0f735a3da6824edbe31ae)), closes [#296](https://gitlab.com/html-validate/html-validate/issues/296) * **rules:** allow aria-label on `<dialog>` ([bd07810](https://gitlab.com/html-validate/html-validate/commit/bd07810dd2cddf61f2893d1e051126c39c4207b0)), closes [#304](https://gitlab.com/html-validate/html-validate/issues/304) * **vitest:** fix matchers augmentation for typescript ([7c4bb69](https://gitlab.com/html-validate/html-validate/commit/7c4bb69a1bda07f266c4cff5b751526ebfb05595))
1 parent 12d99f0 commit f8efbdb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# html-validate changelog
22

3+
## 9.7.1 (2025-06-28)
4+
5+
### Bug Fixes
6+
7+
- **docs:** fix typo in docs navigation ([1a2b87a](https://gitlab.com/html-validate/html-validate/commit/1a2b87a4eca16562f3738067245ce4be140dcf7d))
8+
- **rules:** `no-raw-characters` ignores boolean attributes in favor of `attribute-allowed-values` ([22b18be](https://gitlab.com/html-validate/html-validate/commit/22b18be4aa3c25c205d0f735a3da6824edbe31ae)), closes [#296](https://gitlab.com/html-validate/html-validate/issues/296)
9+
- **rules:** allow aria-label on `<dialog>` ([bd07810](https://gitlab.com/html-validate/html-validate/commit/bd07810dd2cddf61f2893d1e051126c39c4207b0)), closes [#304](https://gitlab.com/html-validate/html-validate/issues/304)
10+
- **vitest:** fix matchers augmentation for typescript ([7c4bb69](https://gitlab.com/html-validate/html-validate/commit/7c4bb69a1bda07f266c4cff5b751526ebfb05595))
11+
312
## 9.7.0 (2025-06-15)
413

514
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-validate",
3-
"version": "9.7.0",
3+
"version": "9.7.1",
44
"description": "Offline html5 validator",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)
0