@streamdown/code@1.1.0
soxoj/socid-extractor@streamdown/code@1.1.0Mar 5, 2026
AI Summary
Added support for custom Shiki themes in the code plugin to allow users to specify light and dark theme pairs.
Key Highlights
- Add support for custom Shiki themes via a `themes` option
New Features
- Add support for custom Shiki themes via a `themes` option on `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.