Skip to content

Commit

Permalink
Release v0.4.1 (#171)
Browse files Browse the repository at this point in the history
* Release updated extension

* Add note on upgrading monaco-editor
  • Loading branch information
coatless authored Mar 25, 2024
1 parent 84c4c63 commit ff55dd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _extensions/webr/_extension.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
16 changes: 14 additions & 2 deletions docs/qwebr-release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ format:
toc: true
---


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

## Features

Expand All @@ -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
Expand Down

0 comments on commit ff55dd4

Please sign in to comment.