@streamdown/code@1.1.0
danny-avila/LibreChat@streamdown/code@1.1.0Mar 5, 2026
AI Summary
Adds support for custom Shiki themes via a `themes` option in `createCodePlugin`, allowing users to specify light and dark theme pairs or full theme registration objects.
Key Highlights
- Support for custom Shiki themes
- Configuration via `themes` option
- Accepts bundled theme names or full theme objects
- Light and dark theme pairing capability
New Features
- Custom Shiki theme support
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.