Skip to content

Releases: jsor/domestique

v1.7.0

01 Nov 22:41
v1.7.0
2e9621b
Compare
Choose a tag to compare
  • Add select() and selectAll() helpers.
  • Deprecate find().

v1.6.0

05 Oct 11:57
v1.6.0
07e9e0b
Compare
Choose a tag to compare
  • Add isFocusable() and isTabbable() helpers.

v1.5.0

31 Aug 09:52
v1.5.0
77a2612
Compare
Choose a tag to compare
  • Add focusable() and tabbable() helpers.
  • Fix handling of (empty) strings passed to create() and render().

v1.4.0

30 Aug 14:22
v1.4.0
4470c40
Compare
Choose a tag to compare
  • Add render() helper.
  • Ensure elements returned from create() are detached from its parent element.

v1.3.0

17 Aug 10:59
v1.3.0
854a5bf
Compare
Choose a tag to compare
  • Add onTransitionEnd() helper.
  • Pass the delegate target as seconds argument to the listener in delegate().

v1.2.0

14 Aug 12:06
v1.2.0
1cc2476
Compare
Choose a tag to compare
  • Add activeElement() helper.
  • Add focus() helper.
  • Add parents() helper.
  • Fix return value of off() for invalid targets.

v1.1.0

14 Aug 11:22
v1.1.0
9f6fd69
Compare
Choose a tag to compare
  • Add scrollbarSize() helper.
  • Add viewportHeight() and viewportWidth() helper.
  • Add inViewport() helper.
  • Fix and document return type of dispatch().
  • Allow a DOM node to be passed to create() and return as is.
  • Harden all helpers against non-element arguments.

v1.0.0

08 Aug 19:09
v1.0.0
4f7dc7c
Compare
Choose a tag to compare

Initial stable release.