Skip to content

v4.20.0

Compare
Choose a tag to compare
@yairEO yairEO released this 11 Feb 15:18
· 107 commits to master since this release
  • Fixed numbers-only whilelist not showing with userInput:false setting 96f96ee
  • Added paste event listener 90cc5f7
  • The global onClickAnywhere event should be of type capture to guarantee it will fire before any other event so not to mess state.hasFocus (related to #1282) 7e5409c
  • The global onClickAnywhere event should be of type capture to guarantee it will fire before any other event so not to mess state.hasFocus (related to #1282) b2d7c1a
  • Fixes #1219 - Tagify within a <label> element can't get focused as the focus it shifted to the hidden original field 859fca4
  • select-mode can only have one tag, so replaced block margin (up/down) with padding so the tag will occuy the whole space of the container and have a larger clicking area edd8378
  • Prevented dblclick event from being listened to in select mode, since there is no need for it.
  • In `select mode, clicking on the icon which toggles the dropdown should toggle it when it is already open. refactored that part. 6329b43
  • Remove console.log call 9369b86

v4.19.1...v4.20.0