Skip to content

Releases: vscode-elements/elements

v2.4.0

26 Dec 14:56

Choose a tag to compare

What's Changed

  • 536 fix import paths by @bendera in #537
  • Fix select dropdown closes on scroll by @bendera in #527
  • fix: add missing minStart/minEnd to split-layout by @dankeboy36 in #553
  • chore(deps): update dependency npm-check-updates to v19 by @renovate[bot] in #545
  • Bump tar-fs from 3.0.9 to 3.1.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #544
  • chore(deps): update mcr.microsoft.com/devcontainers/universal docker tag to v5 by @renovate[bot] in #564
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #559
  • chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #547
  • chore(deps): update all non-major dependencies by @renovate[bot] in #529
  • Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #556
  • feat: add block prop to <vscode-button> by @dankeboy36 in #555
  • chore(deps): update dependency @awmottaz/prettier-plugin-void-html to v2 by @renovate[bot] in #566
  • chore: declare codicons as peer dep by @bendera in #567
  • chore(deps): update all non-major dependencies by @renovate[bot] in #565
  • chore(deps): update dependency chokidar to v5 by @renovate[bot] in #560
  • 548 tree item decorations by @dankeboy36 in #549
  • Prevent collapse on action icon click by @bendera in #571
  • Set Collapsible default display to block by @bendera in #572
  • Fix TreeItem markup + css by @bendera in #573

Full Changelog: v2.3.1...v2.4.0

v2.3.1

14 Sep 13:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

26 Aug 18:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

19 Aug 23:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

08 Aug 22:13

Choose a tag to compare

What's Changed

  • Update all non-major dependencies by @renovate[bot] in #471
  • Fix the dropdown z-index and overflow issues by @bendera in #486
  • Add alwaysSHowHeaderActions prop to Collapsible by @bendera in #488

Full Changelog: v2.0.1...v2.1.0

v2.0.1

05 Aug 22:29

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 Aug 22:41

Choose a tag to compare

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.
    See the docs for details.
  • The :host styles have been minimized to reduce CSS leakage into the component.
  • Deprecated APIs has been removed.

What's Changed

New Contributors

Full Changelog: v1.17.0...v2.0.0

v2.0.0-pre.4

30 Jul 20:15

Choose a tag to compare

v2.0.0-pre.4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.17.0...v2.0.0-pre.4

v2.0.0-pre.3

19 Jul 23:48

Choose a tag to compare

v2.0.0-pre.3 Pre-release
Pre-release

What's Changed

  • Add cspell config by @bendera in #463
  • Tree changes by @bendera in #464
    • arrows property is changed to hideArrows
    • indentGuides property is changed from boolean to set of predefined options. The valid values are: onHover, always, none.
  • Tree helper improvements by @bendera in #465
  • Tree highlight indent guides by @bendera in #466

Full Changelog: v2.0.0-pre.2...v2.0.0-pre.3

v2.0.0-pre.2

13 Jul 01:34

Choose a tag to compare

v2.0.0-pre.2 Pre-release
Pre-release

What's Changed

The new Tree component preview has been published.

Full Changelog: v1.17.0...v2.0.0-pre.2