Skip to content

v0.2.1

Compare
Choose a tag to compare
@david-tejada david-tejada released this 04 Jul 17:49
· 722 commits to main since this release

Changed

  • Changed hints size and positioning so they get less in the way.
  • Hide hints when scrolling unless they scroll with the page.
  • Don't show hints on disabled elements.

Added

  • Added commands for scrolling element to top, center and bottom.
  • Added additional parameter to the API for custom scroll amount.
  • Added role="menuitemradio" to clickable elements.
  • Added keyboard clicking.
  • Added element title to "show" command.
  • Added ability to click on multiple targets.

Fixed

  • Fixed occurrences of duplicated hints.
  • Fixed some elements not reacting to clicks by also dispatching "mousedown" and "mouseup" events.
  • Fixed some elements not reacting to hover by also dispatching "mouseenter" event.
  • Fixed url in title sometimes removing the title and leaving only the url.
  • Fixed url in title not updating with hash changes.
  • Fixed command dismiss buggy behavior.
  • Fix error calling "new Color" with empty string which resulted in hints not showing in some pages (issue #28)
  • Fixed jittery hints after v0.2.0