Skip to content

4.4.10 🦆

Compare
Choose a tag to compare
@skerbis skerbis released this 21 Feb 12:20
· 27 commits to main since this release
9ad34cf

Minor enhancements. View update notes for Sa11y 4!

The alt text check for file extensions now also detects image dimensions, e.g., alt="banner-900x400". The regex looks for image dimensions (like "900 x 400") by matching two numbers separated by "x," and uses word boundaries to avoid mistakes with similar phrases like "10x zoom."
Added new props to configure the edit button in the Image Outline:
ignoreEditImageURL (Array) – If an image's src attribute contains any of the strings in this array, the edit button will not be shown for that image.
ignoreEditImageClass (Array) – If an image has any of the class names listed in this array, the edit button will be hidden.

What's Changed

  • Update sa11y to version 4.1.0 by @github-actions in #47
  • Update sa11y to version 4.1.1 by @github-actions in #48

Full Changelog: 4.4.9...4.4.10