v2.3.0
Enhancements
- R Markdown preview now supports background rendering with progress bar, customizable
working directory, and smart knit button. (#765) {rstudioapi}
emulation is enabled by default. (#769)- A new setting
r.session.objectLengthLimit
is added to limit the output of the names of global objects with many named elements which might cause significant delay after inputs. (#778) NA
andInf
could now be correctly displayed in the data viewer. (#780)- User-specified R Markdown output format is now respected. (#785)
Fixes
- The security policy of WebView is relaxed to support
{flextable}
widgets. (#771) - The R Markdown background rendering process could be properly terminated now. (#773)
Commits
- 6f2a2ef: Enable rstudioapi by default (#769) (Elian H. Thiele-Evans) #769
- 17406dc: Use unsafe-inline for script-src (#771) (Kun Ren) #771
- 9f03d55: R Markdown Enhancements (Knit Manager) (#765) (Elian H. Thiele-Evans) #765
- 1c643ad: (Refactoring) Simplify RMD child process disposal (#773) (Elian H. Thiele-Evans) #773
- 892439b: Add object length limit (#778) (Kun Ren) #778
- 4d6a663: Write NA as string (#780) (Kun Ren) #780
- 055a87e: Use R files for background process (#783) (Elian H. Thiele-Evans) #783
- c5ee36f: Fix RMD requireNamespace (#784) (Elian H. Thiele-Evans) #784
- 2333f69: Respect preview output format (#785) (Elian H. Thiele-Evans) #785
- f88df17: Bump @types/vscode from 1.57.0 to 1.60.0 (#786) (Elian H. Thiele-Evans) #786
- c0e75b2: Extend providers to rmd (#787) (Kun Ren) #787
- 8253125: Bump nth-check from 2.0.0 to 2.0.1 (#795) (dependabot[bot]) #795
- 5716aba: Update vscode and ag-grid version (Kun Ren)
- c0cfebc: Update dependencies (Kun Ren)
- a407b43: Fix hljs usage (Kun Ren)
- fe3b602: Update highlight.js version (Kun Ren)
- f2bca32: release 2.3.0 (Kun Ren)