diagram-js
Advanced tools
Changelog
14.3.0
FEAT
: make popup menu fully keyboard navigatable (#871)FIX
: do not trap TAB
in popup menu (#874)FIX
: do not trap Space
and Enter
on button elements (#874)FIX
: do not trap click outside of popup menu (#874)FIX
: show empty placeholder in popup menu when no entries were returned (#876)FIX
: correct various types (#875)Changelog
14.0.0
FEAT
: add to selection through SHIFT (#851)FEAT
: allow to provide custom popup menu empty state (#847)FIX
: remove CTRL + click
for adding selections (#850)FIX
: correct type definitions (#843, 175da39
)CHORE
: remove broken touch interaction (#796)DEPS
: drop hammerjs
dependency (#845)