Releases: jackdomleo7/Checka11y.css
Releases · jackdomleo7/Checka11y.css
🛠️ v2.3.3
🛠️ v2.3.2
🛠 v2.3.1
🚀 v2.3.0
🚀 v2.2.0
New features:
- W0015: Check for deprecated
longdesc
attribute on<img>
#152 - E0015: Check for the
longdesc
attribute on an<img>
containing anything other than a URL to a webpage #152 - E0016: Check for the
longdesc
attribute on an<img>
being empty #152 - E0017: Check for empty
<title>
in the<head>
#155 - E0018: Check for missing
<title>
in the<head>
#155
Bug fixes:
- Fix where warnings were taking priority over errors #152
Maintenance:
🚀 v2.1.0
🚨 v2.0.0
Read our migration guide.
Breaking changes:
- Dropped support for
node-sass
(#124) - Migrated away from the Sass
@import
at-rule to use the Sass@use
at-rule (#124) - Refactored customisable
!default
Sass variables to be more specific (#138)$text-warning
->$checka11y-text-warning
$bg-warning
->$checka11y-bg-warning
$border-warning
->$checka11y-border-warning
$text-error
->$checka11y-text-error
$bg-error
->$checka11y-bg-error
$border-error
->$checka11y-border-error
$font-family
->$checka11y-font-family
$font-size
->$checka11y-font-size
$font-weight
->$checka11y-font-weight
What's new:
- Made
sass
an optional peer dependency (#137)- if you're importing the
.scss
files, then you needsass
installed, whereas if you're only importing the.css
files, then you don't necessarily need it for this package
- if you're importing the
🚀 v1.4.0
New features:
- Show a warning (W0010) when
role="text"
is used in heading elements (#111) - Show a warning (W0011) when anchor tags appear to be used as buttons (#110)
- Show a warning (W0012) when a
<section>
does not contain a heading element (#115) - Show a warning (W0013) when there is a link to a potentially inaccessible document (#120)
- Show a warning (W0014) when there is a link to a potentially inaccessible Youtube link (#120)
Maintenance:
🛠 v1.3.3
- Added ngx-checka11y to installation docs
- Updated dependencies