Skip to content

Releases: jackdomleo7/Checka11y.css

🛠️ v2.3.3

25 Mar 17:05
48f09e8
Compare
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)

Maintenance:

  • Update dependencies (#169)

🛠️ v2.3.2

14 Feb 21:55
223e9a4
Compare
Choose a tag to compare

Fixes:

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

Maintenance:

  • Upgrade to use npm v9 (#168)
  • Update dependencies (#168)

🛠 v2.3.1

21 Jan 17:50
6df01aa
Compare
Choose a tag to compare

Bugs:

  • &lt; and &gt; appearing in messages instead of < and > #165
  • License comment appearing thrice in stylesheet #164, #165

Maintenance:

  • Update dependencies #165

🚀 v2.3.0

17 Jan 20:08
a1f5d1c
Compare
Choose a tag to compare

New features:

  • Show a warning when the user is prevented from zooming (#158)

Maintenance:

  • Updated dev dependencies (#159)

🚀 v2.2.0

21 Dec 09:48
9c5abce
Compare
Choose a tag to compare

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:

  • Updated dev dependencies #156
  • Updated Stylelint config #156

🚀 v2.1.0

09 Nov 10:01
b4e10e5
Compare
Choose a tag to compare

What's new:

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

Maintenance:

  • Dependency updates (#146)

🚨 v2.0.0

19 Oct 20:50
3e2c7c8
Compare
Choose a tag to compare

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 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
Compare
Choose a tag to compare

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:

  • Replaced node-sass with Sass (#114)
  • Dev dependency updates (#114) (#118)
  • Refactored workflows to be more reliable (#118)
  • Automate publishing to npm (#135)(#136)

🛠 v1.3.3

14 Mar 10:07
283b18b
Compare
Choose a tag to compare

🛠 v1.3.2

03 Feb 14:33
Compare
Choose a tag to compare

Bugs:

  • Accidentally didn't update version in package.json in v1.3.1