Skip to content

Releases: treefarmstudio/odyssey-theme

v3.0.0

06 Mar 19:15
d06527b
Compare
Choose a tag to compare

Odyssey Theme 3.0

New Features:

  • Upgraded Astro to Version 4.4
  • Upgraded astro-icon package
  • Upgrade Lit to 3.0
  • Theme switcher Lit component has been improved to respect system dark theme preference on load (thank you @Descent098)
  • New TS path helpers (ex. import x from @components/*)

Breaking Changes:

What's Changed

New Contributors

Full Changelog: v2.0.2...v3.0.0

v2.0.2

15 Dec 17:28
Compare
Choose a tag to compare
  • Astro upgrade
  • tsconfig.json fix for Lit

Full Changelog: v2.0.0...v2.0.2

v2.0.0

16 Sep 16:55
Compare
Choose a tag to compare

You might be wondering "Why 2.0 so soon?" and that's a fair question since 1.0 released just over a month ago. However, with the amount of changes being made to the theme it warrants a major version bump.

New Features:

  • 100s across the board in Lighthouse (we have a need for speed around here) 馃弮馃挩
  • Includes the excellent astro-icon package
  • Improved Button component
  • Lit integration is installed and working out of the box
  • Theme switcher Lit component has been improved

Breaking Changes:

  • A new components package is being used @littlesticks/odyssey-theme-components
  • The 2 doc pages we had are no longer on a separate website but rather pages in the theme

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

11 Aug 05:21
fcdf921
Compare
Choose a tag to compare
  • Uses Astro v1.0 with #4
  • Fixes canonical issue #2
  • Switched Markdown files to MDX as required in v1.0 for components in Markdown
  • Misc. fixes and cleanup of the theme files

What's Changed

Full Changelog: v0.0.1...v1.0.0

v0.0.1

10 Aug 14:53
49ab7bb
Compare
Choose a tag to compare

Initial release. This is a little late but will help differentiate things when we release Astro v1.0 support soon

What's Changed

New Contributors

Full Changelog: https://github.com/littlesticksdev/odyssey-theme/commits/v0.0.1