Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.1.0
- Updates [Tree](./src/tree/README.md) component:
- Adds optional support for search in data backend implementation.
- Configures search behavior through `search.mode` in `CDTTreeProps`.
- Adds `searchChanged` notification from webview to host.
- Increases search text debounce from 300ms to 600ms.
- chore: Updated GitHub workflows to node 22.
- chore: Updated dependencies

## 0.0.1
- Initial release of this package.
- Adds [Tree](./src/tree/README.md) component.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2024-2025 Arm Limited and EclipseSource
Copyright 2024-2026 Arm Limited and EclipseSource, and others
Copyright 2017-2023 Marcel Ball and Arm Limited

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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-cdt-cloud/vscode-ui-components",
"version": "0.0.1",
"version": "0.1.0",
"description": "UI Components for Visual Studio Code Extensions",
"repository": "https://github.com/eclipse-cdt-cloud/vscode-ui-components",
"license": "MIT",
Expand Down
Loading