Skip to content

Releases: yairEO/tagify

v4.2.0

06 Jun 12:08
Compare
Choose a tag to compare

v4.1.4...v4.2.0

v4.1.4

30 May 14:55
Compare
Choose a tag to compare
  • restored missing header comment in minified files 1b49ff1
  • #456 - suggestions dropdown list now has scrollbar shown by default and no only on hover, for touch screen issues where "hover" cannot be applied 11c1a3d
  • fixes #816 - revalidate max tags after tags are removed 2d44c52

v4.1.3...v4.1.4

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