fixes #1341 - onEditTagFocus should be manually invokled just below editTag is called because it is coupled to it logically and many things depend on this order such as internal events attached within editTag c2893e9
fixes #1342 - objects where the value was non-string where not able to be added as tags 5031a2e
added playwright test script to package.json 20968f3
added playwright (basic) tests fdf455d
should discard tags added as objects with an empty text-prop value b817d21
refactored the "bindOriginaInputListener" interval so it will be restarted every time Tagify gets updated so the comparison of the original value will only happen after Tagify was updated for certain 6bfe82f
When the trim setting is true, tags added as objects should be trimmed as well ccc142b
normalizeTags() method should eliminate empty array items b0f3e9c
added playwright for tests usage 1cc06c3
[bugfix] only in select-mode, when clicking anywhere in the selected tag's text, the caret should remain at the clicked location 630ad2f
fixes #1340 - when dropdown is shown in select-mode, clicking outside should hide it and de-focus Tagify aff9c42
placeCaretAfterNode(...) should not be called with in select-mode because it makes no sense then 9e3dd31
[chore] replaced dragsort js & css files paths from a CDN to local relative path to eliminate any server communications for testing purposes cc3d2e2
Bumps the vue group with 10 updates in the / directory:
10.9.0
10.10.0
4.26.0
4.26.5
4.18.0
4.24.0
3.4.22
3.4.27
4.3.0
4.3.2
3.4.22
3.4.27
3.4.22
3.4.27
2.4.5
2.4.6
0.26.0
0.27.0
2.0.13
2.0.19
Updates
@vueuse/core
from 10.9.0 to 10.10.0Release notes
Sourced from
@vueuse/core
's releases.Commits
34c047b
chore: release v10.10.0f35152c
feat(useActiveElement): addtriggerOnRemoval
option (#3958)7346a6a
feat(onLongPress):options.onMouseUp
callback (#3791)4636f4c
fix(useVirtualList): add containerRef to watch list (#3855)317cab6
fix(useScroll): sync scroll val to internal state, fix #3809 (#3817)a3c6f39
fix(useDisplayMedia): stop stream when screen is not shared anymore (#3976)1fe2fd2
fix(useMediaControls): target params may not be ref (#3921)a6ede83
fix(useTextareaAutosize): onResize callback fires not only on resize (#3887)424a204
fix(useFileDialog): check if input value exists before trigger onChange (#3972)2ccbd3d
fix(useGamepad): avoid spread to fix gamepad state (#3913)Maintainer changes
This version was pushed to npm by vueuse-bot, a new releaser for
@vueuse/core
since your current version.Updates
@yaireo/tagify
from 4.26.0 to 4.26.5Release notes
Sourced from
@yaireo/tagify
's releases.Commits
c973ee8
4.26.52627585
min CSS change regarding tags' appeared line-height0ae33a6
fixes #1344 - importing the react file from./dist
should not be mapped to ...d58d6bb
CSS - fixed placeholder transition when input has text (non-empty) meaning th...3454f90
4.26.4a7bef70
added more tests2a18d5d
fixes #1343 - A double tag is created if a delimiter is typed in an empty input525aa73
4.26.31355b13
updated the template CSS4fb9885
-Updates
@types/yaireo__tagify
from 4.18.0 to 4.24.0Commits
Updates
vue
from 3.4.22 to 3.4.27Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
4619461
release: v3.4.2710d34a5
fix(compiler-sfc): handle keyof operator (#10874)8366126
fix(compat): include legacy scoped slots (#10868)f2c1412
fix(hydration): handle edge case of style mismatch without style attribute481b1b6
refactor(types): use explicit modifiers type (#10856)8373350
chore(deps): update build (#10867)bead21a
chore(deps): update all non-major dependencies (#10866)c0c9432
test(watch): watching a reactive array (#10848)0e3d617
fix(compiler-dom): restrict createStaticVNode usage with option elements (#10...c9c9dff
refactor(perf): assign value inif
block (#10836)Updates
vue-router
from 4.3.0 to 4.3.2Release notes
Sourced from vue-router's releases.
Commits
960662d
release: vue-router@4.3.2b78aa98
fix: Revert "fix: avoid normalizing the fullPath (#2189)"f85e5cb
release: vue-router@4.3.1c54fc84
fix: avoid normalizing the fullPath (#2189)8e5f04f
docs: update aside187e7d0
docs: up cert7a7f8db
docs: use UTF-8 box drawing characters (#2201)7b6dcae
docs: Update active-links.md (#2207)0672d30
Update dynamic-matching.md (#2200)f776cbe
docs: update certificate linksUpdates
@vue/compiler-sfc
from 3.4.22 to 3.4.27Release notes
Sourced from
@vue/compiler-sfc
's releases.Changelog
Sourced from
@vue/compiler-sfc
's changelog.... (truncated)
Commits
4619461
release: v3.4.2710d34a5
fix(compiler-sfc): handle keyof operator (#10874)bead21a
chore(deps): update all non-major dependencies (#10866)2417909
release: v3.4.26574c3e6
release: v3.4.254253a57
fix(defineModel): align prod mode runtime type generation with defineProps958286e
release: v3.4.245cef52a
fix(compiler-sfc): handle readonly operator and ReadonlyArray/Map/Set types15df5c1
fix(deps): update compiler (#10760)b0d0095
chore(deps): update all non-major dependencies (#10758)Updates
@vue/runtime-dom
from 3.4.22 to 3.4.27Release notes
Sourced from
@vue/runtime-dom
's releases.Changelog
Sourced from
@vue/runtime-dom
's changelog.... (truncated)
Commits
4619461
release: v3.4.27481b1b6
refactor(types): use explicit modifiers type (#10856)2417909
release: v3.4.26574c3e6
release: v3.4.25958286e
release: v3.4.2465109a7
fix(transition): transition is breaking/flickering when enter is canceled (#1...46c2b63
release: v3.4.23Updates
@vue/test-utils
from 2.4.5 to 2.4.6Release notes
Sourced from
@vue/test-utils
's releases.