Best of AstroAugust 2024

  1. 1
    Article
    Avatar of astro_sourceAstro·2y

    Astro 4.15

    Astro 4.15 introduces the stable release of Astro Actions for type-safe backend functions, support for libSQL remotes in Astro DB, a new timeout option for client:idle, and enhanced swap helpers for ViewTransitions customizations. Users can upgrade their existing projects using the CLI tool or manually via their package manager.

  2. 2
    Article
    Avatar of astro_sourceAstro·2y

    Astro 4.13

    Astro 4.13 has been released, providing stabilized experimental features like request rewriting and content collection JSON schemas. Improvements to logging are also included, making performance bottlenecks easier to detect. Users are guided on how to upgrade their existing projects using the new version.

  3. 3
    Article
    Avatar of astro_sourceAstro·2y

    Astro 4.14

    Astro 4.14 introduces new features like the experimental Content Layer API and Intellisense support inside content files. The Content Layer API allows fetching content from various sources and aims to improve performance, while Intellisense enhances frontmatter editing in content files. Other updates include deprecating dynamic `prerender` values, a new `injectTypes` integration API, and support for metastrings in code components. Upgrade using `@astrojs/upgrade` or manually through your package manager.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Astro for Documentation Sites: Insights After 6 Months

    Six months after launching a new documentation site with Astro, the experience has been positive. Maintenance is straightforward, collaboration is smooth, and built-in components enhance content. The shift to using `mdx` files offers more options but raises future compatibility concerns. Migrating the site from a subdomain to a subfolder for SEO involved some complexities. Overall, Astro and its Starlight components are highly recommended for documentation sites.