You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added repos document meta option key to specify custom package repositories containing compiled R WASM Packages not found in the main webR repository (#124, #132).
Changes
Added new CSS IDs governing the webR initialization state. (#110)
Added shim that overrides install.packages() with webr::install() through webr::shim_install() this requires webR v0.2.2 to be in use. (#122)
Added the keyboard shortcut for Run Code -- Shift + Enter -- to mouseover text for the Run Code button. (#91)
Allow {webr-r} code cell to propagate into Quarto markdown formats for hugo-md. (#150, h/t @ClaudiuPapasteri)
Updated the version of the MonacoEditor from 0.43.0 to 0.45.0. (#130)
Updated the version of the FontAwesome from 6.4.2 to 6.5.1. (#131)
Bugfixes
Prevented HTML output being shown as HTML by replacing HTML characters like <, >, &, etc., with their corresponding HTML entities. (#115, h/t @gvelasq)
Fixed display of text found after a code cell in RevealJS appearing off the page. (#102, #106)
Fixed setup and output contexts not syncing with values found in packages. (#114, #105, #88)
Fixed unexpected input error appearing spuriously on Windows machines by enforcing the end-of-line (EOL) character to be LF (\n) and, thus preventing CRLF (\r\n) from entering the picture. (#94 huge thank you and h/t to @ute. Thanks also to @alexCardazzi for initial reporting).