Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 4.92 KB

File metadata and controls

78 lines (48 loc) · 4.92 KB

All changes included in 1.8:

Regression fixes

  • (#6607): Add missing beamer template update for beamer theme options: colorthemeoptions, fontthemeoptions, innerthemeoptions and outerthemeoptions.
  • (#12625): Fire resize event on window when light/dark toggle is clicked, to tell widgets to resize.
  • (#12657): Load Giscus in generated script tag, to avoid wrong-theming in Chrome.
  • (#12780): keep-ipynb: true now works again correctly and intermediate .quarto_ipynb is not removed.

Dependencies

  • Update bootstrap-icons to version v1.13.1 from v1.11.1.

Formats

html

  • (#678): a11y - Provide appropriate aria-label to search button.
  • (#726): a11y - Provide .screen-reader-only callout type when callout text doesn't naturally include the type.
  • (#5538): Fix code-copy button style so that scrolling behaves properly.
  • (#10983): Fix spacing inconsistency between paras and first section headings.
  • (#12259): Fix conflict between html-math-method: katex and crossref popups (author: @benkeks).
  • (#12734): highlight-style now correctly supports setting a different light and dark.
  • (#12747): Ensure th elements are properly restored when Quarto's HTML table processing is happening.
  • (#12766): Use consistent equation numbering display for html-math-method and html-math-method.method for MathJax and KaTeX (author: @mcanouil)

revealjs

  • (#12598): Ensure .fragment on an image with caption applies to whole figure.

docx

  • (#8392): Fix docx generation issues in tables

typst

  • (#12554): CSS properties font-weight and font-style are translated to Typst text properties.
  • (#12695): Resolve Typst font-paths that start with / relative to project root.
  • (#12739): Remove unused variable heading-background-color and heading-decoration from Typst's templates. They are leftover from previous change, and not part of Brand.yml schema for typography of headings.

beamer

  • (#12775): Convert Quarto-native layouts (divs with layout syntax) to Beamer columns, equivalent to using the Pandoc-native syntax of div with columns and column classes.

Projects

website

  • (#12551): Improve warning issued when aliases would overwrite an existing document.
  • (#12616): find SVG images in image discovery for listings.
  • (#12693): Prevent resource exhaustion on large websites by serializing NotebookContext information to file instead of the environment.

Crossrefs

  • (#12615): Adds algorithm to theorem environments. (author: @jeremy9959)

Lua Filters

  • (#12727): Do not crash in the presence of malformed tabset contents.
  • (#12806): Use pandoc APIs to handle codepage conversion on Windows.
  • (#12811): Add support for YouTube Shorts in video shortcode.

Commands

inspect

  • (#12733): Add installed extensions to quarto inspect project report.

Engines

jupyter

  • (#12753): Support change in IPython 9+ and import set_matplotlib_formats from matplotlib_inline.backend_inline in the internal setup.py script used to initialize rendering with Jupyter engine.

Other fixes and improvements