Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.22 KB

NEWS.md

File metadata and controls

29 lines (15 loc) · 1.22 KB

Quarto Live (development version)

New features

  • Setup blocks may now be attached to multiple exercises by providing a list for the exercise cell option.

  • Reveal.js slides containing live cells are now automatically made scrollable (#67).

Breaking changes

  • 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.

Bug fixes

  • Ensure that JavaScript scripts that have been dynamically added via HTML output are executed.

  • Fixed building deep subdirectory structure when copying resources into the WebAssembly virtual filesystem (#53).

  • Fixed layering of shared execution environments in Pyodide exercises (#63).

  • Ensure variables defined at the top level of the the grading environment are available as globals when executing grading algorithms with Pyodide (#63).

  • Better handle echo: false and include: false cell options (#62).

  • Fixed applying the completion cell option to pyodide cells (#2).

Quarto Live 0.1.1

Initial release.