Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
0.5.5
🚀 New Features and Enhancements
- Update table drag and drop implementation #2566 by @julieg18
- Plots improve section tooltips copy and style #2622 by @shcheklein
🐛 Bug Fixes
- Do not toggle plot section when clicking a link #2632 by @sroy3
- Only patch workspace only calls to plots diff #2629 by @mattseddon
🔨 Maintenance
- Add util for identifying ValueTree type #2619 by @mattseddon
- Switch CI test coverage to use stable build #2623 by @mattseddon
- Upload vsix as part of publish action #2615 by @mattseddon
- Improve max table depth test #2621 by @julieg18
- Add webpack dummy build as a lint step #2626 by @wolmir
- Fix integration test suite after hook #2628 by @mattseddon
- Make the plot sizes use numbers underneath #2563 by @sroy3
- Demo project as a submodule #2624 by @sroy3
- Split standardize path into two functions #2627 by @mattseddon
0.5.4
🐛 Bug Fixes
- Account for null being an object in workspace change data collection #2617 by @mattseddon
0.5.3
🚀 New Features and Enhancements
- Add actions to experiment cell hint tooltips #2606 by @mattseddon
- Update experiment table icons to use --vscode-descriptionForeground and use --vscode-editorLightBulb-foreground for selected stars #2604 by @mattseddon
🐛 Bug Fixes
- Fix experiment table changes collection bug #2598 by @mattseddon
🔨 Maintenance
- Use stable version of VS Code for e2e tests (again) #2611 by @mattseddon
- Standardize dvc root paths as they come into the system #2597 by @mattseddon
0.5.2
🚀 New Features and Enhancements
- Use error foreground for status bar item color if CLI unavailable #2587 by @mattseddon
- Change experiments table circle to radio button #2553 by @mattseddon
- Add hints into experiment table row action tooltips #2567 by @mattseddon
🐛 Bug Fixes
- Revert moving experiment names to right in table's experiment column (maintain heirarchy) #2594 by @mattseddon
- Follow directions in the VS Code API docs for relative paths #2590 by @mattseddon
🔨 Maintenance
- Fix failing CI vscode test #2580 by @julieg18
- Update CODEOWNERS #2595 by @mattseddon
0.5.1
🐛 Bug Fixes
- Account for dvc yaml potentially not having a train stage #2571 by @mattseddon
0.5.0
🚀 New Features and Enhancements
- Display failed experiments #2535 by @mattseddon
- Improve max table depth feature #2538 by @julieg18
🔨 Maintenance
- Bump min DVC version to 2.30.0 (Use status from exp show) #2521 by @mattseddon
- Remove stale developer roadmap from README #2561 by @mattseddon
0.4.13
🐛 Bug Fixes
- Fix UX of extension using fallback global CLI when Python extension is active #2544 by @mattseddon
🔨 Maintenance
- Add test for setting table header depth #2525 by @julieg18
- Consolidate version checking into CLI discovery file #2552 by @mattseddon
0.4.12
🔨 Maintenance
- Bump min tested version of DVC to 2.29.0 #2536 by @mattseddon
0.4.11
🚀 New Features and Enhancements
- Allow experiment table column depth below 3 #2482 by @julieg18
- Update table header context menu #2517 by @julieg18
🐛 Bug Fixes
- Fix comparison table row path chevron being cut #2533 by @sroy3
- Render flexible confusion matrices as expected #2523 by @mattseddon
- Fix size of flexible confusion matrix #2531 by @mattseddon
🔨 Maintenance
- Move types from reader into new contract file #2520 by @mattseddon
- Switch e2e tests back to insiders build #2526 by @mattseddon