Skip to content

Releases: yairEO/tagify

v4.22.2

19 Mar 11:37
Compare
Choose a tag to compare
  • fixes #1309 - focusing on the edge of Tagify should not create a tag. This is becuase the event was coming form the Tagify wrapper itself and the text variable was not specific enough when getting the input's text 00a96ba

v4.22.1...v4.22.2

v4.22.1

18 Mar 19:38
Compare
Choose a tag to compare
  • fixes #1307 - dropdown suggestions list isn't updated when search text changes 7708846
  • fixes #1301 - addMixTags method was using an undeclared variable. 4387cf8
  • added import example for React Tags & MixedTags components 57ee338

v4.22.0...v4.22.1

v4.22.0

16 Mar 20:26
Compare
Choose a tag to compare
  • fixes #996 - rephrased license restrictions for rebradning and selling the software eb7098a
  • minor code adjustment for select mode 8cd82a3
  • changed the focus and blur events for the input element to global focusin & focusout events because they can be propagated, and more flexible to work with because it doesn't resrict working only with the input element 669ed81
  • dropdown.show() method should do nothing if this.state.dropdown.visible is true 65abbb9
  • select mode should not auto-complete when pressing the TAB button because the autocomplete method cannot currently work for select mode since it only works for the input element which is hidden in select mode 10078f1
  • fixes #1296 - Updated templates file to allow select mode to have focus when being "Tabbed" into, by giving the tag's text node a contenteditable which makes it recieves focus aca03a0
  • added new helper method isWithinNodeTag to test if a certain node is nested inside a tag element d9595c9
  • fixed a minor issue in the "Easy to customize" demo section, where edited tag's text was breaking into a new line due to CSS pushing the X button over it 44fee24
  • updated packages 7ed4a07

v4.21.2...v4.22.0

v4.21.2

07 Mar 20:01
Compare
Choose a tag to compare
  • fixes #1303 - setting skipInvalid to true and enforceWhitelist also to true should not skip the adding logic if input is invalid and 5d58fbf
  • added Tagify.logger.enabled = true; to all test files and main demos page 3bc3361
  • fixes #1295 - added Tagify.logger static method to the constructor (disabled by default) and routed all console.warn statements in the code to it. 8c65593

v4.21.1...v4.21.2

v4.21.1

12 Feb 21:27
Compare
Choose a tag to compare
  • dropdownItemNoMatch content should not have empty spaces as it will show up in the HTML when injected 229d0e1
  • added custom validation setting to the mix mode example 283d512
  • refactored logic for post-processing a tag node which was just added to the DOM. 7635a44

v4.21.0...v4.21.1

v4.21.0

12 Feb 20:55
Compare
Choose a tag to compare
  • prepareNewTagNode method should return the modified tagData which includes the __isValid property 80b348d
  • [refactor] moved suggestions-related methods outside of dropdown.js into a new file: suggestions.js for seperation between the dropdown which is just a container and the actual suggestions and their logic code c29dbad
  • fixed banner issues 6021a7d
  • added a README section for the bundle's output files 7a4eb91
  • refactored similar user-input-to-tag preparation logic into a new method prepareNewTagNode which is called by addTags, addMixedTags & prefixedTextToTag 2c12c02
  • decided it's better to have the dropdown.highlightFirst setting set to true by default e5ffe6d
  • selectOption dropdown method should not return on mix-mode when this.DOM.input.parentNode does not exists 57cb194
  • [Chore] Added javascript sourcemaps support which required replacing rollup-plugin-banner with rollup-plugin-banner2 which does supports sourcemaps. Also fixed the banner comment which seems to have not been correct for a long time ef50d7e

v4.20.0...v4.21.0

v4.20.0

11 Feb 15:18
Compare
Choose a tag to compare
  • Fixed numbers-only whilelist not showing with userInput:false setting 96f96ee
  • Added paste event listener 90cc5f7
  • The global onClickAnywhere event should be of type capture to guarantee it will fire before any other event so not to mess state.hasFocus (related to #1282) 7e5409c
  • The global onClickAnywhere event should be of type capture to guarantee it will fire before any other event so not to mess state.hasFocus (related to #1282) b2d7c1a
  • Fixes #1219 - Tagify within a <label> element can't get focused as the focus it shifted to the hidden original field 859fca4
  • select-mode can only have one tag, so replaced block margin (up/down) with padding so the tag will occuy the whole space of the container and have a larger clicking area edd8378
  • Prevented dblclick event from being listened to in select mode, since there is no need for it.
  • In `select mode, clicking on the icon which toggles the dropdown should toggle it when it is already open. refactored that part. 6329b43
  • Remove console.log call 9369b86

v4.19.1...v4.20.0

v4.19.1

29 Jan 12:41
Compare
Choose a tag to compare
  • fixes #1288 - when editing a tag and hitting TAB or ENTER key to apply the change, it won't do anything since the tag was never blurred. Also decreased the EDITED_TAG_BLUR_DELAY to 0 for better responsiveness 7c63fec
  • fixes an issue where a tag is edited to have no textual value and then blured - and is expected to be removed (by default) 5d21ba2

v4.19.0...v4.19.1

v4.19.0

27 Jan 17:09
Compare
Choose a tag to compare
  • improved the users list demo in the main demos page f7b5164
  • moved last commented change this.state.hasFocus to a better location in the code 2fa118c
  • improved README with a better "basic example" section c6abe27
  • re-made how "select" mode works so instead of the input being editable, the actual tag is now visible and goes into edit-mode and the input is hidden bacaeb0
  • removed a console.log ab10852
  • when calling addEmptyTag method, the Tagify field should be focused dc6adf4
  • in case the suggestions DropDown is placed inside the tagify.DOM.scope node, it should not inherit its line-height style fd6503c
  • dropdown.appendTarget setting can now be a function as well, which should return a DOM node bb40af2
  • fixes #1286 - calling addEmptyTag() with dropdown.enabled: 0 setting should create an empty tag with a dropdown of suggestions c86a231

v4.18.3...v4.19.0

v4.18.3

18 Jan 12:40
Compare
Choose a tag to compare
  • Merge branch 'master' of https://github.com/yairEO/tagify c048e48
  • minor refactor to the "customLook" example code in the demos page b56b47b
  • Don't hide dropdown during whitelist fetch. 9756cee
  • fixes #1282 - Empty (no value) edited tag is not removed when pressing esc key 1e081c1
  • re-expose placeCaretAfterNode which was left out after past refactoing. devs should have access to this method. acdb87f
  • Stop logging input keystrokes. 7d5bc48
  • docs: fix example typo ab1c2ef

v4.18.2...v4.18.3