-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.8.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: withastro/astro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: astro@4.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
17
contributors
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05ef10c - Browse repository at this point
Copy the full SHA 05ef10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1884ea - Browse repository at this point
Copy the full SHA e1884eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6988f1d - Browse repository at this point
Copy the full SHA 6988f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3675e5 - Browse repository at this point
Copy the full SHA a3675e5View commit details -
feat: make i18n domains stable (#11022)
* feat: make i18n domains stable * update tst * Update .changeset/five-crabs-rhyme.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix regression --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for be68ab4 - Browse repository at this point
Copy the full SHA be68ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c30a415 - Browse repository at this point
Copy the full SHA c30a415View commit details -
feat: make CSRF protection stable (#11021)
* feat: make CSRF protection stable * revert change * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * beef up changeset * Update .changeset/chatty-experts-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/chatty-experts-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * move section * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 2d4c8fa - Browse repository at this point
Copy the full SHA 2d4c8faView commit details -
feat: prefer using x-forwarded-for as clientAddress (#11101)
* feat: change node clientAddress use x-forwarded-for when ``` adapter: node({ mode: 'standalone', }) ``` * feat: prefer using x-forwarded-for as clientAddress * Update .changeset/healthy-planets-dream.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update .changeset/healthy-planets-dream.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Apply suggestions from code review --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6916e4 - Browse repository at this point
Copy the full SHA a6916e4View commit details -
* feat: container APIs * chore: handle runtime mode * chore: render slots * more prototyping * Adding a changeset * fix some weirdness around types * feat: allow to inject the manifest * feat: accept a manifest * more APIs * add `route` to the options * chore * fix component instance * chore: document stuff * remove commented code * chore: add test for renderers and fixed its types * fix: update name of the example * fix regression inside tests * use `experimental_` * remove errors * need to understand the types here * remove some options that I don't deem necessary for this phase * remove superfluous comments * chore: remove useless `@ts-ignore` directive * chore: address feedback * fix regression and remove astro config * chore: fix regression * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * ooops * restore changes --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 12a1bcc - Browse repository at this point
Copy the full SHA 12a1bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b15949f - Browse repository at this point
Copy the full SHA b15949fView commit details -
Actions: restore api context param (#11112)
* feat: expose APIContext from the second handler param * refactor: use second param from test * chore: changeset * edit: minor -> patch * edit: apiContext -> context Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * refactor: apiContext -> context Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * refactor: apiContext -> context Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Configuration menu - View commit details
-
Copy full SHA for 29a8650 - Browse repository at this point
Copy the full SHA 29a8650View commit details -
Configuration menu - View commit details
-
Copy full SHA for a687a17 - Browse repository at this point
Copy the full SHA a687a17View commit details -
feat(vue): add support vue devtools options (#11055)
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Jan-Niklas Wortmann <jan-niklas.wortmann@jetbrains.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Configuration menu - View commit details
-
Copy full SHA for b92de22 - Browse repository at this point
Copy the full SHA b92de22View commit details -
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 3dd57f6 - Browse repository at this point
Copy the full SHA 3dd57f6View commit details -
Actions: React 19 progressive enhancement support (#11071)
* deps: react 19 * feat: react progressive enhancement with useActionState * refactor: revert old action state implementation * feat(test): react 19 action with useFormStatus * fix: remove unused context arg * fix: wrote actions to wrong test fixture! * deps: revert react 19 beta to 18 for actions-blog fixture * chore: remove unused overrides * chore: remove unused actions export * chore: spaces vs tabs ugh * chore: fix conflicting fixture names * chore: changeset * chore: bump changeset to minor * Actions: support React 19 `useActionState()` with progressive enhancement (#11074) * feat(ex): Like with useActionState * feat: useActionState progressive enhancement! * feat: getActionState utility * chore: revert actions-blog fixture experimentation * fix: add back actions.ts export * feat(test): Like with use action state test * fix: stub form state client-side to avoid hydration error * fix: bad .safe chaining * fix: update actionState for client call * fix: correctly resume form state client side * refactor: unify and document reactServerActionResult * feat(test): useActionState assertions * feat(docs): explain my mess * refactor: add experimental_ prefix * refactor: move all react internals to integration * chore: remove unused getIslandProps * chore: remove unused imports * chore: undo format changes * refactor: get actionResult from middleware directly * refactor: remove bad result type * fix: like button disabled timeout * chore: changeset * refactor: remove request cloning * Update .changeset/gentle-windows-enjoy.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * changeset grammar tense --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 8ca7c73 - Browse repository at this point
Copy the full SHA 8ca7c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be7b1a - Browse repository at this point
Copy the full SHA 7be7b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb68d8 - Browse repository at this point
Copy the full SHA 5cb68d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae42bf3 - Browse repository at this point
Copy the full SHA ae42bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7386ef - Browse repository at this point
Copy the full SHA c7386efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bfe8aa - Browse repository at this point
Copy the full SHA 7bfe8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e71348e - Browse repository at this point
Copy the full SHA e71348eView commit details -
Actions: Allow actions to be called on the server (#11088)
* wip: consume async local storage from `defineAction()` * fix: move async local storage to middleware. It works! * refactor: remove content-type check on JSON. Not needed * chore: remove test * feat: support server action calls * refactor: parse path keys within getAction * feat(test): server-side action call * chore: changeset * fix: reapply context on detected rewrite * feat(test): action from server with rewrite * chore: stray import change * feat(docs): add endpoints to changeset * chore: minor -> patch * fix: move rewrite check to start of middleware * fix: bad getApiContext() import --------- Co-authored-by: bholmesdev <bholmesdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9566fa0 - Browse repository at this point
Copy the full SHA 9566fa0View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a0e94b - Browse repository at this point
Copy the full SHA 9a0e94bView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5077592 - Browse repository at this point
Copy the full SHA 5077592View commit details
There are no files selected for viewing
Large diffs are not rendered by default.