Skip to content

v1.11.0

Choose a tag to compare

@gsmlg gsmlg released this 20 Feb 16:23
· 143 commits to main since this release

Features

  • Syntax highlighting: Code blocks in docs now use Shiki for server-side syntax highlighting with dual-theme support (light/dark)
  • Theme-aware styling: Code block styling now bridges to core OKLCH color tokens for seamless theme switching

Fixes

  • Replaced hardcoded hex colors in code blocks with theme bridge variables
  • Cleaned up obsolete Shiki token variable declarations

What's Changed

Code blocks in the documentation now display properly highlighted code with correct styling. When switching between themes, the syntax colors and background both update dynamically via CSS variables.