You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.5.27] - 2022-12-14
6
+
7
+
### 🚀 New Features and Enhancements
8
+
9
+
- Update plots empty states to reflect dynamic nature of available plots [#2932](https://github.com/iterative/vscode-dvc/pull/2932) by [@mattseddon](https://github.com/mattseddon)
10
+
- Add columns tooltip to plots ribbon [#2924](https://github.com/iterative/vscode-dvc/pull/2924) by [@julieg18](https://github.com/julieg18)
11
+
12
+
### 🐛 Bug Fixes
13
+
14
+
- Fix cleanup on merging drag and drop groups [#2935](https://github.com/iterative/vscode-dvc/pull/2935) by [@sroy3](https://github.com/sroy3)
15
+
- Revert e2e tests back on to insiders [#2938](https://github.com/iterative/vscode-dvc/pull/2938) by [@mattseddon](https://github.com/mattseddon)
16
+
17
+
### 🔨 Maintenance
18
+
19
+
- Prevent unnecessary CLI calls in the integration test suite [#2934](https://github.com/iterative/vscode-dvc/pull/2934) by [@mattseddon](https://github.com/mattseddon)
20
+
- Update renovate config [#2933](https://github.com/iterative/vscode-dvc/pull/2933) by [@mattseddon](https://github.com/mattseddon)
0 commit comments