Skip to content

Releases: DropInBlog/astro

v2.1.0

Choose a tag to compare

@jason18505 jason18505 released this 16 Jul 18:13
Include private posts as unlisted noindexed pages; add build hook doc…

v2.0.1

Choose a tag to compare

@jason18505 jason18505 released this 11 Jul 00:07

What's new

  • Every DropInBlog API request now sends an X-Dib-Package: astro@<version>+<mode> header identifying the package version and render mode (ssg, ssr, or island) to the API.
  • Added a CI check that fails if the hardcoded package version constant drifts from package.json.

v2.0.0 — Astro 7 support

Choose a tag to compare

@jason18505 jason18505 released this 27 Jun 14:18

Astro 7 support

This release adds support for Astro 7 and drops Astro 5.

Changes

  • peerDependencies.astro: ^5 || ^6^6 || ^7
  • Dev/build against Astro 7 + Vite 8
  • engines.node raised to >=22.12.0 (matches Astro 7's floor)
  • CI publish workflow runs on Node 22

Breaking

  • Astro 5 is no longer supported. Upgrade to Astro 6 or 7.
  • Node 18/20 below 22.12.0 are no longer supported.

Verified

Package build + 39 unit tests pass; SSG, SSR, and Server-Islands (server:defer) sample apps build cleanly on Astro 7.0.3 / Vite 8.1.0.

v1.0.2

Choose a tag to compare

@jason18505 jason18505 released this 22 Jun 15:56

Improve the package description for the npm and Astro integrations library listings.

v1.0.1

Choose a tag to compare

@jason18505 jason18505 released this 22 Jun 15:49

Refine integration library keywords for better discoverability in the Astro integrations directory (add withastro, astro-component, seo, performance; drop redundant astro).

v1.0.0

Choose a tag to compare

@jason18505 jason18505 released this 10 Jun 19:58
Set publish access to public for scoped package

First-time scoped packages default to restricted, and npm refuses to
generate provenance for restricted packages.