@streamdown/code@1.1.0
labring/FastGPT@streamdown/code@1.1.0Mar 5, 2026
AI Summary
A minor release adding support for custom Shiki themes to allow users to style code blocks according to their preferences.
Key Highlights
- Added support for custom Shiki themes via a `themes` option.
- Accepts a `[light, dark]` pair of bundled theme names or full theme registration objects.
New Features
- Custom Shiki theme support
- Configurable light and dark themes for code blocks
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.