Skip to content

Commit c97e544

Browse files
authored
Bump to v0.1.0 and changelog update (#14)
1 parent b571797 commit c97e544

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.1.0
4+
- Updates [Tree](./src/tree/README.md) component:
5+
- Adds optional support for search in data backend implementation.
6+
- Configures search behavior through `search.mode` in `CDTTreeProps`.
7+
- Adds `searchChanged` notification from webview to host.
8+
- Increases search text debounce from 300ms to 600ms.
9+
- chore: Updated GitHub workflows to node 22.
10+
- chore: Updated dependencies
11+
312
## 0.0.1
413
- Initial release of this package.
514
- Adds [Tree](./src/tree/README.md) component.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2024-2025 Arm Limited and EclipseSource
3+
Copyright 2024-2026 Arm Limited and EclipseSource, and others
44
Copyright 2017-2023 Marcel Ball and Arm Limited
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-cdt-cloud/vscode-ui-components",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "UI Components for Visual Studio Code Extensions",
55
"repository": "https://github.com/eclipse-cdt-cloud/vscode-ui-components",
66
"license": "MIT",

0 commit comments

Comments
 (0)