Releases: kpab/astro-darkness
Releases · kpab/astro-darkness
Release list
v1.1.0 — Astro 6 upgrade
公式テーマカタログの鮮度対応として Astro 5 → 6 へアップグレードしました。Closes #25
Changed
- Upgraded to Astro 6 (
astro@^6.0.0,@astrojs/mdx@^6.0.0) (#25) - Updated
@astrojs/rssto^4.0.18and@astrojs/sitemapto^3.7.0 - Updated Three.js to
^0.184.0(and@types/three) - Updated
@astrojs/checkto^0.9.9 - Migrated content collection schemas to import
zfromastro/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
Fixed
cursor: pointerremoved from non-clickable card components (Card,ProjectCard,Skillsskill-category, Aboutservice-card);BaseLayoutcustom-cursor JS selector also no longer treats.cardas interactive (#21).post-titlerendering at fallback weight 700 / faux-bold — Google Fonts URL only loaded weights 400-700 whileBlogPostLayoutrequestedfont-weight: 900; added 800 / 900 to the loaded weight range (#22)
Changed
- GitHub Pages deploy workflow trigger restricted to
working(removed unusedmainentry) to prevent dual-branch deploys overwriting the same environment (#20) __pycache__/and*.pycadded to.gitignore; previously tracked.pyccache untracked (#23)
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Fixed
ThreeBackgroundcanvas being duplicated inBaseLayout(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.gitignoreand 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
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