lotgd-game
lotgd-game copied to clipboard
Bump @yaireo/tagify from 4.17.8 to 4.17.9
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 topackage.json
file 9ad1cf6- improved example code to initially be disabled and quickly be enabled after initialization 748c501
- fixed so
removeTags
only happens if thedelete
key was pressed and not thebackspace
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 thehelpers
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 thevalue
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
Commits
9d8b577
4.17.99ad1cf6
addedengines
section topackage.json
file748c501
improved example code to initially be disabled and quickly be enabled after i...4438723
fixed soremoveTags
only happens if thedelete
key was pressed and not th...787eb49
- allow DELETE key before the very first tag, if it's the first node also37ba312
fixes #1221 - an initially disabled field should be editable once `setDisable...1d41a69
fixes #1231 - movedplaceCaretAfterNode
to thehelpers
file and added 2 p...c8b9466
should allow selecting dropdown values with multiple spaces in themb3e2cb6
added custom validation4a67775
fixes #1214 - in mix-mode, thepattern
setting represents which pattern sta...- Additional commits viewable in compare view
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)