Emanuele Stoppa
e3dce215a5
feat(i18n): add Astro.currentLocale
( #9101 )
2023-11-16 08:54:10 -06:00
Houston (Bot)
8366cd7775
[ci] release ( #9107 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16 21:50:47 +08:00
brandonsdebt
ac5633b8f6
Add compatibility with cloudflare node ( #8925 )
2023-11-16 21:47:46 +08:00
pilcrowOnPaper
c9487138d6
Cancel response stream when connection closes ( #9071 )
...
* cancel stream on close
* add changeset
* add test
* Update .changeset/modern-ways-develop.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-16 05:09:41 +05:30
Emanuele Stoppa
536c6c9fd3
feat(i18n): apply specific routing logic only to pages ( #9091 )
2023-11-15 13:43:57 -05:00
Erika
60e8210b0c
feat(dev-overlay): Hide plugins into a separate menu when there's too many enabled ( #9102 )
2023-11-15 16:50:11 +01:00
Bjorn Lu
a600c14837
Support Svelte 5 (experimental) ( #9098 )
...
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-15 23:40:23 +08:00
Houston (Bot)
e63aac94ca
[ci] release ( #9078 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-14 23:20:35 +08:00
Bjorn Lu
4537ecf0d0
Refactor shikiji syntax highlighting code ( #9083 )
2023-11-14 23:00:17 +08:00
Rishi Raj Jain
84312f24f8
fix: Query params trigger the trailingSlash error in preview mode ( #9045 )
2023-11-14 17:39:37 +08:00
Alexander Niebuhr
b895113a0a
fix(assets): bundling regression for specific config on non-Node runtimes ( #9087 )
2023-11-14 07:53:14 +01:00
Emanuele Stoppa
fc66ecff18
fix(i18n): middleware should consider trailing slash when redirecting ( #9085 )
2023-11-13 14:12:46 -05:00
Matthew Phillips
045e5ec979
Support formmethod and formaction in ViewTransitions ( #9084 )
...
* Support formmethod and formaction in ViewTransitions
* Adding a changeset
* Update .changeset/new-pets-fail.md
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* Be less clever
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-11-13 14:03:07 -05:00
Erika
5ef89ef33e
feat(overlay): Add a settings panel ( #9058 )
2023-11-13 13:09:32 +01:00
Erika
c5dc8f2ec9
fix(assets): Only use src to hash files generated by the passthrough service ( #9075 )
...
* fix(assets): Only use src to hash files generated by the passthrough service
* chore: changeset
2023-11-13 10:58:58 +01:00
Daniel Hajduk
c6e449c5b3
fix(logger): namespace label in debug logger ( #9067 )
2023-11-13 17:07:46 +08:00
Houston (Bot)
5f2db426ce
[ci] release ( #9070 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-11 22:39:47 -06:00
Nate Moore
50164f5e37
Fix asset propagation regression in 3.5 ( #9069 )
2023-11-11 22:31:34 -06:00
Houston (Bot)
13ca6d989b
[ci] release ( #9054 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-10 11:37:35 -05:00
Emanuele Stoppa
1bc3319686
fix(middleware): do not import user middleware if not preset ( #9057 )
2023-11-10 11:11:15 -05:00
Sergii Kirianov
1e97708cda
fix: added onError functionality to spinner ( #9048 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-10 14:15:59 +00:00
Houston (Bot)
5db28e90d0
[ci] release ( #9038 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-10 09:10:04 -05:00
Emanuele Stoppa
15b84ccb98
fix: regression when calculating params and pattern ( #9051 )
...
* fix: regression when calculating params and pattern
* changeset
2023-11-10 13:49:27 +00:00
Rishi Raj Jain
7dedd17fc4
fix: Astro info throws when xclip is not available ( #9042 )
...
* Update index.ts
* Create hot-teachers-wave.md
* Update .changeset/hot-teachers-wave.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-10 08:28:47 -05:00
Erika
49b82edb2c
fix(assets): Fix image errors when images were used on the client ( #9049 )
...
* fix(assets): Fix image errors when images were used on the client
* test: add a test
* chore: changeset
2023-11-10 14:01:04 +01:00
Erika
bf0286e50c
fix(logging): Fix --verbose flag not working ( #9050 )
2023-11-10 11:35:20 +01:00
Sarah Rainsberger
ea71975ec0
[docs] hotfixes to i18n config-ref ( #9037 )
...
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-09 16:18:39 -04:00
Houston (Bot)
83c8870684
[ci] release ( #9021 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-09 12:49:35 -05:00
Nate Moore
3e1239e42b
Content Collection cache (experimental) ( #8854 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-11-09 09:55:29 -06:00
Emanuele Stoppa
5b16619e4a
fix(i18n): names of the functions should match the RFC ( #9035 )
2023-11-09 15:40:45 +00:00
Reuben Tier
4e63467d74
Remove empty changeset ( #9030 )
...
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-09 14:09:17 +01:00
Erika
29b83e9e4b
fix(assets): Use uint8arrays instead of Buffer in code that can run outside of Node ( #9029 )
...
* fix(assets): Use uint8arrays instead of Buffer in code that can run outside of Node
* chore: changeset
* docs: update changeset with more information on what to do if a Buffer is important
* nit: do a patch instead
2023-11-09 14:05:32 +01:00
Matthew Phillips
f5bdfa272b
Integration defined middleware ( #8869 )
...
* Rebase
* Use an empty module if there is no real middleware
* Add debug logging
* Use normalizePath
* Add a better example in the changesetp
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/src/core/middleware/vite-plugin.ts
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* Review comments
* oops
* Update .changeset/khaki-glasses-raise.md
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-11-08 13:36:50 -05:00
Matthew Phillips
fda3a0213b
Support form submissions in the ViewTransitions router ( #8963 )
...
* Support form submissions in the ViewTransitions router
* Align with navigate API, add `formData` option
* Change API to handleForms
* Add a changeset
* Add a test for non-200 responses
* Update .changeset/many-weeks-sort.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/many-weeks-sort.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Add a little more on why this is exciting!
* Update .changeset/many-weeks-sort.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Switch to e.g.
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08 12:45:50 -05:00
Emanuele Stoppa
143bacf396
feat: experimental i18n routing ( #8974 )
...
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
Co-authored-by: Elian ☕ ️ <hello@elian.codes>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08 15:45:43 +00:00
horo
c5010aad34
Light/dark theming for shikiji's codeblocks ( #8903 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08 22:42:05 +08:00
Erika
1ecc9aa324
feat(overlay): Add click to go to editor for audits ( #9016 )
...
* feat(overlay): Add click to go to editor for audits
* chore: changeset
* chore: update compiler dep
* fix: tests
* Update packages/astro/src/core/compile/compile.ts
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* Update packages/astro/src/core/compile/compile.ts
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-08 15:29:12 +01:00
Bjorn Lu
38e21d1275
Support prefetch in core ( #8951 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08 22:07:18 +08:00
Augustine Kim
23c9a30ad8
Fix Lit integration hydration ordering ( #9018 )
...
* Provide renderer instance to `customElementHostStack`
* Add changeset
2023-11-08 08:25:39 -05:00
Erika
f0031b0a39
feat(assets): Delete original assets unused outside of the optimization pipeline ( #8954 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08 10:23:23 +01:00
Erika
26b1484e80
feat(assets): Add property to image services to control which properties to use for hashing ( #8984 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08 10:10:26 +01:00
Caleb Jasik
100b61ab5a
Use jpeg source files as fallback rather than converting to png ( #9010 )
...
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-08 10:09:40 +01:00
Houston (Bot)
653ad939ce
[ci] release ( #8989 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-08 08:51:24 +01:00
Justinas Delinda
14e586cc77
fix(vue): vue regular script block exports not being recognized inside editor ( #8998 )
...
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-08 08:44:02 +01:00
Erika
d979b8f0a8
feat(overlay): Match the design's animations, shadows and general styling ( #9014 )
2023-11-08 08:37:35 +01:00
Arsh
754e4fd31c
feat(vercel): streaming ( #8879 )
2023-11-07 14:01:04 +00:00
Martin Trapp
35739d01e9
Fix DEV mode on Safari when view transitioning to client:only components ( #9000 )
...
* Fix DEV mode on Safari when view transitioning to client:only components
* Update .changeset/eighty-ladybugs-shake.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-06 18:48:34 +01:00
Bjorn Lu
3988bbcc9e
Add shiki lang path compat ( #8996 )
2023-11-06 17:58:42 +08:00
Erika
910eb00fe0
fix(assets): Propagate sizes attribute on all sources ( #8986 )
...
* fix(assets): Propagate `sizes` attribute on all sources
* refactor: small refactor exposed srcSet types
* test: update test with a sizes
* chore: changeset
* fix: use a type import
2023-11-02 21:34:04 +01:00
Houston (Bot)
3cb1098d45
[ci] release ( #8982 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-02 14:13:43 -04:00