Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump @yaireo/tagify from 4.32.1 to 4.33.1 (#11235)
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.32.1 to 4.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yairEO/tagify/releases"><code>@yaireo/tagify</code>'s releases</a>.</em></p> <blockquote> <h2>v4.33.1</h2> <ul> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1421">#1421</a> - suggestions dropdown overflows outside the right side of the viewport if positionTo == &<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;text&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>; is set and the typed text is at the right edge of the viewport a57b4c0</li> <li>fix: remove unreachable return statement in events.js to streamline tag input handling f102c7b</li> <li>fix: improve optional chaining for closest method in isNodeBelongsToThisTagifyInstance function 7f9120c</li> <li>bugfix: when in mix-mode and tyrping a tag, and suggestions show only one item (the thing being typed) it wasn&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;t able to be added using ENTER key 2f936f4</li> <li><a href="https://redirect.github.com/yairEO/tagify/issues/1429">#1429</a> - pasting doesn&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;t work in select mode and does not fire a "paste" event 29f0120</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1431">#1431</a> - if multiple instances of (Select) Tagify exists, tabbing is impossible as the first instance is trapping the focus 73df18a</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1432">#1432</a> - "Tag element does not exist" 4c0bd8e</li> </ul> <p><a href="https://github.com/yairEO/tagify/compare/v4.33.0...v4.33.1">https://github.com/yairEO/tagify/compare/v4.33.0...v4.33.1</a></p> <h2>v4.33.0</h2> <ul> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1422">#1422</a> - in "select-mode" editing existing value does not re-filters the suggestions list fd2c208</li> <li>accessibility bugfix: when Tagify gets focused (through tab), the component&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s input should be focused and if there is already a selected value, the caret should be places at the end 52c37a4</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1420">#1420</a>: when selecting a suggestion with the keyboard, keep the same highlighted suggestion if <code>includeSelectedTags</code> setting is <code>true</code> or else, highlight the next/prev suggestion - rehydrate suggestions list when selecting a suggestion with the mouse 5746d7a</li> <li><a href="https://redirect.github.com/yairEO/tagify/issues/1420">#1420</a> - on select-mode, do not call <code>dropdown.hide</code> within <code>onEditTagDone</code> after a suggestion was selected ca64ac7</li> <li>re-implemented <a href="https://redirect.github.com/yairEO/tagify/issues/1425">#1425</a> in a better way 3e9819a</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1428">#1428</a> - fixed the compatibility layer. I assume now Tagify only supports React v17 and above 108c6bc</li> <li>slightly increased <code>$tag-inset-shadow-size</code> CSS variable 2d8abd2</li> <li>Fix Tab key after click Tab key didn&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;t work after you select a suggestion with mouse because the input lose focus cbb6864</li> </ul> <p><a href="https://github.com/yairEO/tagify/compare/v4.32.2...v4.33.0">https://github.com/yairEO/tagify/compare/v4.32.2...v4.33.0</a></p> <h2>v4.32.2</h2> <ul> <li>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</li> <li>bugfix: in select-mode, the <code>x</code> (remove tag) button should not be visible if the suggestions&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>; dropdown is visible (open) 1cd4459</li> <li>ran <code>npx update-browserslist-db@latest</code> 0ea0f30</li> <li>fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1423">#1423</a> - Dropdowns does not close when interacting with tags of other instances d9d9ece</li> <li>added an FAQ item 0e0ad46</li> <li><code>this.state.dropdown.suggestions</code> should point to the sorted list and not pre-sorted one 4acd7ae</li> <li>call the custom <code>sortby</code> (if defined) also when there&<a href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s no search query 643f79d</li> <li>Fix scroll behavior 7c4ce8f</li> </ul> <p><a href="https://github.com/yairEO/tagify/compare/v4.32.1...v4.32.2">https://github.com/yairEO/tagify/compare/v4.32.1...v4.32.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yairEO/tagify/commit/4b910ffb7e57a8f24b816988cbbec79ee24624b8"><code>4b910ff</code></a> 4.33.1</li> <li><a href="https://github.com/yairEO/tagify/commit/a57b4c0a0fc03d8f0e45d37e2c9afbc1dd9294aa"><code>a57b4c0</code></a> fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1421">#1421</a> - suggestions dropdown overflows outside the right side of the vi...</li> <li><a href="https://github.com/yairEO/tagify/commit/f102c7b26fb6fe668c97f11a9f45619ea3665501"><code>f102c7b</code></a> fix: remove unreachable return statement in events.js to streamline tag input...</li> <li><a href="https://github.com/yairEO/tagify/commit/7f9120cd301b168af792b2855e474bfe314537c3"><code>7f9120c</code></a> fix: improve optional chaining for closest method in isNodeBelongsToThisTagif...</li> <li><a href="https://github.com/yairEO/tagify/commit/2f936f4e8951c5cd9a24885828a84bfa70bf5b74"><code>2f936f4</code></a> bugfix: when in mix-mode and tyrping a tag, and suggestions show only one ite...</li> <li><a href="https://github.com/yairEO/tagify/commit/29f012067757327893116eb3eee3eb90f8df0fd5"><code>29f0120</code></a> <a href="https://redirect.github.com/yairEO/tagify/issues/1429">#1429</a> - pasting doesn't work in select mode and does not fire a "paste" event</li> <li><a href="https://github.com/yairEO/tagify/commit/73df18a624366f962390e5a73de719069ce820d7"><code>73df18a</code></a> fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1431">#1431</a> - if multiple instances of (Select) Tagify exists, tabbing is imp...</li> <li><a href="https://github.com/yairEO/tagify/commit/4c0bd8e66d74b8340ea2295c154b00235ff5a1d1"><code>4c0bd8e</code></a> fixes <a href="https://redirect.github.com/yairEO/tagify/issues/1432">#1432</a> - "Tag element does not exist"</li> <li><a href="https://github.com/yairEO/tagify/commit/019e382ff01d68d9ffb73a1c5849e28d1587ac47"><code>019e382</code></a> 4.33.0</li> <li><a href="https://github.com/yairEO/tagify/commit/a913ba424f2284b7075f4215ff520a9e248c7ac0"><code>a913ba4</code></a> fixed tests path</li> <li>Additional commits viewable in <a href="https://github.com/yairEO/tagify/compare/v4.32.1...v4.33.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@yaireo/tagify&package-manager=npm_and_yarn&previous-version=4.32.1&new-version=4.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information