Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps element-plus from 2.11.7 to 2.11.8.

Release notes

Sourced from element-plus's releases.

2.11.8

2025-11-15

Features

  • Components [virtual-list] add touch event handling for scrolling (#20628 by @​warmthsea)
  • Components [cascader] expose focus and blur methods (#22737 by @​rzzf)
  • Components [drawer] add resize-start resize resize-end emits (#22784 by @​jevin98)

Bug fixes

  • Components [date-picker] keyboard navigation on first of the month (#22668 by @​Dsaquel)
  • Components [table] ensure tooltip works correctly in tree table (#22674 by @​xuhuaiyu24)
  • Components [tree-v2] checkbox selection wrong with disabled nodes (#22627 by @​rzzf)
  • Components [watermark] use baselineOffset to get a complete canvas (#22670 by @​alonely-boy)
  • Components [select] allow delete non existant option (#22706 by @​Dsaquel)
  • Components [select] unable to select options using NumpadEnter (#22715 by @​rzzf)
  • Components [textarea] add the missing name attribute (#22718 by @​rzzf)
  • Components [autocomplete] allow using Numpad Enter to select the option (#22721 by @​keeplearning66)
  • Components [image-viewer] avoid triggering scroll wheel events outside the preview area (#22722 by @​keeplearning66)
  • Components [tree-select] use up/down/enter keys select error (#20008 by @​SpanManX)
  • Components [tree] avoid having multiple nodes with highlighted states at the same time (#22748 by @​keeplearning66)
  • Components [input-tag] the line break caused by exceeding content (#22704 by @​lxKylin)
  • Components [select-v2] avoid invalid positioning when using filterable and default-first-option (#22725 by @​keeplearning66)
  • Components [upload] ensure onChange receives updated fileList (#22760 by @​yicheny)
  • Components [select] shouldn't display the input box when disabled (#22767 by @​Putia3)
  • Components [select] sync label when persistent is false and options change (#22755 by @​yicheny)
  • Components [select-v2] avoid wrong style when disabled (#22780 by @​keeplearning66)
  • Components [popper] trigger memory leak issue (#22763 by @​Map1en)
  • Components [input-number] correct condition for user input reset (#21283 by @​betavs)
  • Components [select] after the last select unmounts memory leak issue (#22764 by @​Map1en)

Refactors

Changelog

Sourced from element-plus's changelog.

2.11.8

2025-11-15

Features

  • Components [virtual-list] add touch event handling for scrolling (#20628 by @​warmthsea)
  • Components [cascader] expose focus and blur methods (#22737 by @​rzzf)
  • Components [drawer] add resize-start resize resize-end emits (#22784 by @​jevin98)

Bug fixes

  • Components [date-picker] keyboard navigation on first of the month (#22668 by @​Dsaquel)
  • Components [table] ensure tooltip works correctly in tree table (#22674 by @​xuhuaiyu24)
  • Components [tree-v2] checkbox selection wrong with disabled nodes (#22627 by @​rzzf)
  • Components [watermark] use baselineOffset to get a complete canvas (#22670 by @​alonely-boy)
  • Components [select] allow delete non existant option (#22706 by @​Dsaquel)
  • Components [select] unable to select options using NumpadEnter (#22715 by @​rzzf)
  • Components [textarea] add the missing name attribute (#22718 by @​rzzf)
  • Components [autocomplete] allow using Numpad Enter to select the option (#22721 by @​keeplearning66)
  • Components [image-viewer] avoid triggering scroll wheel events outside the preview area (#22722 by @​keeplearning66)
  • Components [tree-select] use up/down/enter keys select error (#20008 by @​SpanManX)
  • Components [tree] avoid having multiple nodes with highlighted states at the same time (#22748 by @​keeplearning66)
  • Components [input-tag] the line break caused by exceeding content (#22704 by @​lxKylin)
  • Components [select-v2] avoid invalid positioning when using filterable and default-first-option (#22725 by @​keeplearning66)
  • Components [upload] ensure onChange receives updated fileList (#22760 by @​yicheny)
  • Components [select] shouldn't display the input box when disabled (#22767 by @​Putia3)
  • Components [select] sync label when persistent is false and options change (#22755 by @​yicheny)
  • Components [select-v2] avoid wrong style when disabled (#22780 by @​keeplearning66)
  • Components [popper] trigger memory leak issue (#22763 by @​Map1en)
  • Components [input-number] correct condition for user input reset (#21283 by @​betavs)
  • Components [select] after the last select unmounts memory leak issue (#22764 by @​Map1en)

Refactors

Commits
  • 5e222bb Merge pull request #22817 from element-plus/dev
  • 38a7545 chore: Update changelog 2.11.8 (#22818)
  • 21a651b fix(components): [select] after the last select unmounts memory leak issue (#...
  • 6654eb4 docs: [drawer] update event parameter (#22816)
  • f7e6db4 ci: fix lint-commit-message not working for PR from fork (#22806)
  • 3901ae4 docs(components): [segmented] fix typo (#22811)
  • f30bfaa fix(components): [input-number] correct condition for user input reset (#21283)
  • 0c378d4 refactor(components): [select-v2] reduce repeated property access (#22801)
  • 3b6f377 fix(components): [popper] trigger memory leak issue (#22763)
  • 37600da docs(components): [tree] update select state when add or remove node (#14916)
  • 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 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)

Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.11.7 to 2.11.8.
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](element-plus/element-plus@2.11.7...2.11.8)

---
updated-dependencies:
- dependency-name: element-plus
  dependency-version: 2.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant