Skip to content

Landing Pad Changelog

3.0.0 - 2025-01-04

  • Upgrade to Astro 5.1.2
  • 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.
  • 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
  • Update README and license details

2.2 - 2024-11-14

  • Add Bluesky social link option

2.1 - 2024-10-21

  • Add Keystatic collection interface columns for “order”
  • Remove unused astro-icon and svgo dependencies
  • Update README and license details

2.0 - 2024-10-18

  • Switch to Keystatic CMS from TinaCMS
    • This now matches all other themes with Keystatic CMS
  • 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
  • Improve README
  • Update to Astro 4.16.6
  • Update other dependencies

1.1 - 2024-01-16

  • SEO component cleanup
  • Update to Astro 4.1.2
  • Update other dependencies

1.0 - 2024-01-02

  • Initial release