Releases: DropInBlog/astro
Releases · DropInBlog/astro
Release list
v2.1.0
v2.0.1
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, orisland) 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
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.noderaised 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
Improve the package description for the npm and Astro integrations library listings.
v1.0.1
Refine integration library keywords for better discoverability in the Astro integrations directory (add withastro, astro-component, seo, performance; drop redundant astro).
v1.0.0
Set publish access to public for scoped package First-time scoped packages default to restricted, and npm refuses to generate provenance for restricted packages.