Skip to content

Releases: yairEO/tagify

v4.26.5

13 May 18:05
Compare
Choose a tag to compare
  • small CSS change regarding tags' appeared line-height 2627585
  • fixes #1344 - importing the react file from ./dist should not be mapped to ./src. 0ae33a6
  • CSS - fixed placeholder transition when input has text (non-empty) meaning the placeholder should become hidden d58d6bb

v4.26.4...v4.26.5

v4.26.4

10 May 14:13
Compare
Choose a tag to compare
  • added more tests a7bef70
  • fixes #1343 - A double tag is created if a delimiter is typed in an empty input 2a18d5d

v4.26.3...v4.26.4

v4.26.3

08 May 20:47
Compare
Choose a tag to compare
  • clicking anywhere within an instance's dropdown should not hide it 2fcd364
  • add a custom property to the dropdown node so it be linked to which tagify instance it belongs to 02f251c
  • fixes a chrome bug which i've reported (https://issues.chromium.org/issues/339458174) 549c6cb
  • fixes #1341 - onEditTagFocus should be manually invokled just below editTag is called because it is coupled to it logically and many things depend on this order such as internal events attached within editTag c2893e9
  • fixes #1342 - objects where the value was non-string where not able to be added as tags 5031a2e

v4.26.2...v4.26.3

v4.26.2

06 May 12:24
Compare
Choose a tag to compare
  • added playwright test script to package.json 20968f3
  • added playwright (basic) tests fdf455d
  • should discard tags added as objects with an empty text-prop value b817d21
  • refactored the "bindOriginaInputListener" interval so it will be restarted every time Tagify gets updated so the comparison of the original value will only happen after Tagify was updated for certain 6bfe82f
  • When the trim setting is true, tags added as objects should be trimmed as well ccc142b
  • normalizeTags() method should eliminate empty array items b0f3e9c
  • added playwright for tests usage 1cc06c3
  • [bugfix] only in select-mode, when clicking anywhere in the selected tag's text, the caret should remain at the clicked location 630ad2f
  • fixes #1340 - when dropdown is shown in select-mode, clicking outside should hide it and de-focus Tagify aff9c42
  • placeCaretAfterNode(...) should not be called with in select-mode because it makes no sense then 9e3dd31
  • [chore] replaced dragsort js & css files paths from a CDN to local relative path to eliminate any server communications for testing purposes cc3d2e2

v4.26.1...v4.26.2

v4.26.1

02 May 11:40
Compare
Choose a tag to compare

v4.26.0...v4.26.1

v4.26.0

28 Apr 20:37
Compare
Choose a tag to compare
  • [bugfix] in mix-mode, when pressing the ENTER key when typing non-tag text, there should be no tag entering edit-mode and also, entering edit-mode should should be allowed when the a11y.focusableTags setting it set to true and also the currently focusable element is a tag. (fixes #1331, fixes #1329) dbd7d77
  • fixes #1328 - setReadonly method should only blur if the current active element is that specific Tagify instance. This might not work if an external button was used to trigger this method. 69eb547
  • Added gulp-nunjucks devDependencies in order to completely refactor the index.html demos page
  • Added new Gulp task for compiling the homepage index.html containing all the examples
  • Added a new Gulp task for watching & compiling all the examples, individually, so each example could be used for testing purposes eacaa77

v4.25.1...v4.26.0

v4.25.1

25 Apr 08:46
Compare
Choose a tag to compare
  • Added files from the dist folder to the exports property in package.json. Seems like recent addition of the exports property had caused issues for some users when trying to import the CSS file which was not included in the exports and so I've added all the files, just in case fa82144
  • Added missing export for css file in package.json 58eaa24
  • Update README.md top screen captures to have links c4c2013

v4.25.0...v4.25.1

v4.25.0

24 Apr 15:00
Compare
Choose a tag to compare
  • [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

v4.24.0

11 Apr 19:30
Compare
Choose a tag to compare
  • Bugfix - when tags are styles to render "outside" of the tagify component, the dropdown should not be visible when clicking outside the input box 6779018
  • Updated the "Easy to customize" example in the demos page to improve some styles regarding the "remove tag" button appearance f5b8ac5
  • Bugfix - selecting an option with value:0 should work as expected 463a77a
  • Minor CSS change to tag's max width 57ba284
  • Fixes #1312 - clicking on the right side, inside an empty tag, should focus out the tag and hide the dropdown also 958b769
  • Added a new setting - focusable 65187c5
  • Simplified the condition because dropdown.enabled is changed to 0 automatically if userInput is set to false by the applySettings method caae620
  • [chore] comment alignment f82b102
  • cursor: text CSS property should only be applied if Tagify has an editable node within 3d36780
  • Fixes #1316 - The React port should be able to update callbacks references and remove old ones 7b97280
  • Example for removing all events callbacks d4264fe
  • Added a this.removeAllCustomListeners as a cleanup stage inside the destroy method d787493
  • Added ability to remove all the events listeners for a specific type of an event, without specifying the callbacks as they are saves internally - Added ability to remove all the events assigned on the instance c08a3d1
  • Fixed a README mistake where react.tagify should be imported from the src folder and not dist 619dba5

v4.23.0...v4.24.0

v4.23.0

08 Apr 21:36
Compare
Choose a tag to compare
  • Fixes #1314 - setting userInput to false has no effect in select mode f02d911
  • Added userInput setter/getter to dynamically change the setting after initialization 10fb5a4
  • fixes #1315 - Add ability to change placeholder after initialization efadc70
  • refactored ​ from templates into constants file aa61a38
  • Removed all occurrences of the deprecated Tagify.logger.enabled 62319cb
  • Replaced this with globalThis in es6-promise.js polyfill file after an error started to happened due to recent gulpfile changes: "The 'this' keyword is equivalent to 'undefined' at the top level of an ES module" 45c9166
  • Refactored the logger to be in the helpers file 6b64e6e
  • Deleted tagify.js from './dist as there is now only tagify.min.js. * Deleted jQuery.tagify.min.js as the jQuery port have been deprecated 6267add
  • Removed the deprecated jQuery example 75fe297
  • Replaced Babel with SWC
  • Upped minimal node version from 14.20 to 16.15
  • Updated Gulp from v4 to v5
  • Refactored gulpfile
  • Updated @rollup/stream package
  • Replaced unmaintained rollup-plugin-terser with @rollup/plugin-terser
  • Removed all peerDependencies in package.json 8e4a93b
  • Split event variable in onWindowKeyDown method to isFocused & lostFocus for better clarity and prevent possible mix-ups d2c78cb

Breaking Changes:

  • Deprecated jQuery port entirely.
  • Deprecated the React pre-bundled file in /dist/. Please use the source file from /src/react.tagify.jsx instead.

v4.22.2...v4.23.0