File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66
7+ ## [ Unreleased]
8+
9+ ### Fixed
10+
11+ - Fixed import paths to prevent bundler error.
12+ - Prevents the select dropdown from closing unless the component actually moves.
13+ - Set the default CSS display value of ** Collapsible** to ` block ` .
14+
15+ ### Added
16+
17+ - Added ` minStart ` and ` minEnd ` property to ** SplitLayout** .
18+ - Added ` block ` property to ** Button** .
19+ - Added new slots to ** TreeItem** : ` description ` , ` actions ` , ` decoration ` .
20+
21+ ### Changed
22+
23+ - Declared ` @vscode/codicons ` as a peer dependency. This allows consumers to use their own version of Codicons.
24+
725## [ 2.3.1] - 2025-09-14
826
927### Fixed
You can’t perform that action at this time.
0 commit comments