Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: withastro/astro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: astro@4.0.8
Choose a base ref
...
head repository: withastro/astro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: astro@4.0.9
Choose a head ref

Commits on Dec 27, 2023

  1. Enable source map on dev builds (#9465)

    Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
    Fryuni and natemoo-re authored Dec 27, 2023
    Copy the full SHA
    b34bd2b View commit details

Commits on Dec 28, 2023

  1. Support remote images with encoded characters (#9540)

    * Support remote images with encoded characters
    
    * Add a changeset
    
    * Update .changeset/small-snakes-build.md
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    
    ---------
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    matthewp and florian-lefebvre authored Dec 28, 2023
    Copy the full SHA
    7f212f0 View commit details
  2. [ci] format

    matthewp authored and astrobot-houston committed Dec 28, 2023
    Copy the full SHA
    0fbe26e View commit details
  3. feat(examples): add starlog release notes theme

    Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
    Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
    Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>
    Co-authored-by:  Matthew Phillips <361671+matthewp@users.noreply.github.com>
    5 people authored Dec 28, 2023
    Copy the full SHA
    d25813f View commit details
  4. [ci] format

    florian-lefebvre authored and astrobot-houston committed Dec 28, 2023
    Copy the full SHA
    3834c12 View commit details
  5. fix: handle srcset local image paths with spaces (#9537)

    * fix: handle srcset local image paths with spaces
    
    * replaced janky 'replaceAll' with encodeURI
    
    * Update .changeset/weak-oranges-relate.md
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    
    * fix: encodeURI the returned filepath directly
    
    ---------
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    Co-authored-by: Matthew Phillips <matthew@skypack.dev>
    Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
    4 people authored Dec 28, 2023
    Copy the full SHA
    16e61fc View commit details
  6. [ci] format

    Princesseuh authored and astrobot-houston committed Dec 28, 2023
    Copy the full SHA
    9021c18 View commit details
  7. Copy the full SHA
    a2977cb View commit details

Commits on Dec 29, 2023

  1. Toggle dev toolbar hitbox height when toolbar is visible (#9446)

    * Toggle dev toolbar hitbox height when toolbar is visible
    
    * Add hitbox above height const
    
    ---------
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    alexnguyennz and florian-lefebvre authored Dec 29, 2023
    Copy the full SHA
    ede3f7f View commit details
  2. fix(node): prevent crash on stream error (#9533)

    * fix(node): prevent crash on stream error
    
    * add changeset
    
    * Apply suggestions from code review
    lilnasy authored Dec 29, 2023
    Copy the full SHA
    48f47b5 View commit details
  3. fix(vercel): prevent build failure with node 21 (#9550)

    * fix(vercel): prevent build failure with node 21
    
    * add changeset
    lilnasy authored Dec 29, 2023
    Copy the full SHA
    7b586a6 View commit details
  4. [ci] format

    lilnasy authored and astrobot-houston committed Dec 29, 2023
    Copy the full SHA
    af59b83 View commit details
  5. Copy the full SHA
    8049f0c View commit details

Commits on Dec 30, 2023

  1. Copy the full SHA
    22f42d1 View commit details

Commits on Jan 1, 2024

  1. Copy the full SHA
    e496b2e View commit details

Commits on Jan 2, 2024

  1. [ci] update lockfile (#9561)

    Co-authored-by: matthewp <matthewp@users.noreply.github.com>
    astrobot-houston and matthewp authored Jan 2, 2024
    Copy the full SHA
    b49bd31 View commit details
  2. [ci] format

    bluwy authored and astrobot-houston committed Jan 2, 2024
    Copy the full SHA
    35987af View commit details
  3. Copy the full SHA
    9f6453c View commit details
  4. Implement i18n's getLocaleByPath function (#9504)

    * Implement getLocaleByPath function
    
    * Fix param naming in getLocaleByPath function for users
    
    * Add changeset
    
    * Change changeset to patch astro
    
    * Add i18n getLocaleByPath e2e test
    
    * Add astro e2e i18n in pnpm-lock.yaml
    matiboux authored Jan 2, 2024
    Copy the full SHA
    8cc3d6a View commit details
  5. [ci] format

    ematipico authored and astrobot-houston committed Jan 2, 2024
    Copy the full SHA
    86b0549 View commit details
  6. Add 'starlight' to displayed options under 'add' option in CLI (#9559)

    * Add 'starlight' to displayed options under 'add' option in CLI
    
    * Create tall-mayflies-deliver.md
    
    * Update tall-mayflies-deliver.md
    
    ---------
    
    Co-authored-by: syg <sygint@users.noreply.github.com>
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    3 people authored Jan 2, 2024
    Copy the full SHA
    8b873bf View commit details
  7. [ci] format

    ematipico authored and astrobot-houston committed Jan 2, 2024
    Copy the full SHA
    55e49b3 View commit details
  8. yarn add should be used to install packages instead of `yarn instal…

    …l` (#9562)
    
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    3 people authored Jan 2, 2024
    Copy the full SHA
    67e06f9 View commit details
  9. [ci] format

    bluwy authored and astrobot-houston committed Jan 2, 2024
    Copy the full SHA
    f192fc3 View commit details
  10. Copy the full SHA
    ec71f03 View commit details
  11. [ci] release (#9541)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored Jan 2, 2024
    Copy the full SHA
    d854330 View commit details
Loading