diff --git a/_extensions/webr/_extension.yml b/_extensions/webr/_extension.yml index 120ca0c7..ad3c76e9 100644 --- a/_extensions/webr/_extension.yml +++ b/_extensions/webr/_extension.yml @@ -1,7 +1,7 @@ name: webr title: Embedded webr code cells author: James Joseph Balamuta -version: 0.4.1-dev.2 +version: 0.4.1 quarto-required: ">=1.2.198" contributes: filters: diff --git a/docs/qwebr-release-notes.qmd b/docs/qwebr-release-notes.qmd index cb01994a..afafe549 100644 --- a/docs/qwebr-release-notes.qmd +++ b/docs/qwebr-release-notes.qmd @@ -8,8 +8,7 @@ format: toc: true --- - -# 0.4.1-dev.2: ???????????? (??-??-??) [DEV] +# 0.4.1: Vivid Montage (03-25-2024) ## Features @@ -18,8 +17,21 @@ format: ## Bug fixes +- Fixed FontAwesome icons not appearing if `embed-resources: true` was set. ([#95](https://github.com/coatless/quarto-webr/issues/95)) + +:::{.callout-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](https://github.com/coatless/quarto-webr/pulls/170)) + ## Documentation +- Updated documentation using `plot2` to `tinyplot` due to a name change upstream. +- Added a new section on using data within `{webr-r}` code blocks. + # 0.4.0: Ball of Yarn (02-05-2024) ## Breaking changes