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

[js] Update @yaireo/tagify 4.17.7 → 4.17.9 (patch) #2113

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 15, 2023

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​yaireo/tagify (4.17.7 → 4.17.9) · Repo

Release Notes

4.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

v4.17.8...v4.17.9

4.17.8

  • fixes #1179 - prevent loadOriginalValues() from triggering a 'change' event ca3c92e
  • fixes #1166 - focus issues in firefox, when clicking the scope twice the input gets blured 3a391dc
  • fixes #1192 - in select-mode it is impossoble to have a value of "0" 22c25b1
  • fixes #1192 - in select-mode it is impossoble to have a value of "0" 2d3bbf6
  • [chore] fixed the "advance options" example in the demo which was missing "trim: false" due to having a "space" as a defined delimiter 6df8633
  • fixes #1195 - pressing ENTER key on a focused readonly tag should not go into edit-mode. Also DELETE key should not work for readonly tags. e57595f
  • Fix README typo 71b8c8e
  • Updated Taiwan in index.html country list 818a107
  • Updated Taiwan in country list f21f505
  • Removed small typo of s from e.details.value 340a508

v4.17.7...v4.17.8

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 26 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 15, 2023
Copy link

codeclimate bot commented Dec 15, 2023

Code Climate has analyzed commit bd636ee and detected 0 issues on this pull request.

View more on Code Climate.

@adrianthedev adrianthedev merged commit 432d29b into main Dec 18, 2023
15 checks passed
@adrianthedev adrianthedev deleted the depfu/update/yarn/@yaireo/tagify-4.17.9 branch December 18, 2023 20:09
Copy link
Contributor

This PR has been merged into main. The functionality will be available in the next release.

Please check the release guide for more information.

@Paul-Bob Paul-Bob added the Chore label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants