@streamdown/code@1.1.0
FoundationVision/VAR@streamdown/code@1.1.0Mar 5, 2026
AI Summary
This minor release introduces customization for syntax highlighting, allowing users to define custom Shiki themes via a new `themes` option on the plugin configuration.
Key Highlights
- Added custom Shiki theme support
- New `themes` option for light/dark pairs
- Configurable theme registration
New Features
- Custom Shiki theme support via `themes` option
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.