yarn @yaireo/tagify 4.17.9

latest releases: 4.31.3, 4.31.2, 4.31.1...
13 months ago
  • added engines section to package.json file 9ad1cf6
  • improved example code to initially be disabled and quickly be enabled after initialization 748c501
  • fixed so removeTags only happens if the delete key was pressed and not the backspace key 4438723
    • allow DELETE key before the very first tag, if it's the first node also - added a constants file - fixCaretBetweenTags helper function should not change caret position if the tagify instance is not in focus 787eb49
  • fixes #1221 - an initially disabled field should be editable once setDisabled(false is called 37ba312
  • fixes #1231 - moved placeCaretAfterNode to the helpers file and added 2 places where a zero-width character is injected: between tags and before the first tag, only if its the first node 1d41a69
  • should allow selecting dropdown values with multiple spaces in them c8b9466
  • fixes #1214 - in mix-mode, the pattern setting represents which pattern starts a tag, but the tags themselves do not have this pattern when being edited, and so, pattern-validaiton should not occur 4a67775
  • fixes #1232 - getTagIndexByValue should use the value property of the tag's data and not assume the tag's innerText is same as the value 5c76a58
  • added pre-wrap to the styles of the dropdown items so multiple spaces could be rendered (fixes #1224) 0e6f3de
  • replaced minified regex which was supposed to collapse white space between tags but also caused a bug - it removed spaced within attributes. Came up with a better solution. (fixes #1224) 97380d9

v4.17.8...v4.17.9

Don't miss a new tagify release

NewReleases is sending notifications on new releases.