Change8

astro@5.16.1

📦 astro
1 features🐛 3 fixes1 deprecations🔧 3 symbols

Summary

This patch release includes bug fixes for Vitest rendering and Vercel integrations, updates HTML button attribute types, and correctly marks Astro.glob as deprecated.

✨ New Features

  • Updated button attribute types to support the new 'command' and 'commandfor' attributes.

🐛 Bug Fixes

  • Fixed an unhandled rejection issue when using Astro with Vercel Workflow DevKit.
  • Fixed support for Astro component rendering in Vitest test suites using client environments like happy-dom or jsdom.
  • Improved syncing performance/reliability.

🔧 Affected Symbols

Astro.globbuttonVercel Workflow DevKit

⚡ Deprecations

  • Astro.glob is now correctly marked as deprecated in the codebase.