Skip to content

Commit

Permalink
Merge pull request #4602 from cloud-gov/release
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
apburnes authored Sep 26, 2024
2 parents 40875ea + e0625bf commit cd145e6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 0.12.0 (2024-09-25)

### Added

- add success criteria to a11y findings

### Fixed

- wrong instance count on zap alert titles
- separate anchors between suppressed and unsuppressed
- usability improvements to the report result content display
- make urls wrap in report headers
- URLs should wrap on the report index page
- show report types even when filtered

### Maintenance

- regenerate lockfile, remove some overrides
- don't audit devDependencies
- add more references to a11y scan findings using ACT ids
- add act id mapping
- UX improvements for findings with multiple match criteria
- update rule suppression related to search.gov and dap
- usability improvements to reports
- improve display of pages-suppressed rules in report config settings

## 0.11.1 (2024-09-09)

### Fixed
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": "pages-core",
"private": true,
"version": "0.11.1",
"version": "0.12.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit cd145e6

Please sign in to comment.