Releases: chrismwilliams/astro-theme-cactus
Releases · chrismwilliams/astro-theme-cactus
v4.11.0
What's Changed
- Bug Fix: markdown
<kbd>
content by @chrismwilliams in #317 - move manifest link to fix 404 in dev by @chrismwilliams in #318
- remove @tailwindcss/aspect-ratio by @chrismwilliams in #319
Full Changelog: v4.10.0...v4.11.0
v4.10.0
What's Changed
- Automatic robots.txt / webmanifest generation by @MelihDarcanxyz in #301
New Contributors
- @MelihDarcanxyz made their first contribution in #301
Full Changelog: v4.9.0...v4.10.0
v4.9.0
What's Changed
- FIX: og-image for nested routes by @chrismwilliams in #294
- Update admonition post by @chrismwilliams in #293
- Refactor blog hero by @chrismwilliams in #295
Full Changelog: v4.8.0...v4.9.0
v4.8.0
What's Changed
- remove setting bool flag by @chrismwilliams in #292
New Feature
- Added admonitions by @Fabrizz & @chrismwilliams in #291
New Contributors
Full Changelog: v4.7.0...v4.8.0
v4.7.0
What's Changed
- Refactor postcss libs by @chrismwilliams in #269
- Move body styles by @chrismwilliams in #270
- add sm breakpoint to pseudo-element by @chrismwilliams in #284
- Refactor web components by @chrismwilliams in #287
- update pkgs by @chrismwilliams in #288
- Tooling: remove eslint and use biome by @chrismwilliams in #290
Full Changelog: v4.6.0...v4.7.0
v4.6.0
What's Changed
- use grid for previews by @chrismwilliams in #258
- Update [...page].astro by @cparthiv in #259
- fix(routing/posts): updated slug to match all subdirs by @hamzab-01 in #266
- updated slug to match file paths of any depth, for better organisation and flexibility
- update dependencies by @chrismwilliams in #267
New Contributors
- @cparthiv made their first contribution in #259
- @hamzab-01 made their first contribution in #266
Full Changelog: v4.5.0...v4.6.0
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