Skip to content

Releases: instructure/tinymce-a11y-checker

v1.10.0

27 Nov 23:39
Compare
Choose a tag to compare

Changes

Improvements

  • Add ids and linkText [e0a610e]
    This does two significant things, first it adds the concept of rule ids to the rules. This makes it easy to
    identify a rule in the code. The second thing is it adds linkText which is a new property of a rule. It describes
    additional text to describe the former "Learn more" link found inside of rules.

v1.9.0

13 Sep 16:55
Compare
Choose a tag to compare
1.9.0

v1.8.0

05 Sep 20:42
Compare
Choose a tag to compare

Changes

Bugs

  • Fix spelling on contrast why popup [93714d1]
    It's good to spell things right, so we fixed that.

  • Make why popover 'x' receive focus [a905178]
    We definitely want to make sure people can close popovers... now everyone can.

  • Highlight infractions rather than select [ab5b9f6]
    It seems the way we were handling selecting items caused VoiceOver to have some issues, like really bad ones. We changed things up now so that this doesn't happen. We now show a cool blue indicator above the issues that the a11y checker reveals.

  • Handle existing styles with contrast updates [04fa636]
    Turns out our contrast rule wiped out a bunch of other styles when fixing the font color. Now that doesn't happen because we care that you have background colors too.

  • Remove indicators on close and error correction [f4fc8ee]
    Remember how we changed up and added those cool indicators above. Well turns out that we needed to fix a few things with them... so we did! Now they disappear when they should.

Miscellaneous

  • Update translations [d110665]
  • Clear up canvas errors when running tests [06d4d7a]

v1.7.0

14 Aug 19:46
eaac2d7
Compare
Choose a tag to compare

Changes

New Rules

  • List Structure [5d451ac]
    If it looks like a list, it probably should be a list. This rule detects that and helps make it into a real list. This was a non-Instructure contribution in #17 from @Synvox 🎉

Bugs

  • Keep the checker pane open when there aren't any errors. [ae9ead0]
    Sometimes it was a bit jarring to have it disappear right as you were reading it. It no longer does that. You have to explicitly close the tray.

  • Make the previous button read as 'previous' to screenreaders [8705ff6]
    It was sad that users would hear 'Prev' for that button rather than the full word. But they are sad no more.

Miscellaneous

v1.6.0

20 Jun 16:50
5c05a63
Compare
Choose a tag to compare

upgrade to instUI 5 and update all other deps too

v1.5.0

10 May 20:18
Compare
Choose a tag to compare

🎉 This is our first release with a GitHub-first approach to open source! 🎉

Changes

  • Added support for rules with asyncronous tests [0e03963]
  • Set up GitHub related stuff (Travis build, documentation, etc.)