Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Astro 4 #243

Merged
merged 31 commits into from
Aug 29, 2024
Merged

Upgrade to Astro 4 #243

merged 31 commits into from
Aug 29, 2024

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    663f9be View commit details
    Browse the repository at this point in the history
  2. Remove <Markdown> element from post embed

    The integration that provides the element no longer works in Astro 4.
    Southpaw1496 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9dabf11 View commit details
    Browse the repository at this point in the history
  3. Import glob correctly

    Southpaw1496 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    535d1e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    399d5fd View commit details
    Browse the repository at this point in the history
  5. Packge upgrades:

    - Updated all packages to their latest working versions
    - Moved i18next-fluent-fs-backend to a quiltmc-owned repository.
    - Moved to a Quilt fork of astro-i18next which rolls back to a working version and removes the default fs backend (we have a custom one)
    Southpaw1496 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    3396e3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fd69f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fc4b97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f66e84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    125b742 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Remove font-awesome CSS

    We no longer have access to font-awesome pro, so we're moving to astro-icon
    Southpaw1496 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    06b31bb View commit details
    Browse the repository at this point in the history
  2. Revert "Migrate blog posts to content collections"

    We're focusing on the most pressing changes (icon migration) for now. Content collection migration can come later.
    
    This reverts commit 7f66e84.
    Southpaw1496 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    826f247 View commit details
    Browse the repository at this point in the history
  3. Add astro-icon package

    Southpaw1496 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a3227b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    361f1a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    02bb51d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4d2bb View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    bfc02d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dbff2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3e4046 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b5e9ad View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    96f7643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a390b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d902ca9 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    c4c4a1c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    3bf153d View commit details
    Browse the repository at this point in the history
  2. Centre icons in timeline

    Southpaw1496 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    064428b View commit details
    Browse the repository at this point in the history
  3. Centre low-contrast icon

    Southpaw1496 committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    821aea9 View commit details
    Browse the repository at this point in the history
  4. Add custom Discord icon with up-to-date logo

    The icon packs all had an older version.
    Southpaw1496 committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    6bb91a3 View commit details
    Browse the repository at this point in the history
  5. Revert "Initial defenitions for content collection schemas"

    Content Collections migration will come in a future update
    
    This reverts commit 4fc4b97.
    Southpaw1496 committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    8b46975 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    2a6ee27 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. 1 Configuration menu
    Copy the full SHA
    f4d8824 View commit details
    Browse the repository at this point in the history
  2. RSS now works

    The problem was completely different to what I thought it would be, but it's good that I checked.
    Southpaw1496 committed Aug 29, 2024
    1 Configuration menu
    Copy the full SHA
    4e95925 View commit details
    Browse the repository at this point in the history