Skip to content

Commit 8795c3d

Browse files
committed
Release 0.4.2
1 parent d09d15d commit 8795c3d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

_extensions/webr/_extension.yml

+1-1
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.2-dev.8
4+
version: 0.4.2
55
quarto-required: ">=1.4.554"
66
contributes:
77
filters:

docs/demos/qwebr-editor-options.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ filters:
1212
---
1313

1414
:::{.callout-important}
15-
These features are currently experimental and are included in the 0.4.2-dev build of `{quarto-webr}`.
15+
These features were implemented in 0.4.2 of `{quarto-webr}`.
1616
:::
1717

1818
# Overview

docs/qwebr-release-notes.qmd

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ format:
88
toc: true
99
---
1010

11-
# 0.4.2-dev.8: ??????? (??-??-??)
12-
1311
:::{.callout-note}
1412
Features listed under the `-dev` version have not yet been solidified and may change at any point.
1513
:::
1614

15+
# 0.4.2: A Change Is Gonna Come (06-24-2024)
16+
1717
## Breaking Changes
1818

1919
- We've update the minimum Quarto requirement to 1.4.554.
@@ -46,7 +46,6 @@ Features listed under the `-dev` version have not yet been solidified and may ch
4646
## Changes
4747

4848
- Added a mouse over button to allow for downloading an image when generated. ([#147](https://github.com/coatless/quarto-webr/issues/147))
49-
5049
- Increase the minimum Quarto version requirement to 1.4.554. ([#198](https://github.com/coatless/quarto-webr/issues/198)).
5150
- Upgraded to webR v0.3.2 ([#187](https://github.com/coatless/quarto-webr/issues/187))
5251
- Added [Lua type annotations](https://luals.github.io/wiki/annotations/) and function documentation into the Quarto extensions' Lua filter. ([#190](https://github.com/coatless/quarto-webr/pulls/190))
@@ -62,8 +61,8 @@ Features listed under the `-dev` version have not yet been solidified and may ch
6261

6362
## Documentation
6463

64+
- Added new [editor options vignette](https://quarto-webr.thecoatlessprofessor.com/demos/qwebr-editor-options.html).
6565
- Updated community examples covering `quarto-webr` uses in 2024 Q1 ([#193](https://github.com/coatless/quarto-webr/issues/193)).
66-
6766
- Improve the data loading documentation page by clarifying the virtual file system usage ([#201](https://github.com/coatless/quarto-webr/issues/201)).
6867

6968
# 0.4.1: Vivid Montage (03-25-2024)

0 commit comments

Comments
 (0)