trento-project / trento

An open cloud-native web console improving on the work day of SAP Applications administrators.
https://www.trento-project.io
Apache License 2.0
33 stars 25 forks source link

Bump @yaireo/tagify from 4.9.7 to 4.11.0 in /web/frontend #914

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @yaireo/tagify from 4.9.7 to 4.11.0.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.11.0

  • improved the example for the users-list. it now uses the new dropdown header template instead of the hacky way it used to work 35d4b7a
  • stop adding a tag when blured in select-mode - when typing a tag and blurring, if the typed text is not included in the whitelist, it will be cleared 4ad26d8
  • do not render the dropdown header template if there's nothing in it d4bfee4
  • added 2 new templates for dropdown header & footer 45b902c
  • fixes #986 - keyboard shortcut for bold and italic interfere with mix-mode output c5fbcae
  • for "select" mode - if text value is not in the whitelist, clear it once the input is blured 0365d68
  • fixes #1001 - Tagify can change a tag value to its tagTextProp under mysterious circumstances 776c063
  • fixes #1008 - destroy() method throws DOM not defined exception 53610f2

https://github.com/yairEO/tagify/compare/v4.10.0...v4.11.0

v4.10.0

  • now same styles as applied for "readonly" will also apply to "disabled", mainly so the X button will not be rendered d4c6cfd06e
  • docs(README): grammar and spelling (#1006) 4857567
  • fixes #996 - use the same license all across 7014d7d
  • fixes #998 - Grammarly is messing with the tag input 263975b
  • fixes #1000 - Changing writing direction in mix-mode removes that line from the original input's value 81a1ca7
  • fixes #1004 - Disable spellcheck for select-mode 49819e1
  • fixes #1003 - disallow tab focus to the original input cba082c
  • fixes #1002 - setDisabled doesn't completely disable the input [should not allow click to tab focus] 492bd08

https://github.com/yairEO/tagify/compare/v4.9.8...v4.10.0

v4.9.8

  • fixes #989 - fix XSS 198c045
  • removed unneeded line after recent change which moved this to another onEditDone 93f729c
  • fixes #984 - Readonly tags can be deleted by Backspace d675c3f
  • bugfix - in mix-mode, place the caret after a tag which was just edited, instead of before it 9d0787d
  • fixes #987 - edit tag bug 0f1ebbc

https://github.com/yairEO/tagify/compare/v4.9.7...v4.9.8

Commits
  • 8de0595 4.11.0
  • 9228eb6 BUILD
  • 35d4b7a improved the example for the users-list. it now uses the new `dropdown header...
  • 7da3a84 commented this blcok because I don't remember what's it for, and it makes the...
  • 4ad26d8 - stop adding a tag when blured in select-mode
  • d4bfee4 do not render the dropdown header template, if there's nothing in it
  • 45b902c added 2 new templates for dropdown header & footer
  • c5fbcae fixes #986 - keyboard shortcut for bold and italic interfere with mix-mode ou...
  • 0365d68 for "select" mode - if text value is not in the whitelist, clear it once the ...
  • 776c063 fixes #1001 - Tagify can change a tag value to its tagTextProp under mysterio...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 2 years ago

Superseded by #937.