@streamdown/code@1.1.0

vercel/streamdown@streamdown/code@1.1.0Mar 5, 2026by streamdown-github-app[bot]

AI Summary

This minor release adds support for custom Shiki themes through a themes option on createCodePlugin, accepting bundled theme name pairs or full theme registration objects.

Key Highlights

  • Add support for custom Shiki themes via themes option on createCodePlugin

New Features

  • Custom Shiki themes (light/dark pairs or registration objects)

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.