Astro: @astrojs/[email protected] Release

Release date:
January 19, 2023
Previous version:
@astrojs/[email protected] (released January 12, 2023)
Magnitude:
2,713 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

28 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 19, 2023
Authored January 17, 2023
Authored January 19, 2023
Authored January 17, 2023
Authored January 17, 2023
Authored January 18, 2023
Authored January 13, 2023
Authored January 19, 2023
Authored January 18, 2023
Authored January 12, 2023
Authored January 18, 2023
Authored January 18, 2023

Top Contributors in @astrojs/[email protected]

ematipico
bholmesdev
Princesseuh
MoustaphaDev
rishi-raj-jain-01ee
konojunya

Directory Browser for @astrojs/[email protected]

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

  • #5901 a342a486c Thanks @bluwy! - The fallback Svelte preprocessor will only be applied if a custom preprocess option is not passed to the svelte() integration option, or in the svelte.config.js file.

    To support IDE autocompletion, or if you're migrating from @astrojs/svelte v1, you can create a svelte.config.js file with:

    import { vitePreprocess } from '@astrojs/svelte';
    
    export default {
      preprocess: vitePreprocess(),
    };
    

    This file will also be generated by astro add svelte by default.

Patch Changes