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.17.8 to 4.17.9 #1547

Open
wants to merge 1 commit into
base: 7.1
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps @yaireo/tagify from 4.17.8 to 4.17.9.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.17.9

  • added engines section to package.json file 9ad1cf6
  • improved example code to initially be disabled and quickly be enabled after initialization 748c501
  • fixed so removeTags only happens if the delete key was pressed and not the backspace key 4438723
    • allow DELETE key before the very first tag, if it's the first node also - added a constants file - fixCaretBetweenTags helper function should not change caret position if the tagify instance is not in focus 787eb49
  • fixes #1221 - an initially disabled field should be editable once setDisabled(false is called 37ba312
  • fixes #1231 - moved placeCaretAfterNode to the helpers file and added 2 places where a zero-width character is injected: between tags and before the first tag, only if its the first node 1d41a69
  • should allow selecting dropdown values with multiple spaces in them c8b9466
  • fixes #1214 - in mix-mode, the pattern setting represents which pattern starts a tag, but the tags themselves do not have this pattern when being edited, and so, pattern-validaiton should not occur 4a67775
  • fixes #1232 - getTagIndexByValue should use the value property of the tag's data and not assume the tag's innerText is same as the value 5c76a58
  • added pre-wrap to the styles of the dropdown items so multiple spaces could be rendered (fixes #1224) 0e6f3de
  • replaced minified regex which was supposed to collapse white space between tags but also caused a bug - it removed spaced within attributes. Came up with a better solution. (fixes #1224) 97380d9

yairEO/tagify@v4.17.8...v4.17.9

Commits
  • 9d8b577 4.17.9
  • 9ad1cf6 added engines section to package.json file
  • 748c501 improved example code to initially be disabled and quickly be enabled after i...
  • 4438723 fixed so removeTags only happens if the delete key was pressed and not th...
  • 787eb49 - allow DELETE key before the very first tag, if it's the first node also
  • 37ba312 fixes #1221 - an initially disabled field should be editable once `setDisable...
  • 1d41a69 fixes #1231 - moved placeCaretAfterNode to the helpers file and added 2 p...
  • c8b9466 should allow selecting dropdown values with multiple spaces in them
  • b3e2cb6 added custom validation
  • 4a67775 fixes #1214 - in mix-mode, the pattern setting represents which pattern sta...
  • 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.17.8 to 4.17.9.
- [Release notes](https://github.com/yairEO/tagify/releases)
- [Commits](yairEO/tagify@v4.17.8...v4.17.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2023
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