Skip to content

Commit 9ab2241

Browse files
committed
release 2.8.0
1 parent 7e3d97c commit 9ab2241

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## [2.8.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.3)
8+
9+
New Features:
10+
11+
* A new experimental setting `r.session.useWebServer` is added to support communicating with R session via a web server running in R. This requires R package `httpuv` to be installed. Currently,
12+
it enhances the session symbol completion when accessing R object via `$` and `@`. *This feature is
13+
experimental and may be subject to change in the future.* (#1151)
14+
* A new setting `r.rmarkdown.preview.zoom` is added to support the default zoom level or R markdown
15+
preview. (#1333)
16+
17+
Enhancements:
18+
19+
* Improve message when error occurs on loading R packages. (#1334, thanks to @csaybar)
20+
* Upgrade ag-grid-community to v29.3.0 (#1346)
21+
22+
Fixes:
23+
24+
* Commands that are not intended in the command pallete are now hidden. (#1327, #1330)
25+
726
## [2.7.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.2)
827

928
Enhancements:

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.7.2",
5+
"version": "2.8.0",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "REditorSupport",

0 commit comments

Comments
 (0)