Releases: bryanbraun/anchorjs
Releases · bryanbraun/anchorjs
1.0.1
Improves how styles are included in to allow for easier CSS overrides.
1.0.0
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.
0.4.0
Update the title -> url replacement code, to work in more circumstances.