Releases: chrismwilliams/astro-theme-cactus
Releases · chrismwilliams/astro-theme-cactus
v6.1.1
What's Changed
- 🐛 fix tag in pagefind search, specify filter inline by @chrismwilliams in #349
Full Changelog: v6.1.0...v6.1.1
v6.1.0
v6.0.0
What's Changed
This update brings with it changes throughout the codebase, and will likely include breaking changes
- Update to Tailwind v4
- majority of tailwind's config now set in
src/styles/global.css
,tailwind.config.ts
still used for@tailwindcss/typography
- removes
postscss.config.cjs
- renames text (
--theme-text
->--color-global-text
) and background (--theme-bg
->--color-global-bg
) colours - refactor for tailwind's deprecated and renamed utilities
- majority of tailwind's config now set in
- Closes #337
- add links to blog headings
- shortcut (ctrl + k / cmd + k) for opening/closing search
- toc updated to disclosure element (
<details>
), also on mobile
- Fixes dialog collapsing, clicking below the search input would close the dialog
- Move Search styles from component to
src/styles/blocks/search.css
- Inc search input colour change
- The site url, required in
astro.config.ts
, now set insrc/site.config.ts
- Add the notes rss feed to
<head>
- Fix reading-time issue added with Astro v5
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- Update Astro Cactus to Astro v5 by @chrismwilliams in #334
- View Astro's docs to see the full upgrade guide
- Webmention URL & Pingback now set in .env
- Uses Astro env api and schema
- Adds a Note collection, see example
- Replaces remark-unwrap-images to rehype-unwrap-images
- Cleaned up import aliases
- set icon location to root by @chrismwilliams in #332
Full Changelog: v4.11.0...v5.0.0
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