Releases: jackdomleo7/Checka11y.css
Releases · jackdomleo7/Checka11y.css
🚀 v2.5.0
🚀 v2.4.0
New features:
- Detect aria-hidden="true" on interactable elements (#175 credit @elidakirigo)
🛠️ v2.3.3
Fixes:
- Resolve issue where a warning would showing during
npm ifor projects using checka11y-css that were not using npm 9 (#169 credit @jackdomleo7)
🛠️ v2.3.2
Fixes:
- Correctly lowering the lowest supported version of Node to v14 (#168 credit @jackdomleo7)
🛠 v2.3.1
Bugs:
<and>appearing in messages instead of<and>(#165 credit @jackdomleo7)- License comment appearing thrice in stylesheet (#164 credit @tannerdolby)
🚀 v2.3.0
New features:
- Show a warning when the user is prevented from zooming (#158 credit @alvaromontoro)
🚀 v2.2.0
New features:
- W0015: Check for deprecated
longdescattribute on<img>(#152 credit @alvaromontoro) - E0015: Check for the
longdescattribute on an<img>containing anything other than a URL to a webpage (#152 credit @alvaromontoro) - E0016: Check for the
longdescattribute on an<img>being empty (#152 credit @alvaromontoro) - E0017: Check for empty
<title>in the<head>(#155 credit @alvaromontoro) - E0018: Check for missing
<title>in the<head>(#155 credit @alvaromontoro)
Bug fixes:
- Fix where warnings were taking priority over errors (#152 credit @alvaromontoro)
🚀 v2.1.0
What's new:
- Added minified stylesheets (
checka11y.min.css,checka11y-errors.min.css,checka11y-warnings.min.css) (#146 credit @tannerdolby)
🚨 v2.0.0
Read our migration guide.
Breaking changes:
- Dropped support for
node-sass(#124 credit @tannerdolby) - Migrated away from the Sass
@importat-rule to use the Sass@useat-rule (#124 credit @tannerdolby) - Refactored customisable
!defaultSass variables to be more specific (#138 credit @jackdomleo7)$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
sassan optional peer dependency (#137 credit @jackdomleo7)- if you're importing the
.scssfiles, then you needsassinstalled, whereas if you're only importing the.cssfiles, 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 credit @EmmaDawsonDev) - Show a warning (W0011) when anchor tags appear to be used as buttons (#110 credit @Matrix278)
- Show a warning (W0012) when a
<section>does not contain a heading element (#115 credit @shamahdev) - Show a warning (W0013) when there is a link to a potentially inaccessible document (#120 credit @tannerdolby)
- Show a warning (W0014) when there is a link to a potentially inaccessible YouTube link (#120 credit @tannerdolby)