@streamdown/code@1.1.0
Robbyant/lingbot-map@streamdown/code@1.1.0Mar 5, 2026
AI Summary
This minor release introduces custom Shiki theme support, allowing users to define light and dark theme pairs or full theme registration objects.
Key Highlights
- Custom Shiki theme support via `themes` option
- Supports `[light, dark]` pairs or full theme registration objects
New Features
- Custom Shiki theme support
Full Release Notes
### Minor Changes - 01d27e9: Add support for custom Shiki themes via a `themes` option on `createCodePlugin`, accepting a `[light, dark]` pair of bundled theme names or full theme registration objects.