Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 08 Jun 00:59
· 0 commits to aa6b847409e132cd5379aab91e5e10eecf837fb0 since this release

Highlights

  • Refined code highlighting out of the box. The default Shiki theme is now Vitesse (vitesse-light / vitesse-dark), replacing github-light / github-dark. It reads warmer and more editorial, and the dark background blends with the ink page surface instead of sitting on a mismatched slab. Any bundled Shiki theme still works via code.theme.
  • Branded loading splash. The root route now shows a full-page splash with your logo (or the site name) over an accent-coloured loader, adopting the active theme's colours and fonts, in place of the old bare "Loading..." text. It works across every theme with no per-theme code.
  • Independent, changed-only releases. Releases now publish only the packages whose source actually changed, at independent versions. This is the first release cut that way: schema, theme-ui, and tangly ship at 0.1.7 while the five leaf themes stay at 0.1.6 and pick up the new shared code through caret ranges.

Accessibility: secondary ("muted") text now meets WCAG AA contrast in both light and dark.

Changes

Features

  • feat(runtime): default code highlighting to vitesse (a474da0)
  • feat(theme-ui): branded full-page loading splash (21f5297)
  • feat(website): robots.txt, OG card, non-redirecting sitemap (e38ca9f)

Fixes

  • fix(theme-ui): raise muted text contrast to WCAG AA (a7d9cf3)
  • fix(website): a11y label-in-name + alt text, CSP, video demo (19ae33b)

Refactors

  • refactor(schema): host resolveSite to break the theme-ui / tangly cycle (6c6945d)

Build

  • build(release): publish only changed packages at independent versions (4ed8f7c)