Releases: jsor/domestique
Releases · jsor/domestique
v1.7.0
- Add
select()
and selectAll()
helpers.
- Deprecate
find()
.
v1.6.0
- Add
isFocusable()
and isTabbable()
helpers.
v1.5.0
- Add
focusable()
and tabbable()
helpers.
- Fix handling of (empty) strings passed to
create()
and render()
.
v1.4.0
- Add
render()
helper.
- Ensure elements returned from
create()
are detached from its parent element.
v1.3.0
- Add
onTransitionEnd()
helper.
- Pass the delegate target as seconds argument to the listener in
delegate()
.
v1.2.0
- Add
activeElement()
helper.
- Add
focus()
helper.
- Add
parents()
helper.
- Fix return value of
off()
for invalid targets.
v1.1.0
- 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.