Skip to content

Releases: bryanbraun/anchorjs

1.0.1

15 May 04:43
Compare
Choose a tag to compare

Improves how styles are included in to allow for easier CSS overrides.

1.0.0

14 May 06:39
Compare
Choose a tag to compare

Includes the following improvements:

  • The ability to selectively remove anchors (fixes #32).
  • The ability to set custom icons via the API (fixes #23).
  • A solid set of automated tests (addresses #24).
  • Configurable options for left/right positioning and hover/always visibility (fixes #26).
  • Better documentation and examples at http://bryanbraun.github.io/anchorjs (fixes #27).
  • Remove the focus mark and reduce the extra markup with aria-label (fixes #35).
  • A refactoring of the API, making the above updates possible.

:shipit:

0.4.0

13 May 03:11
Compare
Choose a tag to compare

Update the title -> url replacement code, to work in more circumstances.

0.3.1

06 Mar 05:49
Compare
Choose a tag to compare

Fixes #9: Increment generated IDs if they match existing IDs on the page.

0.3.0

10 Feb 05:47
Compare
Choose a tag to compare

Fixes the following issues:

#17 - Update README to include install via bower or npm
#14 - Generated IDs can get too long and are not "cleaned"
#20 - Take care of special characters
#12 - Improve accessibility of AnchorJS links

Also updates comments.