|
1 | 1 | # Quarto Live (development version) |
2 | 2 |
|
| 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 | + |
3 | 20 | # Quarto Live 0.1.2 |
4 | 21 |
|
5 | 22 | ## New features |
6 | 23 |
|
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. |
8 | 25 |
|
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). |
10 | 27 |
|
11 | 28 | ## Breaking changes |
12 | 29 |
|
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. |
14 | 31 |
|
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. |
16 | 33 |
|
17 | 34 | ## Bug fixes |
18 | 35 |
|
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. |
20 | 37 |
|
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). |
22 | 39 |
|
23 | | -* Fixed layering of shared execution environments in Pyodide exercises (#63). |
| 40 | +- Fixed layering of shared execution environments in Pyodide exercises (#63). |
24 | 41 |
|
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). |
26 | 43 |
|
27 | | -* Better handle `echo: false` and `include: false` cell options (#62). |
| 44 | +- Better handle `echo: false` and `include: false` cell options (#62). |
28 | 45 |
|
29 | | -* Fixed applying the `completion` cell option to `pyodide` cells (#2). |
| 46 | +- Fixed applying the `completion` cell option to `pyodide` cells (#2). |
30 | 47 |
|
31 | | -* Avoid interpreting Python cell text output as HTML (#69). |
| 48 | +- Avoid interpreting Python cell text output as HTML (#69). |
32 | 49 |
|
33 | | -* Fixed grading of R user code with multiple trailing newlines (#77). |
| 50 | +- Fixed grading of R user code with multiple trailing newlines (#77). |
34 | 51 |
|
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). |
36 | 53 |
|
37 | 54 | # Quarto Live 0.1.1 |
38 | 55 |
|
|
0 commit comments