Skip to content

Commit 0915f87

Browse files
committed
Update NEWS.md
1 parent 8e3542b commit 0915f87

File tree

1 file changed

+30
-13
lines changed

1 file changed

+30
-13
lines changed

NEWS.md

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,55 @@
11
# Quarto Live (development version)
22

3+
# Quarto Live 0.1.3
4+
5+
- webR upgraded to v0.5.8
6+
- Pyodide upgraded to v0.28.1
7+
8+
## New features
9+
10+
- Use ragg for R bitmap graphics fallback if available (better quality plots when `OffscreenCanvas` is unavailable)
11+
- Handle ANSI escape codes in standard output
12+
13+
## Bug fixes
14+
15+
- Set tabindex on buttons rendered as <a> for keyboard accessibility
16+
- Fix external resources loading with webR 0.5.x
17+
- Properly decode user setup and grading blocks (base64 decoding for non-ASCII characters)
18+
- Handle XML tags in R standard output
19+
320
# Quarto Live 0.1.2
421

522
## New features
623

7-
* Setup blocks may now be attached to multiple exercises by providing a list for the `exercise` cell option.
24+
- Setup blocks may now be attached to multiple exercises by providing a list for the `exercise` cell option.
825

9-
* Reveal.js slides containing live cells are now automatically made scrollable (#67).
26+
- Reveal.js slides containing live cells are now automatically made scrollable (#67).
1027

1128
## Breaking changes
1229

13-
* Previously the cell option `autorun` defaulted to `true` for "sandbox" type cells, but `false` for exercises. This has been found to be confusing, and so `autorun: false` is now always the default state. Autorun may still be enabled by setting the cell option directly, or set document-wide using the `cell-options` YAML header.
30+
- Previously the cell option `autorun` defaulted to `true` for "sandbox" type cells, but `false` for exercises. This has been found to be confusing, and so `autorun: false` is now always the default state. Autorun may still be enabled by setting the cell option directly, or set document-wide using the `cell-options` YAML header.
1431

15-
* The Pyodide execution engine has been upgraded to version 0.27.0.
32+
- The Pyodide execution engine has been upgraded to version 0.27.0.
1633

1734
## Bug fixes
1835

19-
* Ensure that JavaScript scripts that have been dynamically added via HTML output are executed.
36+
- Ensure that JavaScript scripts that have been dynamically added via HTML output are executed.
2037

21-
* Fixed building deep subdirectory structure when copying resources into the WebAssembly virtual filesystem (#53).
38+
- Fixed building deep subdirectory structure when copying resources into the WebAssembly virtual filesystem (#53).
2239

23-
* Fixed layering of shared execution environments in Pyodide exercises (#63).
40+
- Fixed layering of shared execution environments in Pyodide exercises (#63).
2441

25-
* Ensure variables defined at the top level of the the grading environment are available as globals when executing grading algorithms with Pyodide (#63).
42+
- Ensure variables defined at the top level of the the grading environment are available as globals when executing grading algorithms with Pyodide (#63).
2643

27-
* Better handle `echo: false` and `include: false` cell options (#62).
44+
- Better handle `echo: false` and `include: false` cell options (#62).
2845

29-
* Fixed applying the `completion` cell option to `pyodide` cells (#2).
46+
- Fixed applying the `completion` cell option to `pyodide` cells (#2).
3047

31-
* Avoid interpreting Python cell text output as HTML (#69).
48+
- Avoid interpreting Python cell text output as HTML (#69).
3249

33-
* Fixed grading of R user code with multiple trailing newlines (#77).
50+
- Fixed grading of R user code with multiple trailing newlines (#77).
3451

35-
* Fixed Plotly and matplotlib figures on Pyodide v0.27.0 (#79, #80).
52+
- Fixed Plotly and matplotlib figures on Pyodide v0.27.0 (#79, #80).
3653

3754
# Quarto Live 0.1.1
3855

0 commit comments

Comments
 (0)