[js] Update @yaireo/tagify 4.17.7 → 4.17.9 (patch) #2113
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
4.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:
4.17.9
added `engines` section to `package.json` file
improved example code to initially be disabled and quickly be enabled after initialization
fixed so `removeTags` only happens if the `delete` key was pressed and not the `backspace` key
- allow DELETE key before the very first tag, if it's the first node also
fixes #1221 - an initially disabled field should be editable once `setDisabled(false` is called
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
should allow selecting dropdown values with multiple spaces in them
added custom validation
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
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
added `pre-wrap` to the styles of the dropdown items so multiple spaces could be rendered (fixes #1224)
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)
added a comment
fix(readme): updated react props list
4.17.8
fixes #1179 - prevent loadOriginalValues() from triggering a 'change' event
fixes #1166 - focus issues in firefox, when clicking the scope twice the input gets blured
fixes #1192 - in select-mode it is impossoble to have a value of "0"
fixes #1192 - in select-mode it is impossoble to have a value of "0"
[chore] fixed the "advance options" example in the demo which was missing "trim: false" due to having a "space" as a defined delimiter
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.
Fix README typo
Updated Taiwan in index.html country list
Updated Taiwan in country list
Removed small typo of s from e.details.value
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