@streamdown/code@1.1.0
build-with-groq/g1@streamdown/code@1.1.0Mar 5, 2026
AI Summary
Enhanced code highlighting capabilities by allowing users to specify custom Shiki themes via a new configuration option.
Key Highlights
- Added support for custom Shiki themes
- Accepts `[light, dark]` pairs of bundled theme names
- Accepts full theme registration objects
New Features
- Custom Shiki themes via `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.