Arsh
55ddb2ba48
fix(app/node): include x-forwarded-port
header in url ( #10666 )
...
* fix(app/node): include `x-forwarded-port` header in url
* add changeset
* add test
2024-04-03 18:57:23 +05:30
Nikola R. Hristov
317d18ef8c
Disable sharp
libvips
cache. ( #10616 )
...
* Disable `sharp` `libvips` cache.
* Update sharp.ts
* Add changeset
* Apply suggestions from code review
* Add issue to comment in sharp.ts
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-04-03 12:11:58 +02:00
Oliver Speir
4f5dc14f31
Move format option from LocalImageProps to ImageSharedProps ( #10642 )
...
* move format to ImageSharedProps
* add changeset
* move quality to shared
* Update lovely-trees-wait.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-02 16:24:02 -04:00
Houston (Bot)
c3916b5206
[ci] release ( #10651 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02 16:15:27 -04:00
liruifengv
a29b0a3d69
[ci] format
2024-04-02 18:05:42 +00:00
liruifengv
320c309ca9
improves client:only
error message ( #10470 )
...
* improves `client:only` error message
* add changeset
* Fix condition for rendering component
* Update rendererAliases in component.ts
* Update changeset
2024-04-02 14:02:07 -04:00
Florian Lefebvre
16d3f1897a
[ci] format
2024-04-02 17:53:55 +00:00
Florian Lefebvre
ce98563112
feat: make 3rd party integration warning less scary ( #10496 )
...
* feat: make 3rd party integration warning less scary
* Create light-bikes-study.md
* Update light-bikes-study.md
2024-04-02 13:52:49 -04:00
Houston (Bot)
f7d6254f8f
[ci] release ( #10603 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02 15:46:43 +08:00
Houston (Bot)
260f4fa191
[ci] update lockfile ( #10551 )
...
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-02 11:02:18 +08:00
Arsh
f226cb65d1
[ci] format
2024-04-01 22:10:49 +00:00
Arsh
e9afd67139
community onboarding: codebase documentation around runtime ( #10612 )
...
* document runtime
* apply suggestions from code review
2024-04-02 03:39:48 +05:30
Bjorn Lu
2cf116f80c
Remove deprecated APIs from @astrojs/markdown-remark
( #10629 )
...
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-01 22:53:54 +08:00
James Garbutt
374efcdff9
Lazy loaded shiki languages during syntax highlighting ( #10618 )
2024-04-01 22:52:50 +08:00
Matthew Phillips
e31bea0704
Fixes issue with head content being pushed into body ( #10608 )
...
* Fixes issue with head content being pushed into body
* Update snapshot version
* Upgrade compiler version
2024-04-01 10:30:03 -04:00
James Garbutt
0be26d8b10
feat: rework child rendering to use class ( #10624 )
2024-04-01 21:25:20 +08:00
ktym4a
44b3c29ce7
[ci] format
2024-04-01 08:07:09 +00:00
Satya Rohith
046d69d517
fix: use ReadableStream for response object if deno ( #10495 )
2024-04-01 16:05:30 +08:00
Martin Trapp
a16a829f4e
reset history title after push/replace but prior to assignment to location ( #10605 )
...
* reset history title after push/replace but prior to assignment to location
* add changeset
2024-03-29 16:02:30 +00:00
duanwilliam
e648c5575a
fix: dont error on nullish prop values in jsx runtime ( #10584 )
...
* fix: prevent jsx runtime from erroring on nullish prop values when checking for slot props
* chore: changeset
2024-03-29 10:14:25 +00:00
Houston (Bot)
50cc5f01c7
[ci] release ( #10597 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28 14:09:23 -04:00
Houston (Bot)
636ba8c839
[ci] release ( #10588 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28 13:27:19 -04:00
Erika
61e283e5a0
fix(types): Omit data types from polymorphic attributes ( #10593 )
...
* fix(types): Omit data types from polymorphic attributes
* chore: changeset
2024-03-28 15:41:03 +01:00
Matthew Phillips
9b08facb27
[ci] format
2024-03-28 14:32:43 +00:00
Matthew Phillips
0fd36bdb38
Fix inline stylesheets in content collection cache ( #10543 )
...
* Fix inline stylesheets in content collection cache
* Refactor for better reusability
* Update .changeset/tricky-cobras-mate.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-03-28 10:31:41 -04:00
Erika
fbdc10f90f
fix(assets): Fixes assets generation when using custom paths and configs ( #10567 )
...
* fix(assets): Fixes assets generation when using custom paths and configs
* fix: tests
* fix: make sure remote files don't end up in nested folders by accident
* test: add a whole bunch of tests
* chore: changeset
2024-03-28 13:43:41 +01:00
Arsh
498866c8f2
[ci] format
2024-03-27 20:38:15 +00:00
Arsh
a05953538f
fix(dev): consider pages' route priority when matching request to a page ( #10582 )
...
* fix(dev): consider pages' route priority when matching request to a page
* add test
* add changeset
2024-03-28 02:07:02 +05:30
Arsh
bd7effcf72
qol(runtime): clarify message about unavailable headers ( #10583 )
...
* qol(runtime): clarify message about unavailable headers
* update test assertion
2024-03-27 21:45:23 +05:30
Houston (Bot)
bb7707e171
[ci] release ( #10556 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-26 17:24:02 -04:00
apetta
348c1ca132
Patch for Astro VS Code Plugin type errors ( #10562 )
...
* Update Code.astro
Adding 'as any' to suppress Astro VS Code extension complaining
* Changes to Picture.astro to stop Astro VS Code extension complaining
* Couple more changes for supressing type errors
* fix(types): Fixes type errors in component properly
* chore: changeset
---------
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-03-26 17:20:28 -04:00
Erika
51a4ea5f72
fix(types): Fixes HTMLAttribute extend to allow everything ( #10561 )
...
* fix(types): Fixes HTMLAttribute extend to allow everything
* nit: add types.d.ts file to the list of file to run astrocheck for
* nit: do it some other way
2024-03-26 14:46:02 +01:00
Simon Knott
34fa8e131b
fix: ensure outDir doesn't lead to bundlers bloating Lambda size ( #10550 )
...
* fix: ensure outDir doesn't lead to bundlers bloating Lambda size
* add changeset
* Update packages/astro/src/assets/vite-plugin-assets.ts
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-03-26 11:44:04 +01:00
Admir Šaheta
54c2f9707f
Fix: Type error on <Image />
component when strict TypeScript rules are used with library type checking. ( #10549 )
...
* hotfix:ts-explicit-error
* add:changeset
* update:changeset
* Update .changeset/blue-dolls-melt.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* add:types-htmlattribute-extends
* Update .changeset/blue-dolls-melt.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* Update blue-dolls-melt.md
* addition: allow specifying null type
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-03-26 10:44:17 +01:00
Houston (Bot)
1cd2a74022
[ci] release ( #10522 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-22 12:35:50 -04:00
Martin Trapp
8306ce1ff7
Fixes a style issue of client:only
components in DEV mode during view transitions. ( #10532 )
...
* Fix DEV-mode-only style issue of client:only components during view transitions.
* reworded changeset
* fixed quotes
2024-03-22 15:36:40 +01:00
Bjorn Lu
8cac744746
Avoid generators in render head API ( #10528 )
2024-03-22 21:27:06 +08:00
Bjorn Lu
ca5455af3d
Avoid generators when crawling module graph ( #10529 )
2024-03-22 21:26:40 +08:00
Bjorn Lu
627e47d67a
Improve Astro JSX rendering ( #10473 )
2024-03-21 23:25:09 +08:00
Houston (Bot)
fdceed5889
[ci] release ( #10503 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-20 20:46:06 +05:30
Erika
8e4e554cc2
chore: update Babel version ( #10504 )
...
* chore: update Babel version
* Create sharp-cobras-drive.md
2024-03-20 14:43:36 +01:00
Houston (Bot)
17b4991cff
[ci] release ( #10488 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-20 08:41:00 +00:00
firefoxic
e4a6462751
fix: void elements ( #10493 )
...
* Fix void elements
HTML is not XML. It doesn't have self-closing tags, it has void element tags that don't need closing slashes.
Now generated void elements (e.g. link with path to style file) do not pass validation, which can be easily fixed by simply removing two characters.
* Add changeset
* Apply suggestions from code review
---------
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-03-19 20:21:08 +05:30
Houston (Bot)
0ddc327ee8
[ci] release ( #10471 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-18 22:36:58 +05:30
Arsh
1fc9b6062a
[ci] format
2024-03-18 14:37:48 +00:00
Arsh
c12666166d
qol(endpoints): helpful error message when a response is not provided ( #10455 )
...
* qol(endpoints): helpful error message when a response is not provded
* add changeset
* add test
2024-03-18 20:06:46 +05:30
Arsh
4c1edd0af5
[ci] format
2024-03-18 14:00:35 +00:00
Arsh
fcece36586
fix(rendering): allow framework renders to be cancelled ( #10448 )
2024-03-18 19:29:24 +05:30
Mark Gaze
36ebe758e1
[ci] format
2024-03-18 13:15:53 +00:00
Mark Gaze
6a9a35ee15
Fix issue with JSON schema generation when schema is a function ( #10426 )
2024-03-18 14:14:18 +01:00