Skip to content

Releases: kpab/astro-darkness

v1.1.0 — Astro 6 upgrade

Choose a tag to compare

@kpab kpab released this 18 Jun 23:42
50289b5

公式テーマカタログの鮮度対応として Astro 5 → 6 へアップグレードしました。Closes #25

Changed

  • Upgraded to Astro 6 (astro@^6.0.0, @astrojs/mdx@^6.0.0) (#25)
  • Updated @astrojs/rss to ^4.0.18 and @astrojs/sitemap to ^3.7.0
  • Updated Three.js to ^0.184.0 (and @types/three)
  • Updated @astrojs/check to ^0.9.9
  • Migrated content collection schemas to import z from astro/zod (Zod 4)
  • Bumped CI Node version to 22 and added engines.node >= 22

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@kpab kpab released this 25 Apr 14:15

Fixed

  • cursor: pointer removed from non-clickable card components (Card, ProjectCard, Skills skill-category, About service-card); BaseLayout custom-cursor JS selector also no longer treats .card as interactive (#21)
  • .post-title rendering at fallback weight 700 / faux-bold — Google Fonts URL only loaded weights 400-700 while BlogPostLayout requested font-weight: 900; added 800 / 900 to the loaded weight range (#22)

Changed

  • GitHub Pages deploy workflow trigger restricted to working (removed unused main entry) to prevent dual-branch deploys overwriting the same environment (#20)
  • __pycache__/ and *.pyc added to .gitignore; previously tracked .pyc cache untracked (#23)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@kpab kpab released this 19 Apr 02:28

Fixed

  • ThreeBackground canvas being duplicated in BaseLayout (both layout and page templates rendered <canvas id="three-canvas">) (#14)
  • Cursor follower hover handlers not re-binding on View Transitions page navigation (#14)
  • Internal links 404'ing under trailingSlash: 'always' — added trailing slashes to nav / hero / blog card / back-to-blog / CTA links and updated Navigation active-path comparison (#15)

Changed

  • Added .astro/ to .gitignore and untracked previously committed generated files (types, content schemas, cache) so dev server output no longer appears as diffs (#18)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@kpab kpab released this 04 Jan 06:54
033ae53

What's Changed

Other Changes

  • Update copyright year to 2026 by @Copilot in #3
  • Fix Three.js animation persistence across View Transitions navigation by @Copilot in #6
  • Add CHANGELOG.md and version badge following Keep a Changelog format by @Copilot in #8

New Contributors

  • @Copilot made their first contribution in #3

Full Changelog: https://github.com/kpab/astro-darkness/commits/v1.0.0