@streamdown/code@1.1.0
Infisical/agent-vault@streamdown/code@1.1.0Mar 5, 2026
AI Summary
This is a minor version update for the StreamDown code plugin. The primary update introduces a new configuration option to support custom Shiki themes, allowing users to define specific light and dark color schemes for code blocks.
Key Highlights
- Added support for custom Shiki themes
- New `themes` option available in `createCodePlugin`
- Accepts `[light, dark]` pairs or full theme registration objects
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.