Armand Philippot
50dd88bc66
fix(@astrojs/rss): prevent an error when pubDate
is missing ( #12137 )
...
* fix(rss): prevent error when `pubDate` is missing
* docs(rss): switch some RSS items to optional
2024-10-07 11:42:19 -04:00
Bjorn Lu
2385d58389
Simplify giget dependency ( #12143 )
2024-10-07 22:59:16 +08:00
Matt Kane
9db755ab7c
fix: don't set statusMessage in HTTP/2 ( #12147 )
2024-10-07 15:27:10 +01:00
Houston (Bot)
46cbf10c4b
[ci] release ( #12115 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-07 15:41:40 +02:00
Luiz Ferraz
6e06e6ed4f
Fix problems with local libSQL DB ( #12089 )
...
Co-authored-by: Matthew Phillips <361671+matthewp@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
2024-10-07 10:17:26 -03:00
Julien Cayzac
de35daa851
[CVE 2024-47764] Update package 'cookie' ( #12132 )
2024-10-07 14:45:50 +08:00
sammibajrami
af8401ebf9
Fixed an "Uncaught ReferenceError" inside of the @astrojs/vue package ( #12116 )
...
* fix(vue): initialized the 'app' variable earlier in the client.js script by assigning the 'appInstance' reference to it so that it is available for the later established 'astro:unmount' event listener
* Add changeset
* fix(vue): reverted the last change and instead moved the 'astro:unmount' event listener to inside of the 'if' statement where the 'app' variable is initialized
---------
Co-authored-by: Matt Kane <m@mk.gg>
2024-10-05 13:48:30 +02:00
Martin Trapp
5bc6223b12
Fix-component-undefined-svelte-v5 ( #12102 ) ( #12129 )
...
* - fix: 'component is not defined' error when unmount svelte 5 component
* added changeset
* Moving unmount listener to where the component is defined.
* Update .changeset/eighty-ligers-punch.md
---------
Co-authored-by: Hermit <70563349+hermit99@users.noreply.github.com>
2024-10-05 13:16:14 +02:00
Matt Kane
6e1dfeb76b
fix: clear content layer cache if astro version changes ( #12126 )
...
* fix: clear content layer cache if astro version changes
* changeset
2024-10-04 15:10:39 +01:00
Matt Kane
499fbc91a6
fix): allow special characters in Action names ( #12124 )
2024-10-04 15:08:04 +01:00
Erika
b8673df51c
fix: missing body type on content layer entries ( #12123 )
2024-10-04 14:15:46 +02:00
Matt Kane
2490cebdb9
fix: correctly serialize Infinity as island props ( #12121 )
2024-10-04 11:53:29 +01:00
Cristopher
f47b347da8
chore(deps): replace strip-ansi with native module ( #12118 )
...
* chore(deps): replace strip-ansi with native module
* chore: changeset
---------
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-10-04 11:21:03 +02:00
Armand Philippot
a46839a5c8
docs: update Vite links to use their new domain ( #12117 )
...
* docs: update Vite links to use their new domain
See https://github.com/withastro/docs/issues/9548
* update other links with the new Vite domain
* Create strange-cats-notice.md
---------
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-10-03 23:29:52 +02:00
Matt Kane
a54e520d3c
fix: throw a useful error if rendering undefined entry ( #12113 )
...
* fix: throw a useful error if rendering undefined entry
* Update .changeset/wise-pumas-fry.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-03 19:55:55 +01:00
Florian Lefebvre
f9dd9428c6
fix(vue): useId() collisions ( #12112 )
2024-10-03 20:52:11 +02:00
Houston (Bot)
34d79527a4
[ci] release ( #12098 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-03 14:50:19 +01:00
Emanuele Stoppa
ea225585fd
fix(routing): incorrect assumption when loading the middleware ( #12109 )
2024-10-03 14:38:23 +01:00
lam eu ler
918953bd09
use shorthash for data url image to prevent ENAMETOOLONG ( #12108 )
...
* use shorthash for filename of data url images
* add changeset
* add fixture to test processing of data url images
* run format
* update changeset
* fix test
* Update .changeset/dull-worms-own.md
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-10-03 10:54:01 +01:00
Matt Kane
d3a74da196
fix: handle immutable response object ( #12106 )
...
* fix: handle immutable response object
* changeset
2024-10-03 09:21:11 +01:00
Sondre Aasemoen
fbe1bc51d8
feat(sitemap): add xslURL to enable styling ( #11485 )
...
* feat(sitemap): add xslURL to enable styling
* Add test
* Update .changeset/proud-horses-cry.md
---------
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-10-03 09:01:42 +01:00
Matt Kane
42037f33e6
fix: pass custom statusText in Response ( #12105 )
...
* fix: pass custom statusText in Response
* Add changeset
2024-10-02 17:08:36 +01:00
Mark Jaquith
d49a537f2a
Use IE conditional comment placeholders for server island start markers ( #12090 )
...
These placeholders are much less likely to be removed by HTML minifiers,
because they have traditionally been used to change the behavior of
site.
2024-10-01 15:58:14 -04:00
Matt Kane
11d447f66b
fix: defer check for schema references to content layer collections ( #12097 )
...
* fix: defer check for schema references
* More comments
2024-10-01 16:05:45 +01:00
Houston (Bot)
f06feee7c4
[ci] release ( #12074 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-01 15:26:50 +02:00
Reuben Tier
76c5fbd6f3
Fix non-stable versions for astro add ( #12095 )
2024-10-01 14:18:30 +08:00
Erika
12dae50c77
chore: changeset ( #12084 )
2024-09-30 19:21:06 +02:00
Martin Trapp
d7779dfae7
View Transitions: Fixes Astro's fade animation to prevent flicker during morph transitions ( #12046 )
2024-09-26 14:14:00 +01:00
Bjorn Lu
1720c5b1d2
Fix injected endpoint prerender detection ( #12043 )
2024-09-25 15:14:04 +01:00
Houston (Bot)
7814a6cad1
[ci] release ( #12037 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23 19:26:46 +02:00
Emanuele Stoppa
243ecb6d61
fix(container): apply polyfill ( #12042 )
2024-09-20 18:09:37 +01:00
Matt Kane
26ea5e814a
fix: restore behavior of absolute images in v4 branch ( #12038 )
...
* fix: allow images with absolute path
* Add mroe tests
* changeset
2024-09-20 12:19:47 +01:00
Emanuele Stoppa
5b3ddfadcb
fix(routing): call middleware when rendering 404.astro
( #12034 )
2024-09-20 10:12:05 +01:00
Houston (Bot)
b4563f8542
[ci] release ( #12021 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-19 14:13:53 +01:00
Emanuele Stoppa
8c0cae6d1b
fix(routing): compute APIContext.params
when rewriting using next
( #12031 )
...
* fix(routing): compute `APIContext.params` when rewriting using `next`
* fix(routing): compute `APIContext.params` when rewriting using `next`
2024-09-19 13:57:47 +01:00
Bjorn Lu
d3bd673392
Check route collision after getStaticPaths ( #12028 )
2024-09-19 20:43:01 +08:00
Bjorn Lu
40e7a1b05d
Lazily initialize the md and mdx processor ( #12026 )
2024-09-19 20:40:49 +08:00
François Violette
dd3b753aba
Add selected to the list of boolean attributes ( #12027 )
2024-09-19 19:51:26 +08:00
Uwe Jäger
9be3e1bba7
Remove dependency on path-to-regexp ( #12001 )
...
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-19 11:11:48 +02:00
Matt Kane
53cb41e30e
fix: correctly handle head propagation in content layer deferred rendering ( #12014 )
...
* chore: run MDX tests against content layer
* Handle head propagation in deferred rendering
* Add changeset
* Update test
2024-09-18 15:15:51 +01:00
Houston (Bot)
8214114a90
[ci] release ( #12002 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-18 00:21:35 +02:00
Matthew Phillips
dcd115892a
Make @astrojs/tailwind compat with Astro 5 ( #12018 )
2024-09-18 00:19:22 +02:00
Artem Zhirov
0b59fe74d5
Fix: prevent island re-rendering when using transition:persist ( #11854 ) ( #11915 )
...
https://github.com/withastro/astro/issues/11854
2024-09-17 16:23:48 +02:00
Johannes Spohr
a582cb6124
Fix Svelte view transition state persistence ( #12006 )
...
Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2024-09-17 16:11:32 +02:00
Johannes Spohr
082f450944
Fix SolidJS view transition state persistence ( #11998 )
...
* Fix SolidJS view transition state persistence
* Add changeset
---------
Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2024-09-17 15:21:41 +02:00
Johannes Spohr
b75bfc8cc4
Fix vue resetting state when using view transition persistence ( #11946 )
...
* Fix vue resetting state when using view transition persistence
* Avoid calling internal apis when forcing vue component update
2024-09-17 14:54:49 +02:00
Armand Philippot
a2f8c5d85f
docs: fix Content Layer RFC Link ( #12000 )
2024-09-15 16:53:30 -03:00
Houston (Bot)
27d19f612f
[ci] release ( #11986 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-13 15:56:33 -04:00
Matthew Phillips
ffba5d716e
Fix getStaticPaths regression ( #11993 )
...
* Revert "Remove dependency on path-to-regexp (#11983 )"
This reverts commit 633eeaa9d8
.
* Add test for regression
* Add a changeset
* Pin path-to-regexp
2024-09-13 15:39:51 -04:00
Reuben Tier
06eff60cab
Add copy support for Wayland via wl-copy ( #11964 )
...
* Add wl-copy support
* Add changeset
* set to patch
---------
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-13 13:45:30 +02:00