Vivid Montage
Features
- Upgraded the embedded version of webR to v0.3.1. (#165)
read-only
is a new code cell option that prevents changes to code inside of aninteractive
context.
Bug fixes
- Fixed FontAwesome icons not appearing if
embed-resources: true
was set. (#95)
Note
The embed-resources
option only works if the communication channel is either "automatic"
(default), "post-message"
, or "shared-array-buffer"
. Do not attempt to use it with "service-workers"
.
Changes
- Upgrade monaco-editor from 0.45.0 to 0.47.0 (#170)
Documentation
- Updated documentation using
plot2
totinyplot
due to a name change upstream. - Added a new section on using data within
{webr-r}
code blocks.