forked from withastro/astro
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from withastro:main #133
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
Open
pull
wants to merge
9,238
commits into
ebfork:main
Choose a base branch
from
withastro:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <[email protected]>
Co-authored-by: Matt Kane <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: florian-lefebvre <[email protected]> Co-authored-by: ascorbic <[email protected]> Co-authored-by: sarah11918 <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Emanuele Stoppa <[email protected]> Co-authored-by: ascorbic <[email protected]> Co-authored-by: ematipico <[email protected]> Co-authored-by: sarah11918 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
… `astro:before-swap` event (#14041) * fix: run fallback view transition for old page only after dispatching `astro:before-swap` event Makes the native view transitions and the fallback implementation more consistent with each other. View transitions can be skipped by hooking onto the `astro:before-swap` event and calling `.skipTransition()` on it. With native view transitions, this works as expected. However, the fallback implementation runs the transition too early — before the `astro:before-swap` event. This means that the `.skipTransition()` call would be executed too late, preventing users from skipping the animation for transitioning the old page out. This commit makes it so that the out animation for the fallback view transition implementation only runs after the `astro:before-swap` event is dispatched, allowing `.skipTransition()` to correctly take effect. * chore: add changeset for fallback view transition bug fix * chore: use more concrete example in fallback view transition bug fix changeset * Create skip.astro * Additional test for skipTransition in fallback mode * Testing the opposite case: animations run if they are not skipped. * Updated expectations If values turn out to be nondeterministic we should remove them from the string * chore: simplify fallback view transition bug fix changeset --------- Co-authored-by: Martin Trapp <[email protected]>
* feat: load Netlify Vite plugin * chore: update `@netlify/vite-plugin` * update plugin and add tests * Update pnpm-lock.yaml * remove unused code * Deps * update plugin * remove unused file * Apply suggestions from code review Co-authored-by: Matt Kane <[email protected]> * Upgrade vite plugin * satisfy linter * Upgrade vite plugin * refactor: use Netlify primitives * make imageCDN an opt out, not an opt in * remove outside netlify test, for now we are never outside * update pnpm-lock * invalidate the astro session when restarting dev server * Update to latest vite plugin, functions and blobs * Add changeset for @astrojs/netlify on @netlify/vite-plugin * apply Sarah's changeset improvements Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Matt Kane <[email protected]> Co-authored-by: chee <[email protected]> Co-authored-by: chee <[email protected]> Co-authored-by: chee <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]>
* Allow undefined domains * Create clear-showers-stop.md * Format and simplify logic --------- Co-authored-by: Matt Kane <[email protected]>
* fix(astro): add 'avis' brand * Update heif.ts * Update heif.ts * add changeset * Update great-pugs-find.md * Update great-pugs-find.md * Update great-pugs-find.md * Update great-pugs-find.md * Update great-pugs-find.md * Update great-pugs-find.md * Update great-pugs-find.md
* [ci] release * Update packages/integrations/netlify/CHANGELOG.md Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: Florian Lefebvre <[email protected]>
* fix: default Netlify env vars to disabled * Changesets * Rename Vite plugin option * Fix changeset * Update Netlify Vite plugin * This is now allowed * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <[email protected]> * Show disabling of images * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <[email protected]> * Upgrade Netlify Vite plugin * Add Netlify image tests in dev * Update test script * Apply suggestions from code review Co-authored-by: Yan <[email protected]> * Update .changeset/fifty-pets-knock.md Co-authored-by: Yan <[email protected]> * Update .changeset/fifty-pets-knock.md Co-authored-by: Yan <[email protected]> --------- Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Yan <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…env (#13971) * add experimental.coerceEnvVarValues option * feat: apply feedback * chore * change 'coerceValues' to 'useRawValues' * feat: update docs * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <[email protected]> * Update packages/astro/src/types/public/config.ts --------- Co-authored-by: Florian Lefebvre <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]>
* feat: Add TOML support to the built-in content loaders * Fix error messages * Add content layer tests * Add CSV file loader test * update changeset file * Apply suggestions from code review Co-authored-by: Yan <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Matt Kane <[email protected]> Co-authored-by: Yan <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: Modify internal route priority so user routes are always preferred * chore: Add test for route priority * fix: Update lockfile * fix: Make sure only 404 page has lower priority * feat: Improve pattern for 404 route instead of changing priority * chore: Add changeset * Update lucky-cameras-notice.md
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Armand Philippot <[email protected]> Co-authored-by: Florian Lefebvre <[email protected]>
Co-authored-by: jp-knj <[email protected]> Co-authored-by: Florian Lefebvre <[email protected]>
* feat: add support for async rendering * Tidy up fixture * Format and dedupe
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Stabilize React + Actions APIs * Add changeset * Add missing await in code samples * Apply changelog improvements Co-authored-by: Armand Philippot <[email protected]> * Fix diff * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <[email protected]> * hype is no more Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Armand Philippot <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]>
* chore: Disable color control characters during tests * feat(core): Warn on prerender route conflict As an experimental flag, this warning can be turned into an error. * Update packages/astro/src/types/public/config.ts Co-authored-by: Matt Kane <[email protected]> --------- Co-authored-by: Matt Kane <[email protected]> Co-authored-by: Florian Lefebvre <[email protected]>
* feat: rename type * feat: rename var * feat: new api * feat: todos * feat: unit tests * feat: integration test * chore: changeset * feat: update types * fix: renamed * chore: format * refactor: types * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <[email protected]> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Sarah Rainsberger <[email protected]>
* feat: add `routePattern` to `GetStaticPathsOptions` * chore: add changeset * chore: test `routePattern` in `getStaticPaths()` * chore: enhance test * fill out changeset with hype! --------- Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Florian Lefebvre <[email protected]>
…13651) * feat(types): add SvgComponent type and update SVG module declaration * changeset * Apply suggestions from code review * feat: make work * chore: changeset * Update .changeset/shy-heads-know.md Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Emanuele Stoppa <[email protected]> Co-authored-by: Florian Lefebvre <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Matt Kane <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Clarify that response can only be changed at page level and not normal components * Accept suggestion Co-authored-by: Sarah Rainsberger <[email protected]> --------- Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: add changeset validation workflow * Update .github/workflows/changeset-validation-prompt.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )