Skip to main content

The Starter Changelog

3.1.0 - 2025-12-02

  • Implement automatic robots.txt file creation
  • Update styling variables to fully match starwind. Namely with the creation of “primary-accent” variables for primary colored text and other accents over the background color
  • Upgrades existing starwind components and adds most of the new ones (all except the carousel component as it is unused and would install the embla-carousel dependency)
  • Update to Astro v5.16.3
  • Upgrade all other dependencies to their latest versions

3.0.0 - 2025-10-02

  • Replace existing “aos” script with the motion-on-scroll library. This replaces all “data-aos” with “data-mos” and all “data-aos-trigger” with “data-mos-anchor”, but maintains the same functionality in an easier to maintain manner.
    • This uses the “motion” library for animations instead of “animejs”
  • Replace all animejs scripts with motion. animejs is removed from the project as a result
  • Upgrade to React v19 (only used by Keystatic)
  • Upgrades existing starwind components and adds most of the new ones (all except the carousel component as it is unused and would install the embla-carousel dependency)
  • Update to Astro v5.14.1
  • Upgrade all other dependencies to their latest versions

2.0.0 - 2025-06-26

  • Upgrade to the “kitchen sink” starter
  • Upgrade dependencies
  • Initial release as it’s own template

1.0.0 - 2025-04-24

  • Initial release as a minimal starter template