v2.7.0
New Features
- New syntax highlighting support for
NAMESPACE
and.Rbuildignore
. (#1221, thanks @nx10) - Support help preview in package development. (#1259, #1266)
Enhancements
- The extension is re-published to Open VSX Registry. (open-vsx#591).
- The WebView panel now supports htmlwidgets using Web Workers. (#1261, thanks @anthonynorth)
- Code block detection now includes parentheses, which is more consistent with RStudio behavior. (#1269)
Fixes
View()
no longer stops withtibble()
that contains objects that do not
implementasJSON()
method. (#1255)- Fixed the regex for detecting problems reported by testthat from tasks. (#1257, thans @gowerc)
- Fixed syntax highlighting in help preview under R 4.2.x. (#1268)
Commits
- bac8e56: Enable publishToOpenVSX (Kun Ren)
- 49befc5: Add Open VSX Registry option to README (#1102) (Gustavo Velásquez) #1102
- 0c475fe: fix typo in dialog (#1249) (Kevin Ushey) #1249
- 39bcc58: Use force=TRUE when viewing data.frame and list (#1255) (Kun Ren) #1255
- b276ed0: fixed broken regex (#1257) (Craig Gower-Page) #1257
- e7fcb1d: add webview csp directives for web workers (#1261) (Anthony North) #1261
- b3e107e: Add language support for NAMESPACE & .Rbuildignore (#1221) (Florian Rupprecht) #1221
- 73d2fbb: Implement help preview for local package(s) (#1259) (Manuel Hentschel) #1259
- 27f37bb: Encoding fix (ManuelHentschel)
- e906b20: Respect RdMacros (#1266) (Manuel Hentschel) #1266
- 4f6dc49: Change code block detection to include parentheses (#1269) (Andrew Craig) #1269
- a7671ab: Remove script tags in R v4.2.x help pages (#1268) (Manuel Hentschel) #1268
- b1063d7: release 2.7.0 (Kun Ren)