Skip to content

Releases: yairEO/tagify

v4.4.0

03 Jul 21:38
Compare
Choose a tag to compare
  • added index.html section for "dsiabled" Tagify mode 2657781
  • minot bug fix for suggestions borders not always visible after content scroll in Chrome (chrome bug) 695f517
  • fixes #851 - MixMode - When removing a tag (using x) the input field is not updated 3cb4b5d
  • fixes #854 - Support disabled attribute 005a332
  • fixed #853 - Value not displayed for readonly in select mode 79f2c26
  • fixes #854 - Support "disabled" input attribute 79408ea
  • fixes #850 - "keepInvalidTags" setting was keeping unwanted invalidity-related properties on the tagData after each edit 2f9b41c
  • fixes #848 - Single change event instead of multiple events with addTags / RemoveTags 06df9c6
  • Merge branch 'master' of https://github.com/yairEO/tagify 2dfda82
  • updated packages f7711a6
  • added CDN links with examples 6664903

v4.3.1...v4.4.0

Minor bugfix for invalid edited tags' title tooltip

16 Jun 09:57
Compare
Choose a tag to compare
  • fixes #842 - Tooltip/title is set to "false" if tag is invalid on edit 8f9067b

v4.3.0...v4.3.1

v4.3.0

12 Jun 18:48
Compare
Choose a tag to compare
  • fixes #837 - backspace in 'mix' mode with multiple lines Previous lines are being hidden and removed from the text area 0d9bb5f
  • [chore] refactored dropdown methods so they wouldn't need binding with "bind" or "call" d780696
  • [feature] added "whitelist" getter and setter directly on the instance 95e25b6
  • fixes #839 - fixed tags validation when edited/removed 12eab06
  1. improved "isSameDeep" to not stringify if already is a string
  2. refactored "defaultValue" logic related to "value" changes
  3. small general refactor for all events binding
  4. updated the docs ceada65

v4.2.0...v4.3.0

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