- Bumped minimum Quarto version requirement to
quarto-required: ">=1.5.57"
- Fixed inline-code in headings style
- Fixed footer wrap (temp fixed) to hide footer once window hits a max-size
- Disabled Google Analytics by default (new sites cannot have GA w/out cookie consent)
- Adjusted font color, size, weight based on recommendations
- Ajusted navbar font styling.
- Fixed dark theme copy button "Copied" feedback that wasn't legible
- Fixed dark theme code block without language identifier (unreadable)
- Improved dark theme search window overlay styles
- Fixed dark theme selected tabset is now more distinguishable
- Fix path problem with callout icons by including them as inline Base64 data
- Add
_posit-colors.scss
file that is shared across style sheets
- Add Posit dark mode theme
- Resolves Callout colors issue (#57)
- Fixed several style issues in default theme
- Fixed several accessibility issues
Known issue:
- Dark mode reloads cause flashing (Quarto has an open issue with plans to address in v1.5 or v1.6)
- Add alt-text to footer logos/icons
- Navigation bar:
- Correct the contrast for navigation bar text between color and background
- Right menu drop-down: Adds
aria-label
to resolve focusable descendantsaria-hidden="true"
which prevented interactive elements from being available to users of assistive technologies.
- (Breaking) Automatically configure analytics. Projects no longer need a copy
of
_analytics.html
or theanalytics.google
entry in_variables.yml
- Adjust body letter spacing
- Adjust sidebar and TOC style
- Adjust list style
- (Breaking) Remove
posit-docs-html
and have theposit-docs
project type directly modify thehtml
format
- Expanded example site to demonstrate multiple pages, callouts, sidebar, and analytics
- Remove
website.sidebar
from the extension - Configure search copy button and item context
- Specify
posit-docs-html
as the default theme when using theproject.type: posit-docs
- Style
<small>
in the navbar; used for product version
- Update instructions and theme inclusions
- Footer must be configured when used
- Navbar should be inherited
Initial release