Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 719 Bytes

File metadata and controls

20 lines (17 loc) · 719 Bytes

Change Log

0.2.0

  • Updates Tree component:
    • Change No data available message to spinning wheel with Loading... label while loading a tree.
  • chore: Updated dependencies

0.1.0

  • Updates Tree 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 component.