Releases: github/rubocop-rails-accessibility
Releases · github/rubocop-rails-accessibility
v1.0.1
https://rubygems.org/gems/rubocop-rails-accessibility/versions/1.0.1
What's Changed
- Bump nokogiri from 1.15.5 to 1.16.2 by @dependabot in #45
Full Changelog: v1.0.0...v1.0.1
v1.0.0
https://rubygems.org/gems/rubocop-rails-accessibility/versions/1.0.0
What's Changed
- Breaking Change: Ruby ≥3.0.0 is now required
- Bump actionview from 7.0.3.1 to 7.0.4.3 by @dependabot in #10
- Bump rack from 2.2.4 to 3.0.8 by @dependabot in #9
- add dependabot by @khiga8 in #11
- Bump actions/checkout from 2 to 4 by @dependabot in #12
- Bump rspec from 3.11.0 to 3.12.0 by @dependabot in #16
- Bump actionview from 7.0.4.3 to 7.0.8 by @dependabot in #13
- Bump minitest from 5.16.3 to 5.20.0 by @dependabot in #17
- Bump rubocop-performance from 1.14.3 to 1.19.1 by @dependabot in #18
- Bump rubocop-github from 0.18.0 to 0.19.0 by @dependabot in #19
- Bump rubocop from 1.31.2 to 1.57.1 by @dependabot in #23
- Bump rubocop-rails from 2.15.2 to 2.21.2 by @dependabot in #21
- Bump rubocop-rails from 2.21.2 to 2.23.1 by @dependabot in #34
- Bump rubocop-github from 0.19.0 to 0.20.0 by @dependabot in #24
- Bump rake from 13.0.6 to 13.1.0 by @dependabot in #27
- Bump actionview from 7.0.8 to 7.1.2 by @dependabot in #29
- Bump rubocop-performance from 1.19.1 to 1.20.2 by @dependabot in #35
- Bump minitest from 5.20.0 to 5.21.1 by @dependabot in #36
- Bump rubocop from 1.60.0 to 1.60.1 by @dependabot in #40
- Bump minitest from 5.21.1 to 5.21.2 by @dependabot in #39
- Bump actionview from 7.1.2 to 7.1.3 by @dependabot in #38
- Bump rubocop from 1.60.1 to 1.60.2 by @dependabot in #41
- Bump rspec from 3.12.0 to 3.13.0 by @dependabot in #42
- major: Release v1.0.0 by @smockle in #44
New Contributors
- @dependabot made their first contribution in #10
- @smockle made their first contribution in #44
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- Recommend usage of
require: rubocop-rails-accessibility
; rename RuboCop department to "RailsAccessibility" by @bensheldon in #7
New Contributors
- @bensheldon made their first contribution in #7
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
v0.1.0
What's Changed
- A new RuboCop Rails Accessibility rule has been created: RuboCop::Cop::Accessibility::ImageHasAlt
- A new RuboCop Rails Accessibility rule has been created: RuboCop::Cop::Accessibility::LinkHasHref
- A new RuboCop Rails Accessibility rule has been created: RuboCop::Cop::Accessibility::NoPositiveTabindex
- A new RuboCop Rails Accessibility rule has been created: RuboCop::Cop::Accessibility::NoRedundantImageAlt
New Contributors
Full Changelog: https://github.com/github/rubocop-rails-accessibility/commits/v0.1.0