@streamdown/code@1.1.0

cheshire-cat-ai/core@streamdown/code@1.1.0Mar 5, 2026

AI Summary

This release adds support for custom Shiki themes, allowing developers to define light and dark theme pairs within the code plugin configuration.

Key Highlights

  • Added support for custom Shiki themes
  • Introduced `themes` option in `createCodePlugin`
  • Accepts `[light, dark]` pair of theme names or objects

New Features

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