Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.3.22
🚀 New Features and Enhancements
- Add Git cli calls into output channel #2225 by @mattseddon
- Add commit and share experiment to context menus #2237 by @mattseddon
- Switch experiment sharing to progress api #2245 by @mattseddon
🐛 Bug Fixes
- Show spinner in the status bar when extension is running Git #2249 by @mattseddon
🔨 Maintenance
- Replace vary with modify in variable names #2227 by @mattseddon
- Remove experiments from star/unstar text in experiments table #2228 by @mattseddon
- Rename DVC CLI files and classes #2226 by @mattseddon
- Add test utils for dealing with private class methods #2233 by @mattseddon
- Move integration test files into new structure #2236 by @mattseddon
- Split up
TableHeader.tsx
#2250 by @julieg18 - Add CHANGELOG to prettierignore #2246 by @mattseddon
0.3.21
🚀 New Features and Enhancements
- Add a copy button for comparison table rows #2216 by @sroy3
- Share an experiment from context menus #2219 by @mattseddon
- Share an experiment from command palette #2221 by @mattseddon
🐛 Bug Fixes
0.3.20
🚀 New Features and Enhancements
- Show min tested version in toast warning message #2209 by @mattseddon
🐛 Bug Fixes
- Fix sticky workspace row obscuring branch #2212 by @mattseddon
- Make drop zones larger when dragging in the same section #2206 by @sroy3
0.3.19
🚀 New Features and Enhancements
🐛 Bug Fixes
- Improve table styles #2197 by @julieg18
- Do not retry CLI process when unexpected error is received #2200 by @mattseddon
- Handle newly introduced deps (before dvc commit) #2202 by @mattseddon
- Fix experiment table live updates in non-checkpoint experiments #2203 by @mattseddon
- Fix partially hidden header context menus #2204 by @julieg18
🔨 Maintenance
- Bump min tested DVC version to 2.18.1 #2207 by @mattseddon
0.3.18
🚀 New Features and Enhancements
- Left align timestamp column text #2191 by @julieg18
- Add select python interpreter option to setup workspace toast message #2186 by @mattseddon
🐛 Bug Fixes
- Handle dep being added under the current commit #2187 by @mattseddon
0.3.17
🚀 New Features and Enhancements
- Add option to filter experiments to starred #2164 by @mattseddon
- Add option to sort by starred experiments #2169 by @mattseddon
- Add shortcut to filter experiments to starred #2170 by @mattseddon
- Add shortcut to sort experiments by starred #2171 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Rename experiments columns tree test file #2168 by @mattseddon
- Revert end to end tests back to insiders #2173 by @mattseddon
0.3.16
🚀 New Features and Enhancements
- Links in section description tooltips #2140 by @sroy3
- Retain plot order when toggling off/on #2147 by @mattseddon
- All plots sections visible #2145 by @sroy3
🐛 Bug Fixes
- Patch e2e tests #2143 by @mattseddon
- Remove drop target when leaving a section #2149 by @sroy3
🔨 Maintenance
0.3.15
🚀 New Features and Enhancements
- Hide remove all buttons from trees when there is nothing to remove #2131 by @mattseddon
- Plot experiments in the order they were selected #2137 by @mattseddon
🔨 Maintenance
- Update CODEOWNERS #2132 by @mattseddon
0.3.14
🐛 Bug Fixes
- Block users from attempting to run concurrent SCM commands #2128 by @mattseddon
🔨 Maintenance
- Redux for experiments table drag and drop #2097 by @sroy3
- Upgrade vsce #2108 by @mattseddon
- Table data in redux #2112 by @sroy3
- Keep old reference in the state if they have not changed #2114 by @sroy3
- Upgrade wdio-vscode-service #2124 by @mattseddon
- Simplify drag and drop integrations #2126 by @sroy3
0.3.13
🚀 New Features and Enhancements
- Add conditional shadow to sticky experiments column #2062 by @julieg18
- Highlight experiments with errors #2072 by @mattseddon
- Comparison table drag and drop feedback #2064 by @sroy3
- Change the style of the comparison drag and drop feedback #2077 by @sroy3
- Style the ghost image of the comparison table dragged item #2088 by @sroy3
🐛 Bug Fixes
- Move divider to top of group in experiments table context menu #2083 by @mattseddon
- Fix cell tooltip position on table column resize #2087 by @julieg18
- Fix
yarn build
by reverting "chore(deps): update dependency vsce to v2.9.3" #2101 by @julieg18 - Undo failed release attempt by reverting "Update version and CHANGELOG for release" #2104 by @julieg18
🔨 Maintenance
- Standardize how the webviews access icons #2079 by @mattseddon
- Add more resolutions for security advisories in dev dependencies #2082 by @mattseddon
- Refactor experiments column conditional shadow logic #2085 by @julieg18
- Add getParentelem helper for tests #2086 by @sroy3
- Avoid name clashing when naming redux objects #2095 by @sroy3
- Do not use turbo cache on main #2098 by @mattseddon