Skip to content

Releases: itmaybejj/linkpurpose

1.0.8

09 Sep 17:00
53620cc

Choose a tag to compare

Fix for the aria-describedby not correctly deduplicating on links with multiple hits.

1.0.7

15 Jul 14:28
adacc02

Choose a tag to compare

Removes parenthesis from aria description text; they are redundant if we are using aria-describedby rather than visually hidden text.

1.0.6

27 May 20:23
a8511bd

Choose a tag to compare

  • Provide screen reader text via aria-describedby rather than visually hidden text. The visually hidden text was appearing on copy/paste, which is not desirable, and was being read in link-lists where it got annoying.
  • Provide for selectors for nobreak suppression for themes that have gap issues that cannot be solved via CSS.
  • Do not wrap nobreak around single-word links.

1.0.5

04 Apr 14:41
86e1361

Choose a tag to compare

Does not wrap the last word in a noBreak if the last word is more than 30 characters.

Really long linked URLs were breaking pages. You should not be linking URLs, but at least I can not break the page...

1.0.4

10 Jun 17:57
bd367bd

Choose a tag to compare

Move (presumably accidentally) wrapped spaces out of links.

E.g., from "This is a_typo_" to "This is not a typo"

1.0.3

10 Jun 15:06
3a137a1

Choose a tag to compare

Fixes bug that created a preceding space before one-word links.

1.0.2

29 Apr 18:55
dd6c794

Choose a tag to compare

Manages HTML comments inside links when creating visually hidden spans.

1.0.1

26 Apr 18:39
ffd7017

Choose a tag to compare

  • Bugfixes for domain param
  • Bugfixes for shadow component param
  • Param for detecting inline hidden spans, so the icon is not inserted hidden
  • Param to hide screen reader text that is fully redundant to text of link
  • Documentation for material icons

Full Changelog: 1.0.0...1.0.1

Initial release

05 Apr 13:48
45099a7

Choose a tag to compare

1.0.0

Make sure initial run comes before setting mutation observers.