Skip to content

GITLINK 1.9.1

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 01 Aug 13:59
· 18 commits to main since this release
72cd877

Installation

quarto add mcanouil/quarto-gitlink@1.9.1

Changelog

Bug Fixes

  • fix: Keep a sidebar tools widget's menu inside the sidebar, so a docked sidebar carrying the widget no longer has a permanent horizontal scrollbar. Quarto's sidebar sets overflow-y: auto and leaves overflow-x at visible, which computes to auto, so a menu wider than the column scrolled it sideways instead of being clipped; the menu was anchored to the centred trigger and sized to its content, so it ran past the right edge, and because it is hidden with visibility rather than display it did so even while shut. The menu is now stretched between both edges of the tools row, which spans the column. The navbar and sidebar.contents placements are unaffected.

What's Changed

  • ci: harmonise release workflow ♻️ by @mcanouil in #47
  • fix: keep the sidebar tools widget menu inside the column by @mcanouil in #49
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #50

Full Changelog: 1.9.0...1.9.1