diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9d05a3..c0319ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ * [CHORE] ... * [FEATURE] ... +* [CHANGE] Bump but also loosen MarkdownLint dependency (by [@faisal][]) +* [CHORE] Bump Mocha and Rake dependencies (by [@faisal][]) +* [CHANGE] Replace Aruba with direct API calls in specs (by [@faisal][]) * [CHANGE] Replace all Cucumber features with Minitest/Spec specs (by [@faisal][]) +* [BUGFIX] Add `lang="en"` to the report's `` element, give the menu-toggle anchor an `aria-label`, and make the per-rating summary IDs unique. Fixes 17 WCAG 2.1 AA structural errors on `overview.html`. (by [@MarcusAl][]) # v5.0.0 / 2026-01-26 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.12.0...v5.0.0) @@ -504,3 +508,4 @@ [@fbuys]: https://github.com/fbuys [@exoego]: https://github.com/exoego [@raff-s]: https://github.com/raff-s +[@MarcusAl]: https://github.com/MarcusAl diff --git a/lib/rubycritic/generators/html/templates/layouts/application.html.erb b/lib/rubycritic/generators/html/templates/layouts/application.html.erb index fae2e5e8..1c1f328a 100644 --- a/lib/rubycritic/generators/html/templates/layouts/application.html.erb +++ b/lib/rubycritic/generators/html/templates/layouts/application.html.erb @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@