Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps @vscode-elements/elements from 1.3.0 to 2.3.1.

Release notes

Sourced from @​vscode-elements/elements's releases.

v2.3.1

What's Changed

New Contributors

Full Changelog: vscode-elements/elements@v2.3.0...v2.3.1

v2.3.0

What's Changed

New Contributors

Full Changelog: vscode-elements/elements@v2.2.0...v2.3.0

v2.2.0

What's Changed

New Contributors

Full Changelog: vscode-elements/elements@v2.1.0...v2.2.0

v2.1.0

What's Changed

... (truncated)

Changelog

Sourced from @​vscode-elements/elements's changelog.

[2.3.1] - 2025-09-14

Fixed

  • Fixed the checked state of the default selected Radio.
  • Fixed RadioGroup behavior in the shadow DOM.
  • Fixed an issue where selected option labels were shown in MultiSelect.
  • Fixed selecting items with the Meta key on macOS in the Tree component.
  • Fixed an issue where the table body prevented page scrolling.
  • Fixed an issue in SingleSelect and MultiSelect where reading selectedIndex threw an error after options were removed programmatically.

[2.3.0] - 2025-08-26

Added

  • Added ProgressBar component

Fixed

  • Fixed issue where resizing Table threw an error if no rows were available.

[2.2.0] - 2025-08-19

Added

  • Added base css part to Button.
  • Added content-before and content-after slot to Button.
  • Added toggle property to Checkbox.

[2.1.0] - 2025-08-08

Changed

  • The dropdown logic in SingleSelect and MultiSelect has been rewritten using the Popover API. This prevents issues such as an element overlapping the dropdown or its overflowing parts being clipped (e.g., in the Collapsible component).
  • Added alwaysShowHeaderActions property to Collapsible.

[2.0.1] - 2025-08-05

Fixed

  • Fixed invisible option labels in MultiSelect.

[2.0.0] - 2025-08-03

Breaking changes

  • The Tree component has been completely rewritten. The most significant change is that the tree structure can now be described using plain HTML markup, instead of the previously complex and rigid configuration object.

... (truncated)

Commits

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 [@vscode-elements/elements](https://github.com/vscode-elements/elements) from 1.3.0 to 2.3.1.
- [Release notes](https://github.com/vscode-elements/elements/releases)
- [Changelog](https://github.com/vscode-elements/elements/blob/main/CHANGELOG.md)
- [Commits](vscode-elements/elements@v1.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: "@vscode-elements/elements"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 15, 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.

0 participants