|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.8.12] - 2023-05-16 |
| 6 | + |
| 7 | +### 🚀 New Features and Enhancements |
| 8 | + |
| 9 | +- Send all stderr and stdout to the output channel when a DVC process fails [#3857](https://github.com/iterative/vscode-dvc/pull/3857) by [@mattseddon](https://github.com/mattseddon) |
| 10 | +- Call exp show with multiple branches [#3827](https://github.com/iterative/vscode-dvc/pull/3827) by [@sroy3](https://github.com/sroy3) |
| 11 | + |
| 12 | +### 🐛 Bug Fixes |
| 13 | + |
| 14 | +- Pin dvc-studio-client in demo project as a temporary fix [#3899](https://github.com/iterative/vscode-dvc/pull/3899) by [@mattseddon](https://github.com/mattseddon) |
| 15 | +- Debounce calls to git branch [#3887](https://github.com/iterative/vscode-dvc/pull/3887) by [@mattseddon](https://github.com/mattseddon) |
| 16 | + |
| 17 | +### 🔨 Maintenance |
| 18 | + |
| 19 | +- Update coverage path ignore patterns [#3859](https://github.com/iterative/vscode-dvc/pull/3859) by [@mattseddon](https://github.com/mattseddon) |
| 20 | +- Update CodeClimate exclude patterns [#3858](https://github.com/iterative/vscode-dvc/pull/3858) by [@mattseddon](https://github.com/mattseddon) |
| 21 | +- Add redux to setup webview [#3851](https://github.com/iterative/vscode-dvc/pull/3851) by [@julieg18](https://github.com/julieg18) |
| 22 | +- Lower setup section prop drilling [#3862](https://github.com/iterative/vscode-dvc/pull/3862) by [@julieg18](https://github.com/julieg18) |
| 23 | +- Update blocked ESM only packages (execa, process-exists) [#3856](https://github.com/iterative/vscode-dvc/pull/3856) by [@mattseddon](https://github.com/mattseddon) |
| 24 | +- Cleanup icons [#3871](https://github.com/iterative/vscode-dvc/pull/3871) by [@sroy3](https://github.com/sroy3) |
| 25 | +- Simplify table data fixtures [#3876](https://github.com/iterative/vscode-dvc/pull/3876) by [@sroy3](https://github.com/sroy3) |
| 26 | +- Remove node-fetch as a dependency (not used) [#3892](https://github.com/iterative/vscode-dvc/pull/3892) by [@mattseddon](https://github.com/mattseddon) |
| 27 | +- Increase timeouts of flaky tests [#3888](https://github.com/iterative/vscode-dvc/pull/3888) by [@mattseddon](https://github.com/mattseddon) |
| 28 | +- Fix broken setup stories [#3896](https://github.com/iterative/vscode-dvc/pull/3896) by [@julieg18](https://github.com/julieg18) |
| 29 | +- Revert demo project to latest commit on main [#3900](https://github.com/iterative/vscode-dvc/pull/3900) by [@mattseddon](https://github.com/mattseddon) |
| 30 | + |
5 | 31 | ## [0.8.11] - 2023-05-10 |
6 | 32 |
|
7 | 33 | ### 🚀 New Features and Enhancements |
|
0 commit comments