Skip to content

Releases: yairEO/tagify

v4.1.3

23 May 09:00
Compare
Choose a tag to compare
  • BUILD 1b492ef
  • fixes #819 - onInput event is fired too early, before a tag was added, so "tagify.value" is not up-to-date 8648877
  • BUILD 7667dcb
  • fixes #816 Re-validation on edit/delete tags e5c813a

v4.1.2...v4.1.3

v4.1.2

15 May 22:18
Compare
Choose a tag to compare
  • fixes #818 - retain invalid tags (including from page load) but color them red 440c16f

v4.1.1...v4.1.2

v4.1.1

24 Apr 21:20
Compare
Choose a tag to compare
  • [feat] when "a11y.focusableTags" setting is true, allows editing tags by pressing "enter" key 08bb66e

v4.1.0...v4.1.1

v4.1.0

24 Apr 21:06
Compare
Choose a tag to compare
  • BUILD eee9fb3
  • fixes #803 - added new setting for a11y - "focusableTags" which allows tags to get focus and also be deleted using backspace. if deleted, the next tag gets focus e02b901
  • fixes #804 - added paste custom hook & shows suggestion dropdown after pasting 9050e09
  • fixes #808 - Caret becomes hidden under tag 97607bd
  • fixes #807 - Empty string value can't be set when using react 9c45b3b

v4.0.5...v4.1.0

v4.0.5

15 Apr 21:04
Compare
Choose a tag to compare
  • fixes #801 - mix mode now support loading animation d392161
  • improved "mix mode" section with settings example 9d1426a
  • cleaned unwanted props also in mix-mode when updating original field's value f0cfe79

v4.0.4...v4.0.5

v4.0.4

10 Apr 19:43
Compare
Choose a tag to compare
  • BUILD 7efbb80
  • [chore] packages update f3db10a
  • fixes #749 - apparently without the setTimeout, if another Tagify was "under" the selected suggestion, it will gain focus 46ad4e5
  • fixes #794 - added __tagId property to each data item on the this.value and also on the tag elements themselves, so they could be matched to the correct item in the this.value f182aed
  • README update -stating "value" prop should be unique cbd8df2
  • fixes #793 - Typo in readme.md ec7c593

v4.0.3...v4.0.4

v4.0.3

05 Apr 17:29
Compare
Choose a tag to compare
  • fixes #792 - added dropdown:updated support in the React Wrapper 1e54df1

v4.0.2...v4.0.3

v4.0.2

05 Apr 07:33
Compare
Choose a tag to compare
  • fixes #791 - changed the propTypes for "children" in the React Wrapper a1eca0d
  • fixes #792 - added all missing custom event listeners to the React wrapper 1356592
  • fixes #790 - React wrapper now exports MixedTags correctly 8912ee3

v4.0.1...v4.0.2

v4.0.1

02 Apr 14:19
Compare
Choose a tag to compare
  • fixes #787 - updated addTags to use DOM fragment for better performance when adding tons of tags at-once (copy=paste) 6a34aaa
  • improved filtering suggestions for "select" mode: if a tag was chosen, do not filter by value until the tag is erased or was edited. if tag is edited so all characters removed, then the field blured - the tag is now removed. Also when editing the text and bluring, the tag is updated. 70d89e8
  • improved demo for "select" mode 263c78e
  • makes more sense to use "auto" since the X button should be to the right (in LTR) 1b5b7dc
  • fixes #786 - Can't make tagTextProp work when mode select is set 699eab6

v4.0.0...v4.0.1

v4.0.0

30 Mar 09:42
Compare
Choose a tag to compare
  • #489 - improved controlled-component ability by better comparing between current value and new value c74bcf4
  • changed how the original input is un-hidden 75b52c2
  • fixes #783 - Browser shows console error when submitting a form with a "required" tagified input element which is empty 6213182

BREAKING CHANGE - Update regarding onChange prop in React:

I have changed how the onChange works internally within the Wrapper of Tagify
so as of March 30, 2021 the e argument will include a detail parameter with the value as string.
There is no more e.target, and to access the original DOM input element, do this: e.detail.tagify.DOM.originalInput.

v3.25.0...v4.0.0