yarn @yaireo/tagify 4.25.0

latest releases: 4.26.4, 4.26.3, 4.26.2...
18 days ago
  • [chore[ replaced unmaintained pkg-ok pre-check lib with package-json-validator (pjv) 0833599
  • Added a link for the RTL example in the demos page for the features section in the README file 02ff494
  • Replaced demo gif in the README with an APNG recording of another, better, Tagify example 92f6434
  • [bugfix] when editing a tag, pressing backspace key should not remove any tags b059350
  • [chore] re-instated react.tagify.js file in dist folder 1a9d1ab
  • [chore] minor change in index.html demos file afba253
  • Re-instated React pre-bundling as some users have reported their bundlers cannot handle unbundled 3rd-party modules with ES6 code imports mixed with commonjs. Output file saved in: ./dist/react.tagify.jsx 80a2af8
  • fixes #1295 - when calling removeTags method when there are no tags, there should not be an error in the console due to tagElms variable equals to[undefined] and not [] 2637510
  • [bugfix] select-mode should not re-show the dropdown once an option has been selected using the keyboard 4d3edf0
  • [bugfix] select-mode should support ENTER key for deleting current tag (when X button is in focus) and also KEYDOWN should toggle the dropdown so it's visible ff37bbf
  • Refactored wrapper HTML template by extracting the input into its own template function c52c6e3
  • [feat] added keyboard ENTER support for deleting selected tag using TAB navigation when in select-mode e0c6380
  • Fixed tagify.js file-path after recent search & replace mistake a868247
  • Replaced tagify.min.js script in index.html examples page to tagify.js c1fc042
  • [bugfix] when a suggestion is selected the suggestions dropdown should refilter itself to replenish the suggestions to reach to dropdown.maxItems setting ae8185b
  • replaced all tagify.min.js scripts in the test HTML files to tagify.js b185d7c
  • added additional exports to package.json to alias the deprecated tagify.min.js path to the new file name af08d05
  • fixes #1321 - clicking selected tags toggled the dropdown. it shouldn't affect the dropdown. 7c9a8e9
  • gulpfile main file output changed from tagify.min.js to tagify.js ed900bc
  • [chore] - README: simplified the way the React port is imported (@yaireo/tagify/react) 02a59cb
  • Added exports property in package.json for easier imports for the React port and also to eliminate errors after recent breaking-changes to the react.tagify.jsx file which is not in the dist folder d12daa6
  • [bugfix] getWhitelistItem method did not take into consideration whitelist array consisting of primitives of type number 99af32b

v4.24.0...v4.25.0

Don't miss a new tagify release

NewReleases is sending notifications on new releases.