Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @yaireo/tagify from 4.12.0 to 4.20.0 #9785

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps @yaireo/tagify from 4.12.0 to 4.20.0.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.20.0

  • 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

yairEO/tagify@v4.19.1...v4.20.0

v4.19.1

  • 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

yairEO/tagify@v4.19.0...v4.19.1

v4.19.0

  • 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

yairEO/tagify@v4.18.3...v4.19.0

v4.18.3

  • 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

yairEO/tagify@v4.18.2...v4.18.3

v4.18.2

  • fixes #1251 - Enter key does not create tag when dropdown.position is set to "manual" 3e10b2b
  • fixes #1277 - Delimiter 'spacebar'-key doesn't work correctly - tag is added only after another text input is performed af15966
  • fixed an issue with tagTextProp and multiple whitelists scenarios 1453040
  • removed a TODO comment which was already done years ago 51bb087
  • #1276 - added a new setting autoComplete.tabKey 325df3e
  • added beforeKeyDown new hook & addTagOn setting dfd234f

... (truncated)

Commits
  • d8f74bb 4.20.0
  • 96f96ee fixed numbers-only whilelist not showing with userInput:false setting
  • 90cc5f7 Added paste event listener
  • 7e5409c The global onClickAnywhere event should be of type capture to guarantee i...
  • b2d7c1a The global onClickAnywhere event should be of type capture to guarantee i...
  • 859fca4 fixes #1219 - Tagify within a \<label> element can't get focused as the focu...
  • edd8378 select-mode can only have one tag, so replaced block margin (up/down) wit...
  • 6329b43 - prevented dblclick event from being listened to in select mode, since t...
  • 9369b86 Remove console.log call
  • b2cb706 4.19.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner February 12, 2024 10:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file JavaScript labels Feb 12, 2024
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.12.0 to 4.20.0.
- [Release notes](https://github.com/yairEO/tagify/releases)
- [Commits](yairEO/tagify@v4.12.0...v4.20.0)

---
updated-dependencies:
- dependency-name: "@yaireo/tagify"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/yaireo/tagify-4.20.0 branch from 97a3721 to d47551b Compare February 12, 2024 14:16
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #9811.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yaireo/tagify-4.20.0 branch February 19, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants