Skip to content2.1 - 2024-10-15
- Add additional columns to Keystatic interface which you can sort by
- Enhance Keystatic entry layout so frontmatter is on the side with content in the center
- Add
@playform/compress
and remove astro-compress
due to astro-compress
being deprecated - Improve README
- Update to Astro 4.16.4
- Update other dependencies
2.0 - 2024-03-05
- Add Keystatic CMS integration for blog posts, authors, and other pages content collections
- This adds a great interface with rich text editor for easy content editing
- This is largely in addition to the existing MDX blog setup, and you can still just use the MDX blog if you prefer
- Blog folder structure is unchanged
- Fix
ExternalLink.astro
component for blog and other MDX pages- This makes it so markdown links that go outside your website automatically open in a new tab
- Rename
NewsletterCta.astro
component to Newsletter.astro
for consistency across themes - Update to Astro 4.4.11
- Update other dependencies
1.1 - 2024-02-16
- Revamped scroll animations
- New animations, improved performance, and reduced bundle size
- See the animations documentation for more information
- If you need assistance upgrading, send us a message for support
- Fix CLS issues with a few components
- Update to Astro 4.4.0
- Update other dependencies
1.0 - 2024-02-06