Skip to content

Commit b2c9e08

Browse files
authored
Update Changelog
Updated CHANGELOG with unreleased changes including fixes, additions, and changes.
1 parent 68a25e3 commit b2c9e08

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The 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

0 commit comments

Comments
 (0)