Releases: chrismwilliams/astro-theme-cactus
Releases · chrismwilliams/astro-theme-cactus
Release list
v8.2.0
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
- Adds the option to disable/remove the header logo with a boolean flag (
Full Changelog: v8.1.0...v8.2.0
v8.1.0
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
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.langfor formatting dates
Full Changelog: v7.2.0...v8.0.0
v7.2.0
What's Changed
- chore: update deps by @chrismwilliams in #469
- Use Pagefind component UI by @chrismwilliams in #471
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- replaces @resvg/resvg-js library with sharp for og image generation by @chrismwilliams in #461
- Fix showing stale theme on back/forward navigation (bfcache) by @chrismwilliams in #463
- Add OG image caching by @chrismwilliams in #464
- update deploy instructions and links by @chrismwilliams in #465
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- Update to Astro v6 by @chrismwilliams in #457
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
- uses CSS registered properties found in
<ThemeProvider />now added in<head>to prevent transition on page load
Full Changelog: v6.11.0...v7.0.0
v6.11.0
What's Changed
- Bump sharp from 0.34.4 to 0.34.5 by @dependabot[bot] in #434
- fix: allow pinned posts from any time by @ratoru in #433
- action updates; group updates by @chrismwilliams in #445
- Bump the patch-minor group with 12 updates by @dependabot[bot] in #447
- update lint + format scripts by @chrismwilliams in #448
- Run lint by @chrismwilliams in #450
- Bump the actions-deps group with 3 updates by @dependabot[bot] in #446
New Contributors
- @dependabot[bot] made their first contribution in #434
Full Changelog: v6.10.0...v6.11.0
v6.10.0
What's Changed
- Feature: mobile nav redesign by @chrismwilliams in #419
- Fix prettier config file error by @chrismwilliams in #420
- chore: update deps by @chrismwilliams in #421
Full Changelog: v6.9.0...v6.10.0
v6.9.0
What's Changed
- fix typo in tag page by @vrabe in #390
- Update: editor settings by @chrismwilliams in #405
- chore: update dependencies by @chrismwilliams in #406
- Update logo colours by @chrismwilliams in #407
- Fixes content collapse by @chrismwilliams in #408
New Contributors
Full Changelog: v6.8.0...v6.9.0
v6.8.0
What's Changed
- Add pinned posts by @chrismwilliams in #386
- Allows users to pin posts, displayed on the home & posts pages
- Updates spacing/gapping between headings and unordered lists
- Add speculation rules api by @chrismwilliams in #387
- Adds an inline speculation rule for navigation, found in
src/layouts/Base.astro - Removes Astro's prefetch
- Adds an inline speculation rule for navigation, found in
Full Changelog: v6.7.0...v6.8.0