Skip to content

Commit f2bca32

Browse files
committed
release 2.3.0
1 parent fe3b602 commit f2bca32

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
You can check all of our changes from [Release Page](https://github.com/REditorSupport/vscode-R/releases)
66

7+
## [2.3.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.0)
8+
9+
Enhancements
10+
11+
* R Markdown preview now supports background rendering with progress bar, customizable
12+
working directory, and smart knit button. (#765)
13+
* `{rstudioapi}` emulation is enabled by default. (#769)
14+
* 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)
15+
* `NA` and `Inf` could now be correctly displayed in the data viewer. (#780)
16+
* User-specified R Markdown output format is now respected. (#785)
17+
18+
Fixes
19+
20+
* The security policy of WebView is relaxed to support `{flextable}` widgets. (#771)
21+
* The R Markdown background rendering process could be properly terminated now. (#773)
22+
723
## [2.2.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.2.0)
824

925
New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r",
33
"displayName": "R",
44
"description": "R Extension for Visual Studio Code",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "Ikuyadeu",

0 commit comments

Comments
 (0)