Skip to content

Releases: yairEO/tagify

v4.17.4

19 Nov 15:54
Compare
Choose a tag to compare
  • 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 so value 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.4

v4.17.3

17 Nov 14:55
Compare
Choose a tag to compare
  • fixes #1149 - Caret placement is at begining (and not end) after calls to editTag 22c90ec
  • fixes #1148 - calling setRangeAtStartEnd with wrong 2nd parameter 869f1da

v4.17.2...v4.17.3

v4.17.2

16 Nov 12:00
Compare
Choose a tag to compare
  • fixes #1147 - Accessing to the settings' dropdown property without it existing 2c53c57

v4.17.1...v4.17.2

v4.17.1

15 Nov 15:44
Compare
Choose a tag to compare
  • removed exports from package.json as it seemed to have caused problems with importing the package due to misconfiguration. Will work on that more. cc93ccc
  • moved tagData from the prototype to the "helpers" file, and renamed it getSetTagData 3acff13

v4.17.0...v4.17.1

v4.17.0

12 Nov 21:44
Compare
Choose a tag to compare
  • 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.17.0

v4.16.4

03 Sep 19:12
Compare
Choose a tag to compare
  • fixes #1103 - Enter/tab don't work as delimiters for dropdown position 'manual' d16145f
  • improved custom suggestions list demo when nothing is found 9378853
  • fixes #1113 - support disallowing user input in select-mode 3d50e58

v4.16.3...v4.16.4

v4.16.3

01 Sep 11:28
Compare
Choose a tag to compare
  • 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.3

v4.16.2

19 Aug 10:58
Compare
Choose a tag to compare
  • fixes #1101 - Suggestion list position not updated when tagify is in a scrollable container (other than <body>) 2380363
  • fixes #1099 - incorrect suggestions-autocomplete when suggestions are highlighted e2f0bed

v4.16.0...v4.16.2

v4.16.0

15 Aug 07:07
Compare
Choose a tag to compare
  • fixes #1098 - Added new dropdown setting includeSelectedTags which allows showing already-selected tags in the suggestions dropdown defcedf

v4.15.4...v4.16.0

v4.15.4

13 Aug 19:53
Compare
Choose a tag to compare
  • 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 to event in multiple events - removed cloneEvent in EventDispatcher.js since it was already defined apparently in tagify.js 897561f

v4.15.3...v4.15.4