streamdown@1.6.2

vercel/streamdownstreamdown@1.6.2Nov 23, 2025

AI Summary

This is a patch release focused on performance optimizations. It introduces conditional KaTeX CSS loading that only loads styles when mathematical content is detected, and implements bundle optimization through lazy loading and code splitting to reduce initial bundle size.

Key Highlights

  • Conditional KaTeX CSS loading based on content detection
  • Bundle optimization through lazy loading and code splitting
  • Performance improvement for pages with mathematical content

New Features

  • Conditional KaTeX CSS loading - CSS is now only loaded when mathematical content is detected
  • Lazy loading and code splitting for better bundle optimization

Full Release Notes

### Patch Changes

-   476167e: Conditional KaTeX CSS loading based on content detection
-   476167e: Bundle optimization through lazy loading and code splitting