@streamdown/code@1.1.0

modelcontextprotocol/inspector@streamdown/code@1.1.0Mar 5, 2026

AI Summary

This minor update introduces support for custom Shiki themes, allowing users to specify light and dark theme pairs or full theme registration objects via a new `themes` option in `createCodePlugin`.

Key Highlights

  • Added support for custom Shiki themes via the `themes` option
  • Supports both bundled theme names and full theme registration objects
  • Allows defining a `[light, dark]` pair of themes

New Features

  • Custom Shiki themes support via the `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.