Releases: r-wasm/webr
webR 0.5.9
webR 0.5.8
webR 0.5.7
What's Changed
- Fixed importing webR ESM package in Node.js when running with
type: "module"(#583). - Add inline documentation for evalR methods by @AABoyles in #571
Full Changelog: v0.5.6...v0.5.7
webR 0.5.6
New features
-
Added shim for
requireNamespaceR function (#570). -
Added CSS media query for system dark mode (#572).
-
Proxy Web Worker communication through the main thread when using the
SharedArrayBuffercommunication channel (#576). -
The R version is now exposed at
webR.versionRand as theR_VERSIONenvironment variable (#577).
New Contributors
- @AABoyles made their first contribution in #570
- @kyleGrealis made their first contribution in #572
- @laderast made their first contribution in #573
Full Changelog: v0.5.4...v0.5.6
webR 0.5.5
New features
-
Proxy WebSocket communication through the main thread when using the
SharedArrayBuffercommunication channel (#562). -
Added support for
webr::eval_js(..., await = TRUE). -
Updated OpenSSL to version 3.5.1 (#564).
-
Added a SSL cacert bundle to the Emscripten VFS (#562).
-
Added support mechanism for running
curlandhttr2using a WebSocket proxy + SOCKS tunnel running outside the browser (#562). -
Minor UI, favicon, and Open Graph metadata tweaks to the webR application.
Breaking changes
- Removed the service worker communication channel. This channel has been deprecated for a while now, and was never chosen in
Automaticmode (#562).
Full Changelog: v0.5.4...v0.5.5
webR 0.5.4
New features
- Support sharing URLs and initial editor file population in the webR application. (#554)
Breaking changes
- Updated Fontconfig to version 2.15.0 (#544).
Bug Fixes
- (Regression, again) Fix linking to the FreeType library when building webR (See #504 for details).
Full Changelog: v0.5.3...v0.5.4
webR 0.5.3
Patch release
-
Raise initial memory default (#552).
-
Use the
selfflake input inflake.nix.
Full Changelog: v0.5.2...v0.5.3
webR 0.5.2
Patch release
Minor hotfix release to include the correct version of R in the webR Docker image.
No other changes.
Full Changelog: v0.5.1...v0.5.2
webR 0.4.4
Backports
- Upgrade
@jupyterlite/contentsfor JupyterLite 0.6.0 (#549)
Full Changelog: v0.4.3...v0.4.4
webR 0.5.1
New features
- Updated to R version 4.5.1.
Breaking changes
- Upgraded JupyterLite DriveFS filesystem to v0.6.2, for use with JupyterLite v0.6.0 and later (#549).
Full Changelog: v0.5.0...v0.5.1