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