Releases: chrismwilliams/astro-theme-cactus
Releases · chrismwilliams/astro-theme-cactus
v4.5.0
What's Changed
- add an how to update section to README by @chrismwilliams in #254
Breaking
- Feature: add sort option by @chrismwilliams in #253
- Posts are now sorted via publishDate by default. You can change this in
src/site.config.ts
->siteConfig.sortPostsByUpdatedDate
- Posts are now sorted via publishDate by default. You can change this in
Full Changelog: v4.4.1...v4.5.0
v4.4.1
What's Changed
- small fix for markdown lib change by @chrismwilliams in #252
Full Changelog: v4.4.0...v4.4.1
PS
Thanks guys for the 🎉
v4.4.0
What's Changed
- Update Webmention post by @chrismwilliams in #250
- Updates packages
- Small change to
.cactus-link
tailwind component
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Fix astro:content console warning by @chrismwilliams in #244
- Updates packages: Theme now uses Astro v4.5
- Post helper getters moved from
src/utils/post.ts
tosrc/data/post.ts
, fixes #243. Aliased to@/data/*
- Small refactor to Table of Contents generator
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- Small update bringing packages to latest by @chrismwilliams in #242
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.1
What's Changed
- Fix: tech list styling on mobile screens by @chrismwilliams in #208
- VSCode snippet for stubbing post frontmatter by @chrismwilliams in #209
- Just start typing
frontmatter
in a .md/.mdx file and let IntelliSense fill out your post
- Just start typing
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
Breaking changes
- Update all packages to latest and implement new astro icon config by @itsmegood in #204.
- This change requires you to install each icon pack required, as per Astro Icon's docs.
- add expressive code pkg by @chrismwilliams in #206
- This change brings about the theme now using the data-theme attribute on the body for enabling dark mode.
- You can change the theme's light and dark code block styles in
src/site.config.ts
. Find more theme's here
Other changes
- Small refactor creating og-images by @chrismwilliams in #207
- Add the rocket back 🚀, sorry for the late reply @theapplegates
New Contributors
- @itsmegood made their first contribution in #204
Full Changelog: v3.6.1...v4.0.0
v3.6.1
What's Changed
- enable default prefetching by @chrismwilliams in #179
- make it easy to see which blogs are in draft by @triptu in #180
New Contributors
Full Changelog: v3.6.0...v3.6.1