Releases: yairEO/tagify
Releases · yairEO/tagify
v4.17.4
- for auto-complete, should be mapped b6bdcea
- suggested text must be a string and not number, and also should be initialized if
data
is empty sovalue
is an empty string ac7e5f8 - Deepscan errors fixes 63a8934
- fixes #1150 - autosuggest should use
getMappedValue
in order to find the best match for the string f0f9529
v4.17.3
v4.17.2
v4.17.1
v4.17.0
- 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
,getCaretGlobalPosition
99b9c48 - 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 - packages update 298654e
v4.16.4
v4.16.3
- fixed typo 02aae13
- improved demo to be more complex 6a93257
- fixes #1108 - Dropdown position is incorrect when element enters fullscreen mode b019c41
- fixes #1109 - when selecting a suggestion with the mouse, in mix-mode, the caret appears at the start after the tag was added 3860722
- changed
author
to the short version 1a9ffae
v4.16.2
v4.16.0
v4.15.4
- fixes #1094 - Suggestions dropdown does not highlight first item 229af64
- improved CSS selectors for the users-list example 13e311a
- fixes #1022 - 'Event.path' is deprecated 4ca3a2d
- renamed
originalEvent
toevent
in multiple events - removedcloneEvent
inEventDispatcher.js
since it was already defined apparently intagify.js
897561f