Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
0.4.9
🚀 New Features and Enhancements
- Render flexible plots #2403 by @mattseddon
- Add flexible plots legends to plots tree #2452 by @mattseddon
🐛 Bug Fixes
- Cleanup after drag and drop #2481 by @sroy3
- Fix comparison table row copy button #2489 by @sroy3
- Remove erroneous shape from vertical on hover line when shape dimension is added #2486 by @mattseddon
- Add tooltip to comparison table row path #2490 by @sroy3
- Make the comparison table row path take available space #2491 by @sroy3
🔨 Maintenance
- Do not walk unnecessary keys in truncate titles #2487 by @mattseddon
- Bump min tested version of DVC to 2.28.0 #2488 by @mattseddon
- Stabilize e2e tests #2493 by @mattseddon
0.4.8
🚀 New Features and Enhancements
🐛 Bug Fixes
- Add webpack to languageServer #2469 by @wolmir
- Check for global install of CLI after python install not found #2462 by @mattseddon
- Account for exp show returning extra data in CLI output tests #2463 by @mattseddon
🔨 Maintenance
0.4.7
🚀 New Features and Enhancements
🐛 Bug Fixes
- Turn off language server until it is fixed #2460 by @mattseddon
🔨 Maintenance
- Move remaining data update watchers to RelativePatterns #2451 by @mattseddon
0.4.6
0.4.5
🔨 Maintenance
- Bump min tested version of DVC to 2.26.2 #2428 by @mattseddon
- Bump min tested version of DVC to 2.27.2 #2440 by @mattseddon
0.4.4
🚀 New Features and Enhancements
- Remove extra background color from the table view #2425 by @shcheklein
🐛 Bug Fixes
- Update table hints #2413 by @julieg18
- Exclude queued experiments from select experiments for plots quick pick #2410 by @mattseddon
🔨 Maintenance
- Move vega title truncation into the extension #2396 by @mattseddon
- Use webpack's development mode to build webview for testing #2404 by @mattseddon
- Remove unused SVGs #2409 by @mattseddon
0.4.3
🚀 New Features and Enhancements
- Move experiment table context menus to right-start #2377 by @mattseddon
- Update cell hint styles and context menu position #2384 by @julieg18
- Add plotting actions to experiments table context menu #2388 by @mattseddon
- Update selected row foreground #2391 by @julieg18
🐛 Bug Fixes
- Ensure table indicators do not overlap with experiment column title #2376 by @mattseddon
- Fix overflowing comparison table texts #2381 by @sroy3
0.4.2
0.4.1
🚀 New Features and Enhancements
- Match tooltip styles to VS Code #2353 by @mattseddon
🐛 Bug Fixes
- Make first cell text contents selectable #2341 by @julieg18
- Truncate long plot titles #2344 by @sroy3
- Keep cursor on
col-resizeon table column resize #2356 by @julieg18 - Always show context menu on right click #2355 by @mattseddon
- Dismiss tooltip/context menus on Escape #2354 by @mattseddon
🔨 Maintenance
- Consolidate use of decoration providers with tree views #2330 by @mattseddon
- Move DVC Tracked tree into repository directory structure #2331 by @mattseddon
- Group Source Control Management files #2332 by @mattseddon
- Switch from jest from ts-jest to swc #2333 by @mattseddon
- Remove extra sending of data to webview on change of star selection #2346 by @mattseddon
0.4.0
🚀 New Features and Enhancements
- Use new data status command #2091 by @mattseddon
- Give option to sort or filter by Created timestamp #2293 by @mattseddon
- Improve table column resizing styles #2305 by @julieg18
- Refine data status consumption #2151 by @mattseddon
- Consume unknown from data status #2267 by @mattseddon
- Remove retries from reader (all commands now lockless) #2300 by @mattseddon
- Show data status errors in DVC Tracked tree #2301 by @mattseddon
🐛 Bug Fixes
- Account for exp show returning an empty object #2280 by @mattseddon
- Fix drag leave of top and bottom sections #2320 by @sroy3
- Fix bugs in table styles #2316 by @julieg18
🔨 Maintenance
- Bump min version of DVC to 2.21.0 (data status) #2266 by @mattseddon
- Bump min version of DVC to 2.23.0 (--with-dirs removed from data status) #2299 by @mattseddon
- Bump min version of DVC to 2.24.0 (patch windows paths in data status) #2314 by @mattseddon