Skip to content

Releases: luke-chang/js-spatial-navigation

v0.3.3

02 Mar 11:44
Compare
Choose a tag to compare
  • defaultElement now verifies whether the selector is within the section
  • FIX: Keys with modifiers should be ignored
  • FIX: The last-focused sectionId should be reset if the corresponding section is removed
  • CommonJS export is now supported

v0.3.2

11 May 03:42
Compare
Choose a tag to compare
  • Ignore elements with the "disabled" attribute

v0.3.1

07 Apr 06:33
Compare
Choose a tag to compare
  • Cancelling "sn:willmove" won't make the default action be taken now

v0.3

21 Mar 06:32
Compare
Choose a tag to compare
  • Remove jQuery dependency and rename the library
  • Add more APIs and events
  • Improve navigating behaviors
  • Fix minor bugs

v0.2

07 Nov 18:25
Compare
Choose a tag to compare
  • Brand-new APIs.
  • Utilize native key events and focus event
  • Easily define different navigating areas
  • Options for customizing your navigating logic

v0.1

31 Oct 19:20
Compare
Choose a tag to compare
  • The first version with a simple jQuery interface