Skip to content

ATELIER 0.10.2

Latest

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 01 Aug 17:58
a6adca0

Installation

quarto add mcanouil/quarto-atelier@0.10.2

Changelog

Bug Fixes

  • fix: keep the gitlink widget's menu inside the sidebar, so a docked sidebar carrying it no longer has a permanent horizontal scrollbar. Quarto gives the column overflow-y: auto and leaves overflow-x at visible, which computes to auto, so anything wider scrolls it sideways rather than being clipped; the menu is anchored to its trigger's left edge and sized to its content, and the theme centres the tools row, so it ran past the right edge. It raised the scrollbar even while shut, because it is hidden with visibility and so still takes part in layout. It is now anchored to the tools row, which spans the column.

Documentation

  • docs: Move the website into docs/, matching the layout every other extension in the family now uses, so the release workflow detects it and the Pages workflow deploys it from the release tag.
  • docs: Generate a changelog page from CHANGELOG.md, through the shared pre-render and post-render scripts.
  • docs: Build the site from the copy of the extension synced from the repository root, so it is rendered by the version being released.
  • docs: Trim README.md to a landing page pointing at the website.
  • docs: Add the Pages workflow and the Quarto Extensions Updates workflow.
  • docs: Serve the site in the book-like layout the rest of the family uses: no navbar, with the docked sidebar carrying the navigation, the search, and the repository widget, and a three-part footer. --profile navbar renders the same pages with the navbar the project type ships by default.
  • docs: Rename example.qmd to examples.qmd and reference/index.qmd to reference.qmd, so the pages are named as they are everywhere else.
  • docs: Pin the installs the site offers to the release tag it is built from, and offer them from the editor through Quarto Wizard.

What's Changed

  • docs: move the documentation website into docs/ by @mcanouil in #23
  • chore: sync the shared metadata module by @mcanouil in #28
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #29

Full Changelog: 0.10.1...0.10.2