@streamdown/code@1.1.0

KevinVandy/mantine-react-table@streamdown/code@1.1.0Mar 5, 2026

AI Summary

A minor release adding customization options for syntax highlighting themes.

Key Highlights

  • Added support for custom Shiki themes
  • Accepts a `[light, dark]` pair of bundled theme names

New Features

  • Support for custom Shiki themes 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.