Releases: vscode-elements/elements
Releases · vscode-elements/elements
v2.4.0
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
blockprop 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
What's Changed
- Change
@vsc-changedeprecated custom event to@changeby @costinsin in #512 - Radio fixes by @bendera in #513
- Fix RadioGroup behavior in shadow DOM by @bendera in #521
- Update all non-major dependencies by @renovate[bot] in #501
- Update actions/setup-node action to v5 by @renovate[bot] in #523
- Update mcr.microsoft.com/devcontainers/universal Docker tag to v4 by @renovate[bot] in #520
- Fix preselected option shows in MultiSelect by @bendera in #525
- Fix: macOS multi-select uses Cmd instead of Ctrl by @dankeboy36 in #533
- 516 table body blocks page scrolling by @bendera in #528
- fix: reset stale selectedIndex when options shrink by @dankeboy36 in #531
New Contributors
- @costinsin made their first contribution in #512
- @dankeboy36 made their first contribution in #531
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add vscode-progress-bar component with styles and tests by @jnsquire in #498
- Update all non-major dependencies by @renovate[bot] in #487
- Update actions/checkout action to v5 by @renovate[bot] in #493
- Minor-fixes-refactors by @bendera in #500
- 503 fix table resize bug by @pFornagiel in #504
- Progress bar docs by @bendera in #506
New Contributors
- @pFornagiel made their first contribution in #504
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Add
baseCSS part to Button by @bendera in #491 - Add toggle switch appearance to vscode-checkbox by @jnsquire in #495
- Prettier fix by @bendera in #496
- Refactor shadow dom markup by @bendera in #494
- Add before/after slots to Button by @bendera in #497
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.1
v2.0.0
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
:hoststyles have been minimized to reduce CSS leakage into the component. - Deprecated APIs has been removed.
What's Changed
- Update all non-major dependencies by @renovate[bot] in #460
- Update all non-major dependencies by @renovate[bot] in #468
- V2 by @bendera in #462
- Fix clipped focus outline by @bendera in #473
- Remove deprecated APIs by @bendera in #475
- 474 style encapsulation by @bendera in #476
- 474 style encapsulation 2 by @bendera in #477
- Prevent option text from wrapping to multiple lines by @alexander-heimbuch in #479
- Add Tree fallback styles by @bendera in #480
- Add heading property to Collapsible by @bendera in #478
- Add fallbacks styles for Tabs by @bendera in #481
- Add Table fallback styles by @bendera in #482
- Fix TreeItem hover foreground color by @bendera in #483
- Fix scrollable scrolled state by @bendera in #484
New Contributors
- @alexander-heimbuch made their first contribution in #479
Full Changelog: v1.17.0...v2.0.0
v2.0.0-pre.4
What's Changed
- Update all non-major dependencies by @renovate[bot] in #460
- Update all non-major dependencies by @renovate[bot] in #468
- V2 by @bendera in #462
- Make Tabs accessible by @bendera #470
- Fix clipped focus outline by @bendera in #473
- Remove deprecated APIs by @bendera in #475
- 474 style encapsulation by @bendera in #476
- 474 style encapsulation 2 by @bendera in #477
Full Changelog: v1.17.0...v2.0.0-pre.4
v2.0.0-pre.3
What's Changed
- Add cspell config by @bendera in #463
- Tree changes by @bendera in #464
arrowsproperty is changed tohideArrowsindentGuidesproperty 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
What's Changed
The new Tree component preview has been published.
Full Changelog: v1.17.0...v2.0.0-pre.2