Releases: yairEO/tagify
Releases · yairEO/tagify
v4.17.5
-
changes React file from
js
tojsx
5556c33 -
fixes #1155 - should again take inco consideration the dropdown might be open when the timeout fires 7f6f787
-
fixes #1154 - "isCaretAfterTag" is sometimes "true" and not an element, so make sure it's an element before continuing 6317fc7
-
mix-mode is better initialized by default with
dropdown.position
astext
903444c -
added missing argument in function's comment 1ec88c3
-
added pnpm lock file 17e2884
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