You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes #1115 - setRangeAtStartEnd should not unfocus another focused element which is not the current tagified component. d112fa7
fixes #1129 - dropdown.enabled setting should be considered in select-mode 41f227e
refactor after moving methods to helpers file 0ebabd1
fixes #1131 - when editing a tag, pasted content should be sanitized 49b83f9
moved methods to helpers.js file: injectAtCaret, setRangeAtStartEnd, getCaretGlobalPosition99b9c48
added "exports" property for proper ESM consumption 6528772
fixes #1137 - never automatically trim original value (in mix mode) and let the author handle any trimming from outside 8631d68
fixes #1142 - introeduced deboucning mechanism to the update method to avoid cases when it is called succeedingly, so only the last call should be executed. cff6a1b
Fixes #1143 - Removed InstallTrigger Firefox detected due to annoying console warning in Firefox saying it is deprecated. Replaced with user-agent parsing 278cca8