Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
|
|
|
|
|
|
* fix(routing): don't attach locals to request
* apply feedback
|
|
|
|
|
|
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
|
|
* [ci] release
* Update packages/astro/CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
|
|
* fix(ssr): duplicate custom headers
* rebase
|
|
|
|
* Keep clientAddress on cloned requests
User observed that calling actions resulted in an error about not having
clientRequest available.
This is because the user had a middleware that cloned the request, which
loses all of the symbols.
The fix is to pass the clientAddress directly into the RenderContext.
This deprecates the `clientAddressSymbol`, but we need to keep it for
now because some adapters set the clientAddress that way.
Note that similar fixes should be done for other symbol usage on the
Request object (locals is one).
* changeset
* fix build stuff
* Update packages/astro/src/core/render-context.ts
* Update changeset
|
|
* fix(@astrojs/rss): use standard rss content type, add utf-8 charset
* Update .changeset/loud-cobras-rhyme.md
---------
Co-authored-by: Matt Kane <m@mk.gg>
|
|
|
|
* fix: correctly copy to clipboard on mac
* Add platform-specific clipboard handling for Linux
* Wording
* Update .changeset/angry-pumas-act.md
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* Use console.info
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
|
|
* Upstream Zod error map improvements from Starlight
* Update tests
* Use Zod error map when validating user config
* Update user config error formatting for error map
* Tweak colours
* Separate colour and indentation steps for clarity
* Fix broken link to experimental flag documentation
* Add changeset
* Update tests
* Fix one more test
* Use existing utility for bold and other Markdown formatting
* Extract codeRegex to top level
* Don’t dim text and tweak indentation
|
|
|
|
|
|
* chore: better warning
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
|
|
|
|
|
|
* fix(i18n): pass search params to fallback
* test(i18n): add test for search param fix
* test(i18n): resolve mantainer comments
|
|
* fix: don't apply duplicate class to images
* Fromat
|
|
|
|
* fix custom assetFileNames issue
* fix error
* fix asset name
* handle edge cases fo multiple asset dirs
* add tests
* format
* add changeset
* improve changeset
* add missing files for tests
* Update neat-papayas-brake.md
improve changeset
|
|
|
|
* fix: experimental svg types
* apply suggestion
|
|
|
|
|
|
|
|
|
|
* Remove fileurl handling
* fix
|
|
* fix: this message adds no value to developers; it checks against a static list of renderers while Astro allows to dynamically add custom renderers
* feat: added framework-custom example to demonstrate the use of custom renderers with the log message fixed
* chore: changeset added and package lock updated
* chore: fix lint issue, but keeping arguments commented out for reference (real-world use)
* chore: removed the example and updated the changeset accordingly
* test: added fixture and test to prove the new behaviour
* test: removing this specific test since it's only guarding if we ever revert this PR
* Update test
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
|
|
* ci: update repro link
* Apply suggestions from code review
|
|
success (#12576)
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* refactor: use `vitest` for benchmarks
* increase timeout
* increase timeout
* Restore correct label
|
|
|
|
|
|
|
|
|
|
* fix: replace Sass @imports with @use
* fix: move nested rules under top-level declarations
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
|
|
|
|
|