Commit cd112c9
committed
Merge branch 'main' into feat-add-warn
* main:
feat(i18n): add `Astro.currentLocale` (withastro#9101)
[ci] release (withastro#9107)
Add compatibility with cloudflare node (withastro#8925)
[ci] format
Cancel response stream when connection closes (withastro#9071)
[ci] format
feat(i18n): apply specific routing logic only to pages (withastro#9091)
feat(dev-overlay): Hide plugins into a separate menu when there's too many enabled (withastro#9102)
[ci] format
Support Svelte 5 (experimental) (withastro#9098)
[ci] release (withastro#9078)
[ci] format
Refactor shikiji syntax highlighting code (withastro#9083)
[ci] format
fix: Query params trigger the trailingSlash error in preview mode (withastro#9045)
fix(assets): bundling regression for specific config on non-Node runtimes (withastro#9087)92 files changed
Lines changed: 1063 additions & 696 deletions
File tree
- .changeset
- examples
- basics
- blog
- component
- framework-alpine
- framework-lit
- framework-multiple
- framework-preact
- framework-react
- framework-solid
- framework-svelte
- framework-vue
- hackernews
- integration
- middleware
- minimal
- non-html-pages
- portfolio
- ssr
- view-transitions
- with-markdoc
- with-markdown-plugins
- with-markdown-shiki
- with-mdx
- with-nanostores
- with-tailwindcss
- with-vite-plugin-pwa
- with-vitest
- packages
- astro
- components
- src
- @types
- core
- app
- build
- plugins
- endpoint
- errors/dev
- middleware
- preview
- render
- i18n
- runtime/client/dev-overlay
- plugins
- ui-library
- vite-plugin-astro-server
- test
- fixtures
- i18n-routing-prefix-always/src/pages
- en
- pt
- i18n-routing/src/pages
- dynamic
- pt
- integrations
- markdoc
- src/extensions
- mdx
- node
- src
- test
- fixtures/api-route/src/pages
- react
- svelte
- src
- markdown/remark
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
0 commit comments