Astro: astro@0.19.3 Release

Release date:
August 23, 2021
Previous version:
astro@0.19.2 (released August 23, 2021)
Magnitude:
760 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in astro@0.19.3

jasikpark
ematipico

Directory Browser for astro@0.19.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Patch Changes

  • f9cd0310: Fix TypeScript "types" reference in package.json
  • f9cd0310: Improve schema validation using zod
  • efb41f22: Add <Debug> component for JavaScript-free client-side debugging.

    ---
    import Debug from 'astro/debug';
    const obj = { /* ... */ }
    ---
    
    <Debug {obj} />