Skip to content2.2 - 2024-11-21
- Added a new configuration script
npm run remove-keystatic
- It is now incredibly easy to remove keystatic features if desired
- Enhance
global.scss
to remove usage of sass @import
and use @use
instead- The
@import
directive is being deprecated in Dart Sass and will be removed in future versions
- Update
playform/compress
config setting to not optimize images or SVGs- In particular, using the image optimization here can dramatically increase build times for sites with many images, and astro:assets already handles it
- Add vite config in
astro.config.mjs
to remove Dart Sass deprecation warning- This is not necessary, but it removes a minor annoyance
- Update README
- Update to Astro 4.16.13
- Update other dependencies
2.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