Skip to content

webR 0.2.1

Compare
Choose a tag to compare
@georgestagg georgestagg released this 12 Sep 14:20
· 126 commits to main since this release

New features

  • Added a new communication channel based on postMessage, to be used when both Cross Origin Isolation and Service Workers are unavailable. Nested R REPLs (e.g. readline(), menu(), browser(), etc.) are unsupported when using this channel.

Bug fixes

  • Fix HTML canvas graphics in Console class (#256).

  • Fix drawing rasters in HTML canvas graphics device (#251).

  • Remove no-longer valid references to repl.mjs in package.json (#250).

  • Ensure that the one-time setup required for the WebR class occurs only once when calling webR.init().