Releases: JustGoodUI/dante-astro-theme
Releases · JustGoodUI/dante-astro-theme
Release list
2.0.0
- upgraded to Astro v7 and updated official integrations
- now requires Node.js 22.12 or newer
- updated Tailwind CSS, Prettier, and Fontsource dependencies
- added type checking with astro check
- migrated z import to astro/zod (deprecated in astro:content)
- fixed footer spacing between year and site link (Astro 7 whitespace change)
- canonical and share URLs are now generated from the site config instead of the request URL
- seo.pageType frontmatter field is now applied to the og:type meta tag
- fixed rel="noopener noreferrer" typo
- fixed the RSS feed publication dates
1.0.0
- updated all dependencies to latest versions
- switched to plain .svg icons from src/assets/icons
- moved site configuration type definitions to types.ts
- updated Hero component to receive props from pages instead of importing site-config directly
- refactored and improved Subscribe component for cleaner config
- switched to Astro optimized image handling and introduced CustomImage component