Skip to content

Commit 4918159

Browse files
authored
Update CHANGELOG.md
1 parent 5d5f491 commit 4918159

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## [Unreleased]
88

9+
### Breaking changes
10+
11+
- 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.
12+
See the [docs](https://vscode-elements.github.io/components/tree/) for details.
13+
- The `:host` styles have been minimized to reduce CSS leakage into the component.
14+
- Deprecated APIs has been removed.
15+
16+
### Added
17+
18+
- Added fallback styles for all components.
19+
920
### Fixed
1021

11-
- Made **Tabs** accessible
22+
- Made **Tabs** accessible.
1223
- Fixed clipped focus outline in the **ButtonGroup**.
24+
- Prevent drop shadow from appearing unnecessarily in **Scrollable**.
1325

1426
## [1.17.0] - 2025-07-02
1527

0 commit comments

Comments
 (0)