summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-04Fix typo (#13126)Gravatar Henrikh Kantuni 1-1/+1
"WrapMap" → "WeakMap"
2025-02-04fix: ignore trailing slash for endpoints with file extensions (#13131)Gravatar Matt Kane 3-12/+34
* fix: ignore trailing slash for endpoints with file extensions * Fix test
2025-02-04fix: correct handling of collapsing slashes (#13130)Gravatar Matt Kane 7-9/+57
2025-02-03chore(preact): upgrade @preact/preset-vite (#12950)Gravatar Hugo Nogueira 4-44/+35
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-31[ci] release (#13114)astro@5.2.3Gravatar Houston (Bot) 29-62/+57
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-31[ci] formatGravatar Emanuele Stoppa 3-7/+5
2025-01-31fix(i18n): server island request (#13112)Gravatar Emanuele Stoppa 13-11/+126
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2025-01-31fix: correctly handle pathname for dynamic routing in rewrite (#13113)Gravatar unprintable123 10-2/+99
2025-01-31[ci] formatGravatar Matt Kane 1-1/+0
2025-01-31fix: remove special handling for injected endpoint slashes (#13111)Gravatar Matt Kane 3-2/+67
2025-01-31fix(deps): update all non-major dependencies (#13074)Gravatar renovate[bot] 66-683/+707
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-31[ci] release (#13108)astro@5.2.2Gravatar Houston (Bot) 27-52/+53
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-31fix: exclude tailwind package when installing integration (#13106)Gravatar Matt Kane 2-7/+20
* fix: exclude tailwind package when installing integration * Update .changeset/green-sloths-switch.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-30[ci] release (#13096)astro@5.2.1Gravatar Houston (Bot) 27-52/+53
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-30[ci] formatGravatar Matt Kane 2-2/+1
2025-01-30fix: exclude Vite requests from trailing slash handling (#13095)Gravatar Matt Kane 3-0/+14
* fix: exclude Vite requests from trailing slash handling * Add test * remove extraneous config file * Update changeset
2025-01-30[ci] release (#13086)astro@5.2.0@astrojs/tailwind@6.0.0@astrojs/mdx@4.0.8@astrojs/markdown-remark@6.1.0@astrojs/markdoc@0.12.8@astrojs/internal-helpers@0.5.0Gravatar Houston (Bot) 45-185/+195
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-30chore: remove lit from readme (#13092)Gravatar Emanuele Stoppa 1-1/+0
2025-01-30[ci] formatGravatar Thom van den Akker 1-6/+16
2025-01-30feat: content layer typings (#12666)Gravatar Thom van den Akker 2-24/+20
* Add additional typings for referenced content collection entries * Add changeset * Default typings to string for easier use --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-01-29docs: update `integrations` JSDoc to replace Tailwind integration (#13089)Gravatar Armand Philippot 1-3/+3
2025-01-29chore: upgrade Vite and update tests (#13076)Gravatar 翠 / green 14-101/+102
* chore: upgrade Vite and update tests * chore: bump vite in other package.json as well * chore: pnpm dedupe --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-01-29[ci] formatGravatar Emanuele Stoppa 1-1/+0
2025-01-29fix: docs and types (#13087)Gravatar Emanuele Stoppa 6-27/+28
2025-01-29[ci] formatGravatar Matt Kane 10-22/+22
2025-01-29feat: redirect trailing slashes on on-demand rendered pages (#12994)Gravatar Matt Kane 17-25/+434
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2025-01-29feat(routing): external redirects (#12979)Gravatar Emanuele Stoppa 7-42/+114
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: yanthomasdev <61414485+yanthomasdev@users.noreply.github.com>
2025-01-29feat: new virtual module `astro:config` (#13084)Gravatar Emanuele Stoppa 48-142/+822
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: yanthomasdev <61414485+yanthomasdev@users.noreply.github.com>
2025-01-29feat(tailwind): support v4 (#13049)Gravatar Florian Lefebvre 40-265/+547
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-01-29feat(markdown): add support for TOML frontmatter in Markdown files. (#12850)Gravatar Colin Bate 5-12/+141
2025-01-27[ci] release (#13056)astro@5.1.10@astrojs/react@4.2.0Gravatar Houston (Bot) 32-90/+86
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-24chore: fix a typo in the action message (#13063)Gravatar Matt Kane 1-1/+1
2025-01-24chore: adds wontfix label action (#13062)Gravatar Matt Kane 1-0/+17
* chore: adds wontfix label action * Wording * Update .github/workflows/issue-labeled.yml Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-01-24fix: correctly handle multiple wildcard path aliases (#13059)Gravatar Matt Kane 8-7/+35
2025-01-24[ci] formatGravatar Arturo Silva 1-3/+10
2025-01-24Adds experimental support for disabling streaming (#13036)Gravatar Arturo Silva 3-6/+46
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-01-24fix: correct broken import formatting (#13058)Gravatar Matt Kane 2-3/+7
2025-01-24Fix get relative locale (#13045)Gravatar mtwilliams 3-5/+85
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-23[ci] release (#13027)astro@5.1.9@astrojs/alpinejs@0.4.3Gravatar Houston (Bot) 33-75/+68
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-22[ci] formatGravatar Louis Escher 3-20/+22
2025-01-22Improve errors for invalid IDs in content collections (#12892)Gravatar Louis Escher 9-45/+139
* Improve error handling for content collection entries where ID isn't a string * Add passthrough to zod schema to still access other properties after validation * Add new test for numbers as IDs, add changeset * Update error for invalid IDs * Update test for new error message * Update .changeset/dry-dragons-shout.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Update errors-data.ts to (possibly) fix tests failing * Update errors-data.ts --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
2025-01-22[ci] formatGravatar Troy McConaghy 1-1/+6
2025-01-22Add rel links to sitemap and rss feed in blog starter kit (#13043)Gravatar Troy McConaghy 1-0/+3
2025-01-22[ci] formatGravatar jasonlav 1-1/+1
2025-01-22fix(alpinejs): start on DOMContentLoaded (#13014)Gravatar jasonlav 2-1/+6
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-21chore: ignore jsonc files (#13029)Gravatar Emanuele Stoppa 6-182/+184
2025-01-21Revert "Revert "feat(server-islands): only encode ETAGO delimiter (#11513)"" ↵Gravatar Florian Lefebvre 5-8/+40
(#13031)
2025-01-21Update for WAI-ARIA 1.2 (#12986)Gravatar Wren Etheredge 3-10/+42
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-21[ci] formatGravatar Matt Kane 2-2/+2
2025-01-21fix: allow imports of Markdown files as raw text (#13026)Gravatar Matt Kane 4-1/+22
* fix: allow imports of Markdown files as raw text * Switch to hasSpecialQueries * Update test * Update changeset