Skip to main content

Space Coast Changelog

2.0.0 - 2025-11-28

  • 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)
  • Improve the mobile nav so it automatically closes if a link is clicked that contains #
  • Update to Astro v5.16.2
  • Upgrade all other dependencies to their latest versions

1.0.2 - 2025-05-10

  • Replace pagination and blog sidebar uses of getRelativeLocalUrl() with getLocalizedRoute()
  • Change from tailwindcss-animate to tw-animate-css package

1.0.1 - 2025-05-07

  • Recreate lockfile to fix potential dependency issues

1.0.0 - 2025-05-06

  • Initial Release