Skip to content

v4.17.0

Compare
Choose a tag to compare
@yairEO yairEO released this 12 Nov 21:44
· 382 commits to master since this release
  • 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