Releases: chrismwilliams/astro-theme-cactus
Releases · chrismwilliams/astro-theme-cactus
v2.7.0
v2.6.0
v2.5.1
What's Changed
- remove wrapping paragraphs for md images and update example by @chrismwilliams in #86
Full Changelog: v2.5.0...v2.5.1
v2.5.0
v2.4.1
What's Changed
- Refactor to theme switching. Also fixes the svg flashing on page load
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Feature: add astro assets support.
- Images in markdown now auto transformed. Astro docs
- This change removes the plugin @astrojs/image.
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- Updates Astro (2.7.1) and dependencies to the latest version
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Changes
- fix typos by @valcosmos in #78
- Updates Astro (2.5.7) and dependencies to the latest version
- Rename posts/[post].astro to posts/[slug].astro
- Enable compress HTML in Astro config
- Refactor types for Content Collections, fixes: #79
v2.2.3
Fixes
- Consistent trailing links
v2.2.2
Fixes
- Fixes build issue with Satori og images. Many thanks to @hacktivateit