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

[Snyk] Upgrade @yaireo/tagify from 4.12.0 to 4.19.1 #63

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

Conversation

bfiessinger
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @yaireo/tagify from 4.12.0 to 4.19.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 31 versions ahead of your current version.
  • The recommended version was released a month ago, on 2024-01-29.
Release notes
Package name: @yaireo/tagify
  • 4.19.1 - 2024-01-29
    • fixes #1288 - when editing a tag and hitting TAB or ENTER key to apply the change, it won't do anything since the tag was never blurred. Also decreased the EDITED_TAG_BLUR_DELAY to 0 for better responsiveness 7c63fec
    • fixes an issue where a tag is edited to have no textual value and then blured - and is expected to be removed (by default) 5d21ba2

    v4.19.0...v4.19.1

  • 4.19.0 - 2024-01-27
    • improved the users list demo in the main demos page f7b5164
    • moved last commented change this.state.hasFocus to a better location in the code 2fa118c
    • improved README with a better "basic example" section c6abe27
    • re-made how "select" mode works so instead of the input being editable, the actual tag is now visible and goes into edit-mode and the input is hidden bacaeb0
    • removed a console.log ab10852
    • when calling addEmptyTag method, the Tagify field should be focused dc6adf4
    • in case the suggestions DropDown is placed inside the tagify.DOM.scope node, it should not inherit its line-height style fd6503c
    • dropdown.appendTarget setting can now be a function as well, which should return a DOM node bb40af2
    • fixes #1286 - calling addEmptyTag() with dropdown.enabled: 0 setting should create an empty tag with a dropdown of suggestions c86a231

    v4.18.3...v4.19.0

  • 4.18.3 - 2024-01-18
    • Merge branch 'master' of https://github.com/yairEO/tagify c048e48
    • minor refactor to the "customLook" example code in the demos page b56b47b
    • Don't hide dropdown during whitelist fetch. 9756cee
    • fixes #1282 - Empty (no value) edited tag is not removed when pressing esc key 1e081c1
    • re-expose placeCaretAfterNode which was left out after past refactoing. devs should have access to this method. acdb87f
    • Stop logging input keystrokes. 7d5bc48
    • docs: fix example typo ab1c2ef

    v4.18.2...v4.18.3

  • 4.18.2 - 2024-01-11
    • fixes #1251 - Enter key does not create tag when dropdown.position is set to "manual" 3e10b2b
    • fixes #1277 - Delimiter 'spacebar'-key doesn't work correctly - tag is added only after another text input is performed af15966
    • fixed an issue with tagTextProp and multiple whitelists scenarios 1453040
    • removed a TODO comment which was already done years ago 51bb087
    • #1276 - added a new setting autoComplete.tabKey 325df3e
    • added beforeKeyDown new hook & addTagOn setting dfd234f
    • fixed incorrect path d76eaf2
    • fixed code comment typo 4c474ea
    • improved the events section in the README by mentioning the off method 878d413

    v4.18.1...v4.18.2

  • 4.18.1 - 2024-01-06
    • added Caveats section to the README d57a915
    • fixes #1266 - Pasting text not showing suggestion list ef39d66
    • fixed pasting content in "normal" mode, which was pasting and unable to do "setRangeAtStartEnd" as the second parameter (node) was not a node but just text d8219bc
    • fixes #1268 - transformTag is not called before a tag is edited by selecting a dropdown suggestion 5f48853
    • fixes #1272 - Different order of callbacks betwen desktop & mobile for edit:updated event b151dbe
    • changed the default --tag--max-width CSS variable in the main demo page to 100% (from auto) a337f2c
    • fixes #1257 - tag with text content (without spaces so it won't break into a new line) should be truncated correctly, occupying all the available width of the Tagify field 7b195e5

    v4.18.0...v4.18.1

  • 4.18.0 - 2024-01-04
    • Added RTL demo 4aa96cf
    • Added escapeHTML dropdown setting which optionally allows HTML to be rendered inside the value of each suggestion item 825600b
    • The positioning code now takes into considerations the RTL dropdown setting which rendered the suggestions dropdown as if it sticks to the right side of the Tagify. 8b74bcc
    • Added conditional class name tagify__dropdown--RTL to the dropdown wrapper 576243d
    • added cx helper function for working with complex class names f0f51e9
    • Added RTL setting description
    • Added --tagify-dd-item-pad global CSS description ed4e650
    • Replaced margins at several places with logical margins, for RTL support
    • Added --tagify-dd-max-height as global variable for an easier control over it - Added RTL support for the suggestions dropdown, but it only makes sense if the max-width of the dropdown is set to none or any other value greater than the Tagify width f2331be
    • Re-instated minification for the jQuery-wrapper output file 19f3844
    • Random minor CSS refactor cef19c2
    • Comment rephrasing dfab68d

    v4.17.9...v4.18.0

  • 4.17.9 - 2023-08-20
    Read more
  • 4.17.8 - 2023-04-12
    Read more
  • 4.17.7 - 2023-01-16
    Read more
  • 4.17.6 - 2022-12-04

    v4.17.5...v4.17.6

  • 4.17.5 - 2022-12-03
  • 4.17.4 - 2022-11-19
  • 4.17.3 - 2022-11-17
  • 4.17.2 - 2022-11-16
  • 4.17.1 - 2022-11-15
  • 4.17.0 - 2022-11-12
  • 4.16.4 - 2022-09-03
  • 4.16.3 - 2022-09-01
  • 4.16.2 - 2022-08-19
  • 4.16.0 - 2022-08-15
  • 4.15.4 - 2022-08-13
  • 4.15.3 - 2022-08-05
  • 4.15.2 - 2022-07-31
  • 4.15.1 - 2022-07-30
  • 4.15.0 - 2022-07-30
  • 4.14.1 - 2022-07-25
  • 4.14.0 - 2022-07-20
  • 4.13.3 - 2022-07-13
  • 4.13.2 - 2022-07-11
  • 4.13.1 - 2022-07-09
  • 4.13.0 - 2022-07-09
  • 4.12.0 - 2022-04-25
