Skip to content

Commit ff55dd4

Browse files
authored
Release v0.4.1 (#171)
* Release updated extension * Add note on upgrading monaco-editor
1 parent 84c4c63 commit ff55dd4

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

_extensions/webr/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: webr
22
title: Embedded webr code cells
33
author: James Joseph Balamuta
4-
version: 0.4.1-dev.2
4+
version: 0.4.1
55
quarto-required: ">=1.2.198"
66
contributes:
77
filters:

docs/qwebr-release-notes.qmd

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ format:
88
toc: true
99
---
1010

11-
12-
# 0.4.1-dev.2: ???????????? (??-??-??) [DEV]
11+
# 0.4.1: Vivid Montage (03-25-2024)
1312

1413
## Features
1514

@@ -18,8 +17,21 @@ format:
1817

1918
## Bug fixes
2019

20+
- Fixed FontAwesome icons not appearing if `embed-resources: true` was set. ([#95](https://github.com/coatless/quarto-webr/issues/95))
21+
22+
:::{.callout-note}
23+
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"`.
24+
:::
25+
26+
## Changes
27+
28+
- Upgrade monaco-editor from 0.45.0 to 0.47.0 ([#170](https://github.com/coatless/quarto-webr/pulls/170))
29+
2130
## Documentation
2231

32+
- Updated documentation using `plot2` to `tinyplot` due to a name change upstream.
33+
- Added a new section on using data within `{webr-r}` code blocks.
34+
2335
# 0.4.0: Ball of Yarn (02-05-2024)
2436

2537
## Breaking changes

0 commit comments

Comments
 (0)