Astro: @astrojs/mdx@1.0.0-beta.2 Release

Release date:
January 12, 2023
Previous version:
@astrojs/mdx@1.0.0-beta.1 (released August 18, 2023)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/mdx@1.0.0-beta.2

Could not determine top contributors for this release.

Directory Browser for @astrojs/mdx@1.0.0-beta.2

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

Release Notes Published

Major Changes

  • #5825 52209ca2a Thanks @bholmesdev! - Baseline the experimental contentCollections flag. You're free to remove this from your astro config!

    import { defineConfig } from 'astro/config';
    
    export default defineConfig({
    - experimental: { contentCollections: true }
    })
    

Minor Changes

Patch Changes