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

Bump @yaireo/tagify from 4.32.1 to 4.33.1 #1570

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps @yaireo/tagify from 4.32.1 to 4.33.1.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.33.1

  • fixes #1421 - suggestions dropdown overflows outside the right side of the viewport if positionTo == 'text' is set and the typed text is at the right edge of the viewport a57b4c0
  • fix: remove unreachable return statement in events.js to streamline tag input handling f102c7b
  • fix: improve optional chaining for closest method in isNodeBelongsToThisTagifyInstance function 7f9120c
  • bugfix: when in mix-mode and tyrping a tag, and suggestions show only one item (the thing being typed) it wasn't able to be added using ENTER key 2f936f4
  • #1429 - pasting doesn't work in select mode and does not fire a "paste" event 29f0120
  • fixes #1431 - if multiple instances of (Select) Tagify exists, tabbing is impossible as the first instance is trapping the focus 73df18a
  • fixes #1432 - "Tag element does not exist" 4c0bd8e

yairEO/tagify@v4.33.0...v4.33.1

v4.33.0

  • fixes #1422 - in "select-mode" editing existing value does not re-filters the suggestions list fd2c208
  • accessibility bugfix: when Tagify gets focused (through tab), the component's input should be focused and if there is already a selected value, the caret should be places at the end 52c37a4
  • fixes #1420: when selecting a suggestion with the keyboard, keep the same highlighted suggestion if includeSelectedTags setting is true or else, highlight the next/prev suggestion - rehydrate suggestions list when selecting a suggestion with the mouse 5746d7a
  • #1420 - on select-mode, do not call dropdown.hide within onEditTagDone after a suggestion was selected ca64ac7
  • re-implemented #1425 in a better way 3e9819a
  • fixes #1428 - fixed the compatibility layer. I assume now Tagify only supports React v17 and above 108c6bc
  • slightly increased $tag-inset-shadow-size CSS variable 2d8abd2
  • Fix Tab key after click Tab key didn't work after you select a suggestion with mouse because the input lose focus cbb6864

yairEO/tagify@v4.32.2...v4.33.0

v4.32.2

  • Enhance keyboard navigation for suggestions dropdown by adding support for PageUp, PageDown, Home, and End keys. This allows users to navigate through suggestions more efficiently without using the mouse. 719827b
  • bugfix: in select-mode, the x (remove tag) button should not be visible if the suggestions' dropdown is visible (open) 1cd4459
  • ran npx update-browserslist-db@latest 0ea0f30
  • fixes #1423 - Dropdowns does not close when interacting with tags of other instances d9d9ece
  • added an FAQ item 0e0ad46
  • this.state.dropdown.suggestions should point to the sorted list and not pre-sorted one 4acd7ae
  • call the custom sortby (if defined) also when there's no search query 643f79d
  • Fix scroll behavior 7c4ce8f

yairEO/tagify@v4.32.1...v4.32.2

Commits
  • 4b910ff 4.33.1
  • a57b4c0 fixes #1421 - suggestions dropdown overflows outside the right side of the vi...
  • f102c7b fix: remove unreachable return statement in events.js to streamline tag input...
  • 7f9120c fix: improve optional chaining for closest method in isNodeBelongsToThisTagif...
  • 2f936f4 bugfix: when in mix-mode and tyrping a tag, and suggestions show only one ite...
  • 29f0120 #1429 - pasting doesn't work in select mode and does not fire a "paste" event
  • 73df18a fixes #1431 - if multiple instances of (Select) Tagify exists, tabbing is imp...
  • 4c0bd8e fixes #1432 - "Tag element does not exist"
  • 019e382 4.33.0
  • a913ba4 fixed tests path
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.32.1 to 4.33.1.
- [Release notes](https://github.com/yairEO/tagify/releases)
- [Commits](yairEO/tagify@v4.32.1...v4.33.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

Superseded by #1572.

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yaireo/tagify-4.33.1 branch January 27, 2025 08:18
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants