Skip to content

v0.3.0

Choose a tag to compare

@anjay-goel anjay-goel released this 02 Jul 05:48
· 17 commits to main since this release

Dependencies

  • Astro 6 → 7 — opts back into the remark/rehype Markdown pipeline (Astro 7's new default is the Sätteri processor)
  • Tailwind 3 → 4 — drops the deprecated @astrojs/tailwind for @tailwindcss/vite
  • TypeScript 5 → 6
  • OG image stack: satori 0.15 → 0.26, sharp 0.34 → 0.35
  • Integrations & tooling: @astrojs/mdx 7, astro-seo-schema 7, astro-expressive-code 0.44, sitemap, rss, biome, prettier, cssnano 8

Features

  • Styled admonition callouts (:::note / :::tip / :::important / :::caution / :::warning) in the template's rule-and-label style

Tweaks

  • Tightened spacing around the home "Writing" section

Breaking

  • Requires Node ≥ 22.12 (Astro 7 floor)