Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2 KB

changelog-1.5.md

File metadata and controls

33 lines (21 loc) · 2 KB

\All changes included in 1.5:

HTML Format

  • (#8118): Add support for body-classes to add classes to the document body.
  • (#8311): Correct z-order for margins with no contents

Website

  • (#7318): Don't improperly overwrite page titles
  • (#8108): Individual pages can suppress breadcrumbs using bread-crumbs: false
  • (#8267): Improve responsive layout of page-footer
  • (#8294): Add support for website announcements, using the announcement key under website.
  • (#8426): Ignore invalid dates for references when generating Google Scholar data.

Website Listings

  • (#8147): Ensure that listings don't include the contents of the output directory
  • (#8435): Improve listing filtering using special characters

Manuscripts

  • (#8277): Improve notebook ordering within Manuscript projects

Extensions

  • (#8385): Properly copy project resources when extensions are installed at project level.

Other Fixes

  • (#8119): More intelligently detect when ejs templates are modified during development, improving quality of life during preview.
  • Add support for {{< lipsum >}} shortcode, which is useful for emitting placeholder text. Specify a specific number of paragraphs ({{< lipsum 3 >}}).
  • Increase v8's max heap size by default, to avoid out-of-memory errors when rendering large documents (also cf. denoland/deno#18935).