You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
## [Unreleased]
8
8
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
+
9
20
### Fixed
10
21
11
-
- Made **Tabs** accessible
22
+
- Made **Tabs** accessible.
12
23
- Fixed clipped focus outline in the **ButtonGroup**.
24
+
- Prevent drop shadow from appearing unnecessarily in **Scrollable**.
0 commit comments