Chris Swithinbank
8e500f2f96
Add css
keyword to Tailwind integration ( #12161 )
...
* Add `css` keyword to Tailwind integration
* Add changeset
2024-10-08 23:40:49 +02:00
Emanuele Stoppa
2a1536d091
chore: move lint rules to Biome ( #12145 )
...
* chore: move lint rules to Astro
* better suppression system
* revert
* format code
* address more linting files
* address more linting files
2024-10-08 10:12:40 +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
renovate[bot]
fef0b8cce1
fix(deps): update all non-major dependencies ( #12140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 17:44:43 +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
Florian Lefebvre
657d197371
fix(vue): missing file ( #12120 )
2024-10-04 10:56:34 +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
Florian Lefebvre
4dc00cc7c9
[ci] format
2024-10-03 18:53:02 +00: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
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
renovate[bot]
928dc3111c
fix(deps): update all non-major dependencies ( #12092 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 10:17:49 +08:00
renovate[bot]
2594eb088d
fix(deps): update all non-major dependencies ( #12003 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-26 14:57:59 +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
Bjorn Lu
40e7a1b05d
Lazily initialize the md and mdx processor ( #12026 )
2024-09-19 20:40:49 +08:00
Matt Kane
8d4eb95086
[ci] format
2024-09-18 14:16:40 +00: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
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
Houston (Bot)
490eed1cd9
[ci] release ( #11940 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-13 13:04:37 +02:00
Bjorn Lu
c9ae7b1b89
Handle MDX optimize for root hast node ( #11975 )
2024-09-12 18:47:55 +08:00
renovate[bot]
b9394fa70c
chore(deps): update all non-major dependencies ( #11948 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 13:27:54 +08:00
Houston (Bot)
0d50d7545e
[ci] release ( #11936 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06 12:47:30 -04:00
Lukas Bachlechner
4a95159746
[ci] format
2024-09-06 11:27:38 +00:00
Lukas Bachlechner
4a44e82bbd
fix: explicitly check for null props in serializeSignals
( #11930 )
...
* fix: explicitly check for null props in `serializeSignals`
* chore: add changeset
2024-09-06 13:26:51 +02:00
renovate[bot]
645f4e21a7
fix(deps): update all non-major dependencies ( #11896 )
2024-09-02 10:54:53 +08:00
Alexander Niebuhr
11ebf3bd15
chore: move node and vercel to adapters repo ( #11866 )
2024-08-30 19:43:43 +02:00
Houston (Bot)
17f71278f4
[ci] release ( #11857 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-29 13:50:49 +02:00
Houston (Bot)
5af8b4f1cb
[ci] release ( #11835 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-28 12:51:43 +02:00
Phil
a2214cedd0
[ci] format
2024-08-28 10:42:23 +00:00
Phil
5f2536b51d
fix: handle preact signals in array correctly ( #11834 )
...
* fix: handle preact signals in array correctly
* feat: serialize signals in object
2024-08-28 11:41:35 +01:00
renovate[bot]
26c63a2b07
fix(deps): update all non-major dependencies ( #11837 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 10:45:45 +01:00
Bjorn Lu
88ef1d0e77
Fix MDX layout style ordering ( #11818 )
2024-08-28 10:52:13 +08:00
Bjorn Lu
9eccca53e3
Remove lingering env.d.ts files ( #11852 )
2024-08-28 00:00:46 +08:00
Emanuele Stoppa
b601e47aff
chore: enable useImportType
rule ( #11848 )
2024-08-27 16:49:42 +01:00
HiDeoo
ed7bbd990f
fix(markdoc): use astro components defined with extends
( #11846 )
2024-08-27 16:49:04 +01:00
Yuta Osawa
f1df1b3b46
Prevent Partytown integration from inserting a 'null' string into the body ( #11829 )
2024-08-26 21:36:35 +08:00
Houston (Bot)
7e2f142a5a
[ci] release ( #11739 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-20 16:35:33 +02:00
Matthew Phillips
fc81b01bcd
Prevent race condition in Vercel adapter on Node 18 ( #11783 )
2024-08-19 15:45:02 -04:00
renovate[bot]
48b85c13dd
fix(deps): update all non-major dependencies ( #11765 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 16:09:05 +08:00
Matthew Phillips
a9e43d2a2f
[ci] format
2024-08-16 12:42:03 +00:00
Matthew Phillips
5ea02b12fd
Deprecate the functionPerRoute option ( #11728 )
...
* Deprecate the functionPerRoute option
* Update .changeset/weak-dancers-beam.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-16 08:41:10 -04:00
Bjorn Lu
423614ebb6
Fix MDX stack trace location with frontmatter ( #11717 )
2024-08-16 12:09:20 +08:00
Florian Lefebvre
87ce2381b6
[ci] format
2024-08-15 14:53:15 +00:00
Florian Lefebvre
70945dd918
refactor: enforce node prefix ( #11723 )
2024-08-15 16:52:26 +02:00
Houston (Bot)
40a1b3002c
[ci] release ( #11699 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-15 10:48:37 +01:00