Skip to content

Releases: JustGoodUI/dante-astro-theme

2.0.0

Choose a tag to compare

@astab astab released this 21 Jul 17:43
38d0a34
  • 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

Choose a tag to compare

@astab astab released this 11 Nov 10:24
aa2740a
  • 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

0.2.0

Choose a tag to compare

@astab astab released this 01 Apr 09:07
c06738d
  • upgraded TailwindCSS to version 4.
  • updated dependencies to their latest stable versions.
  • improved demo content.
  • added a website property to site-config for enhanced configurability.

0.1.0

Choose a tag to compare

@astab astab released this 30 Dec 10:57
  • updated packages
  • added fontsource
  • added loaders, handle content layer basic changes
  • updated button font size
  • updated TypeScript configuration, renamed ViewTransitions