Change8

astro@6.0.0-beta.3

📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release improves performance by caching Shiki highlighter instances and lowers the minimum required Node.js version for broader compatibility.

Migration Steps

  1. Lowered the minimum required Node.js version to support running on Stackblitz.

🐛 Bug Fixes

  • Fixed an issue where createShikiHighlighter would always create a new Shiki highlighter instance; it now returns a cached version based on Shiki options to improve performance.

Affected Symbols