Skip to content

v2.3.7

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 16:15
· 166 commits to master since this release

Note

  • After v2.3.4, httpgd plot viewer requires httpgd 1.2.0 or later. If the plot viewer shows 404 error, installing the latest release of httpgd should resolve the problem. (#972)

Enhancements

  • Data viewer supports Apache Arrow Table and r.session.data.rowLimit setting is added to limit the number of rows to show. (#945, thanks @eitsupi)
  • R gitignore file is updated and "R: Create gitignore" also supports multi-root workspace. (#949, thanks @eitsupi).
  • Httpgd plot viewer has a delay before refreshing to avoid redrawing too often. (#956)
  • Shell commands used in tasks use strong quoting. (#964, thanks @shrektan)
  • User will be prompted to install languageserver if the package is missing. (#965, @shrektan)
  • DCF syntax is updated to support syntax highlighting of .lintr. (#970, thanks @eitsupi)
  • Column headers show the class and type of each column in tooltips. (#974, thanks @eitsupi)
  • Extension is activated if the workspace folder contains *.{rproj,Rproj,r,R,rd,Rd,rmd,Rmd} at any level of sub-folders. (#979)

Fixes

  • Fix typo in command line arguments. (#954, thanks @achey2016)
  • R Markdown commenting uses HTML-style comments outside code blocks. (#958)
  • R Markdown rendering process gets LANG environment variable to properly handle unicode characters. (#961, thanks @shrektan)

Commits

  • 24a47c9: correcting typo on command argument (slient instead of silent) (#954) (Anne Cheylus) #954
  • 8b1cb58: update the .gitignore file for R (#949) (eitsupi) #949
  • ff977b7: Add delay before refreshing plots (#956) (Manuel Hentschel) #956
  • 9275ca1: Fix rmd comment (#958) (Manuel Hentschel) #958
  • 25b3dda: Add row limit setting of data viewer and support Apache Arrow Table (#945) (eitsupi) #945
  • 423cbd6: Bump node-fetch from 2.6.1 to 2.6.7 (#962) (dependabot[bot]) #962
  • 41ba420: set the LANG env when rendering rmarkdown (#961) (Xianying Tan) #961
  • 55d6d67: should use Strong quote for shell commands (#964) (Xianying Tan) #964
  • 00a89f9: add note about httpgd package version (#972) (eitsupi) #972
  • 097791d: update dcf syntax and add support ".lintr" file (#970) (eitsupi) #970
  • f8e29d9: prompt to install languageserver is not available (#965) (Xianying Tan) #965
  • f7b3df0: [data frame viewer] Add type of column to headerTooltip (#974) (eitsupi) #974
  • 66255d9: Upgrade ag-grid-community to 26.2.1 (#975) (Kun Ren) #975
  • 1ec6b5a: Activate extension on subfolder (#979) (Kun Ren) #979
  • a8c801a: release 2.3.7 (Kun Ren)