@streamdown/code@1.1.0
D4Vinci/Scrapling@streamdown/code@1.1.0Mar 5, 2026
AI Summary
This minor release introduces the ability to customize Shiki syntax highlighting themes for code blocks, allowing developers to define custom light and dark themes.
Key Highlights
- Add support for custom Shiki themes
- Accepts [light, dark] pair of theme names or full theme registration objects
New Features
- Custom Shiki theme support via `createCodePlugin`
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.