Skip to content

Releases: jackdomleo7/Checka11y.css

🚀 v2.5.0

19 Oct 21:12
69e13fb

Choose a tag to compare

CSS was refactored to use modern logical CSS properties for improved internationalisation

🚀 v2.4.0

02 Sep 16:30
3adb579

Choose a tag to compare

New features:

🛠️ v2.3.3

25 Mar 17:05
48f09e8

Choose a tag to compare

Fixes:

  • Resolve issue where a warning would showing during npm i for projects using checka11y-css that were not using npm 9 (#169 credit @jackdomleo7)

🛠️ v2.3.2

14 Feb 21:55
223e9a4

Choose a tag to compare

Fixes:

  • Correctly lowering the lowest supported version of Node to v14 (#168 credit @jackdomleo7)

🛠 v2.3.1

21 Jan 17:50
6df01aa

Choose a tag to compare

Bugs:

🚀 v2.3.0

17 Jan 20:08
a1f5d1c

Choose a tag to compare

New features:

🚀 v2.2.0

21 Dec 09:48
9c5abce

Choose a tag to compare

New features:

  • W0015: Check for deprecated longdesc attribute on <img> (#152 credit @alvaromontoro)
  • E0015: Check for the longdesc attribute on an <img> containing anything other than a URL to a webpage (#152 credit @alvaromontoro)
  • E0016: Check for the longdesc attribute 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:

🚀 v2.1.0

09 Nov 10:01
b4e10e5

Choose a tag to compare

What's new:

  • Added minified stylesheets (checka11y.min.css, checka11y-errors.min.css, checka11y-warnings.min.css) (#146 credit @tannerdolby)

🚨 v2.0.0

19 Oct 20:50
3e2c7c8

Choose a tag to compare

Read our migration guide.

Breaking changes:

  • Dropped support for node-sass (#124 credit @tannerdolby)
  • Migrated away from the Sass @import at-rule to use the Sass @use at-rule (#124 credit @tannerdolby)
  • Refactored customisable !default Sass 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 sass an optional peer dependency (#137 credit @jackdomleo7)
    • if you're importing the .scss files, then you need sass installed, whereas if you're only importing the .css files, then you don't necessarily need it for this package

🚀 v1.4.0

14 Oct 18:40
18e4558

Choose a tag to compare

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)