from @yaireo/tagify GitHub release notes
Commit messages
Package name: @yaireo/tagify
  • b2cb706 4.19.1
  • 7c63fec fixes an issue when editing a tag and hitting TAB or ENTER key to apply the change, it won't do anything since the tag was never blurred. Also decreased the `EDITED_TAG_BLUR_DELAY` to `0` for better responsiveness
  • 5d21ba2 fixes an issue where a tag is edited to have no textual value and then blured - and is expected to be removed (by default)
  • 234bbbe 4.19.0
  • b79c842 -
  • 3290b95 -
  • f7b5164 improved the `users list` demo in the main demos page
  • 2fa118c moved last commented change `this.state.hasFocus` to a better location in the code
  • c6abe27 improved README with a better "basic example" section
  • bacaeb0 re-made how "select" mode works so instead of the input being editable, the actual tag is now visible and goes into edit-mode and the input is hidden
  • ab10852 removed a `console.log`
  • dc6adf4 when calling `addEmptyTag` method, the Tagify field should be focused
  • fd6503c in case the suggestions DropDown is placed inside the `tagify.DOM.scope` node, it should not inherit its `line-height` style
  • bb40af2 `dropdown.appendTarget` setting can now be a function as well, which should return a DOM node
  • c86a231 fixes #1286 - calling `addEmptyTag()` with` dropdown.enabled: 0` setting should create an empty tag with a dropdown of suggestions
  • 058c88d 4.18.3
  • c048e48 Merge branch 'master' of https://github.com/yairEO/tagify
  • b56b47b minor refactor to the "customLook" example code in the demos page
  • 9756cee Don't hide dropdown during whitelist fetch.
  • 1e081c1 fixes #1282 - Empty (no value) edited tag is not removed when pressing `esc` key
  • acdb87f re-expose `placeCaretAfterNode` which was left out after past refactoing. devs should have access to this method.
  • b959ed3 Update events.js
  • 7d5bc48 Stop logging input keystrokes.
  • bba3d31 Update index.html

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants