Skip to content

Atlas Changelog

1.2 - 2024-06-07

  • Add “light” class which allows you to cancel out dark mode for a specific section
  • Add code tours
  • Update other dependencies

1.1 - 2024-05-29

  • Add dark mode and theme toggle component
  • Add i18n route translation features
    • Demonstrated on the “about” page which has a different slug “a-propos” in French
    • Configure in src/config/translationData.json.ts
  • Add the ability to change the text in the language switcher component
    • Configure in src/config/siteSettings.json.ts
  • README updates
  • Update to Astro 4.9.2
  • Update other dependencies

1.0 - 2024-05-21

  • Initial release