github withastro/astro astro@0.19.3

latest releases: astro@4.15.8, @astrojs/mdx@3.1.7, astro@4.15.7...
3 years ago

Patch Changes

  • f9cd031: Fix TypeScript "types" reference in package.json

  • f9cd031: Improve schema validation using zod

  • efb41f2: Add <Debug> component for JavaScript-free client-side debugging.

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

Don't miss a new astro release

NewReleases is sending notifications on new releases.