Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Apr 28, 2023
1 parent 7e3d97c commit 9ab2241
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## [2.8.0](/~https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.3)

New Features:

* 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,
it enhances the session symbol completion when accessing R object via `$` and `@`. *This feature is
experimental and may be subject to change in the future.* (#1151)
* A new setting `r.rmarkdown.preview.zoom` is added to support the default zoom level or R markdown
preview. (#1333)

Enhancements:

* Improve message when error occurs on loading R packages. (#1334, thanks to @csaybar)
* Upgrade ag-grid-community to v29.3.0 (#1346)

Fixes:

* Commands that are not intended in the command pallete are now hidden. (#1327, #1330)

## [2.7.2](/~https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.2)

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r",
"displayName": "R",
"description": "R Extension for Visual Studio Code",
"version": "2.7.2",
"version": "2.8.0",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down

0 comments on commit 9ab2241

Please sign in to comment.