Skip to content2.0.0 - 2024-12-23
- Upgrade to Astro 5.1.1
- Fix various
id
attributes in the Accordion and Nav components - Updated Inter font to local installation via npm package to improve loading speed
- Add hreflang links as meta tags to improve SEO for multi-language websites
- i18n script improvements when using one language only
- script now removes all
getRelativeLocaleUrl()
and text translation uses, simplifying the code
- Keystatic unistall script improvement - detects your package manager and uses the appropriate uninstall command
- Upgrade astro-icon
- pnpm support
- added .npmrc file with a few settings to enable pnpm local builds
- removed
package-lock.json
and replaced with pnpm-lock.yaml
- If you install with
npm install
a normal package-lock.json
file will be created
- Update prettier config file to be more strict (and help remove potential script issues if your setup differs)
- Change versioning structure to the more standard major, minor, patch
- Update other dependencies
1.4 - 2024-11-21
- This update is YUGE. This adds new configuration scripts
npm run config-i18n
and npm run remove-keystatic
- It is now incredibly easy to configure i18n features when starting a project, and 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
1.3 - 2024-10-14
- Updated
NavLink.astro
so that trailing slashes are removed from navbar links- This allows ID’s to be used in the navbar through the
navData.json.ts
files
- Fix code toggle section so no console errors are thrown when pages are changed with view transitions enabled
- Add marquee animations to integrations feature section
- Add marquee animations for the testimonials rows section
- Update to Astro 4.16.2
- Update other dependencies
1.2 - 2024-09-19
- Small bug fix in Code Toggle feature section on smaller screens
1.1 - 2024-09-18
- Add Code Toggle feature section
- This is configured with an Astro content collection and has the same syntax highlighting as MDX code blocks
- Update Astro to 4.15.6
- Update other dependencies
1.0 - 2024-09-14