1.0.0-alpha.57 (2023-03-14)
Bug Fixes
- types: allow void return in transformHead hook (32dfaf5)
Features
- expose page and assets on build hooks TransformContext (468c049)
- theme: a11y improvements (3b6a6d1)
- theme: aria-label for social links (6ca34c4)
- theme: page outline for mobile (7182c42)
- theme: support extending default theme without importing fonts (da1691d)
- theme: use more accessible header anchors #2040
Performance Improvements
BREAKING CHANGES
markdown.headers
is now disabled by default. This means PageData
will no longer include extracted headers by default unless this option is explicitly enabled. This is because the default theme now extracts page headers at runtime, so the data is no longer needed by default.