Skip to content

Releases: chrismwilliams/astro-theme-cactus

v8.2.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 14 Jul 13:04
7b6281c

What's Changed

  • add note on subdirectory deployments by @chrismwilliams in #484
  • Add a conditional logo by @chrismwilliams in #483
    • Adds the option to disable/remove the header logo with a boolean flag (showLogo), found in ./src/site.config.ts

Full Changelog: v8.1.0...v8.2.0

v8.1.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 08 Jul 11:04
34d19f3

What's Changed

  • Update plugins to Sätteri (Markdown) processor by @chrismwilliams in #482
    • Refactors plugins to use the Sätteri Markdown processor, removing @astrojs/markdown-remark and the unified pipeline
    • This is not a 1-1 conversion, and there will be differences and edge cases

Full Changelog: v8.0.0...v8.1.0

v8.0.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 02 Jul 12:06
9f98d05

What's Changed

BREAKING CHANGES

  • moves content collections from ./src/content/* to the root: ./content/*
  • renames all content collections to plural form, i.e.: /content/post/* to /content/posts/*

Other changes

  • updates dependencies to latest
    • Astro to v7
  • webmentions cache moved to Astro's cacheDir
  • fixes typescript error with baseUrl being deprecated
  • update aria values for nav elements
  • use siteConfig.lang for formatting dates

Full Changelog: v7.2.0...v8.0.0

v7.2.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 19 May 14:09
543d7a0

What's Changed

Full Changelog: v7.1.0...v7.2.0

v7.1.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 12 May 11:08
55de6b1

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 23 Mar 13:18
d98a7e8

What's Changed

This update brings some breaking changes

  • Updates Cactus to use Astro v6
    • Fixed breaking issue with zod and the content collection config
  • Updates all other dependencies to latest
  • Removes & moves some posts & tag pages
  • Open graph markup now found in src/pages/og-image/_ogMarkup.ts
  • Added a transition to theme colour change
    • uses CSS registered properties found in src/styles/global.css
  • <ThemeProvider /> now added in <head> to prevent transition on page load

Full Changelog: v6.11.0...v7.0.0

v6.11.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 09 Dec 08:54
bdae91f

What's Changed

New Contributors

Full Changelog: v6.10.0...v6.11.0

v6.10.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 22 Oct 08:10
031ab77

What's Changed

Full Changelog: v6.9.0...v6.10.0

v6.9.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 15 Sep 14:49
f2fa66f

What's Changed

New Contributors

Full Changelog: v6.8.0...v6.9.0

v6.8.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 12 Aug 12:56
96493d0

What's Changed

Full Changelog: v6.7.0...v6.8.0