Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* Make Astro.url in format: 'preserve' match dev
* Create sweet-trainers-eat.md
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
|
|
* fix: throw original AstroUserError in mdx
* add changeset
* Update brave-pots-listen.md
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
* fix: bubble up errors in rewrites
* docs
* remove commented code
* changesets
* fix string interpolation
|
|
|
|
* fix(rewrite): copy body from the request
* wip
* chore: copy body without using it
* chore: remove new file
|
|
|
|
* feat(env): add schema, types and envField (#10805)
* feat(env): add validators (#10827)
* feat(env): add vite plugin (#10829)
* feat(env): client/public variables (#10848)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* feat(env): server/public variables (#10881)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* feat(env): server/secret variables (#10954)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* fix: import
* fix: test
* feat: work on jsdoc
* feat: more jsdoc
* chore: remove todo
* feat: fix test error and write changeset
* feat: update config reference
* feat: apply recommendations from review
* feat: rework getEnv/setGetEnv
* chore: move tests
* fix: rename
* fix: dev mode
* chore: improve error
* feat: add overrideProcessEnv helper
* fix: make eslint happy
* Update .changeset/poor-berries-occur.md
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
* Update .changeset/poor-berries-occur.md
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
* Update .changeset/poor-berries-occur.md
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
* Update .changeset/poor-berries-occur.md
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
* feat: fix build and address reviews
* fix: container api
* fix: tests
* 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>
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/src/@types/astro.ts
* chore: update changeset
* feat: address reviews
* feat: address Ema's reviews
* Update .changeset/poor-berries-occur.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
* feat(container): provide a virtual module to load renderers
* address feedback
* chore: restore some default to allow to have PHP prototype working
* Thread through renderers and manifest
* Pass manifest too
* update changeset
* add diff
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* fix diff
* rebase and update lock
---------
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
pnpx was removed in pnpm v7 and replaced by pnpm exec and pnpm dlx.
pnpm dlx works the same as yarn dlx.
|
|
|
|
* Retain client scripts in content cache
* Add test
|
|
* fix: guard global usage
* chore: changeset
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
|
|
|
|
* :bug: removed deprecated items from lit integration
* :rocket: update minified
* :bug: need `Document`
|
|
|
|
* fix(runtime): check head+content component before throwing an error
* add test
|
|
|
|
|
|
* test: Add test for Picture MIME types
* fix(assets): Fix MIME type generation in Picture component
* chore: changeset
* fix: Trust mrmime to handle an undefined lookup argument
* fix: Use image.src as fallback argument to mrmime
---------
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
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>
|