Skip to content

Commit e0625bf

Browse files
chore: release 0.12.0
1 parent 40875ea commit e0625bf

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.12.0 (2024-09-25)
2+
3+
### Added
4+
5+
- add success criteria to a11y findings
6+
7+
### Fixed
8+
9+
- wrong instance count on zap alert titles
10+
- separate anchors between suppressed and unsuppressed
11+
- usability improvements to the report result content display
12+
- make urls wrap in report headers
13+
- URLs should wrap on the report index page
14+
- show report types even when filtered
15+
16+
### Maintenance
17+
18+
- regenerate lockfile, remove some overrides
19+
- don't audit devDependencies
20+
- add more references to a11y scan findings using ACT ids
21+
- add act id mapping
22+
- UX improvements for findings with multiple match criteria
23+
- update rule suppression related to search.gov and dap
24+
- usability improvements to reports
25+
- improve display of pages-suppressed rules in report config settings
26+
127
## 0.11.1 (2024-09-09)
228

329
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pages-core",
33
"private": true,
4-
"version": "0.11.1",
4+
"version": "0.12.0",
55
"description": "",
66
"keywords": [],
77
"dependencies": {

0 commit comments

Comments
 (0)