Skip to content

Releases: yairEO/tagify

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

v4.15.3

05 Aug 15:07
Compare
Choose a tag to compare
  • fixes #1032 - Delete key deletes tags in other Tagify instances when dropdown.enabled is set to false 948c2d0
  • fixes #1059 - in FF 47, let keyword in a for loop does not creates a scope c0aea5e
  • fixes #1091 - dropdown setting mapValueTo breaks previous changes which deprecated tagifySuggestionIdx in favor of value (which is unique and should not be mapped when applied to the template) 23811c0

v4.15.2...v4.15.3

v4.15.2

31 Jul 09:21
Compare
Choose a tag to compare

urgent bugfix - suggestions can also be an array of strings (and not objects) bada36e

v4.15.1...v4.15.2

v4.15.1

30 Jul 23:05
Compare
Choose a tag to compare
  • fix navigation issues when selecting an item with the arrows keys or ENTER key 14763e9
  • fixed keyboard navigation for complex suggestions dropdowns and changed tagifySuggestionIdx to point to the unique value rather than the index in the suggestions array ec82221

v4.15.0...v4.15.1

v4.15.0

30 Jul 22:04
Compare
Choose a tag to compare
  • added support for sending the original event to the "trigger" events method cd70179
  • added support for transitioning-out the selected suggestion item 2199473
  • when removing all tags, the dropdown should re-filter, because that action might have been triggered from inside the dropdown, and it might still be open e9534ad
  • added dropdown variables to knobs in the examples page 34b4c5f
  • refactored users-list CSS example to use --tagify-dd-item-pad variable instead of hard-coded property setter 7fae41a
  • minor improvements to the horizontal tags hidden transition e6139c9
  • attach a custom property __tagify`` reference to the Tagify instance on the original input and is now returning that instance if the same original input is re-tagified (for some reason) 02902be
  • chore - added README info for some new CSS variables + ones which were not mentioned before regarding the suggestions dropdown f290462
  • fixes #1054 - underlying Tagify shoud not get focused when selecting a suggestion from a Tagify sugegstion dropdown which is rendered over it. b2aa6a7
  • chore - added an item to the FAQ in README 0dbbfc9
  • fixes #1074 - do not create tags from invalid input. Added the new createInvalidTags setting e446b1d
  • fixes #1082 - add an easy was to set tags border-radius using CSS variables 8b6e00c
  • Update index.html for a problematic HTML markup (#1083) 2246bc4

v4.14.1...v4.15.0

v4.14.1

25 Jul 22:03
Compare
Choose a tag to compare
  • fixes a bug where select-mode was marked as invalid on first load, if was empty 7622f32
  • fixes #1080 - in select-mode with mapValueTo if the more than one mapped property is identical, a mismatch is happening during blur event. Also normalizeTags should not try to match items from the whitelist if the argument is a collection ef6abff
  • fixes #1081 - in "select" mode, manually removing the value and re-selecting an option is stuck as "invalid - empty" c03e594
  • fixes #1076 - CDN links updated from unpkg to jsdeliver 3b84145

v4.14.0...v4.14.1

v4.14.0

20 Jul 21:15
Compare
Choose a tag to compare
  • improved the explenation for the Tags with properties section in the examples page d893323
  • fixes #1055 - added new setting onChangeAfterBlur which when set to false, fires the onChange event on every change and not only when the field is blured 2dad0de
  • fixes #1068 - memory leak when interval was not cleared when the instance is destroyed or the original input is no longer in the DOM 5b4b69f
  • Fixes typos in 'Tags with Properties' section (#1070) a4fc91a

v4.13.3...v4.14.0