Matt Kane
fa9d6c9d15
Lockfile
2024-11-22 11:14:20 +00:00
Matt Kane
6763eff576
Merge branch 'next' into astro-dot-session
2024-11-22 11:09:25 +00:00
Matt Kane
a0811758e3
Merge branch 'main' into next
2024-11-22 11:06:44 +00:00
Matt Kane
3dc714ae4b
ci: exit pre if needed ( #12502 )
...
* ci: exit pre if needed
* bump changeset cli
2024-11-22 11:03:46 +00:00
Emanuele Stoppa
b140a3f6d8
fix(routing): don't access Request headers ( #12498 )
...
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2024-11-22 10:26:48 +00:00
Matt Kane
91c1eae4f5
ci: exit from changeset pre mode
2024-11-22 10:11:16 +00:00
Matt Kane
6f8f5467b0
ci: changeset base
2024-11-22 10:06:54 +00:00
Matt Kane
cc28da35df
Merge branch 'next' into astro-dot-session
2024-11-22 09:23:36 +00:00
Matt Kane
d96c507c6f
feat: prototype session support ( #12471 )
...
* feat: add session object
* Add tests and fix logic
* Fixes
* Allow string as cookie option
* wip: implement sessions (#12478 )
* feat: implement sessions
* Add middleware
* Action middleware test
* Support URLs
* Remove comment
* Changes from review
* Update test
* Ensure test file is run
2024-11-21 17:25:47 +00:00
Houston (Bot)
10beb174e5
[ci] release (beta) ( #12491 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 11:12:29 -05:00
Matthew Phillips
23dc937435
Merge main into next ( #12493 )
...
* [ci] release (#12490 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update solid version
* update lockfile
* fix vue changelog
---------
Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 10:51:47 -05:00
Houston (Bot)
3bed8050b9
[ci] release ( #12490 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 09:47:58 -05:00
Matthew Phillips
dc3d842e4c
Call server island early so it can set headers ( #12486 )
...
Add changeset
Proper fix
changeup
2024-11-21 08:00:03 -05:00
Houston (Bot)
a9ce785146
[ci] release (beta) ( #12430 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 12:45:51 +00:00
Emanuele Stoppa
285c6e3598
chore: merge fixes
2024-11-21 12:02:21 +00:00
Florian Lefebvre
8309c61f0d
feat(next): astro:routes:resolved ( #12329 )
...
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-11-21 12:30:49 +01:00
Houston (Bot)
b9c05f45b2
[ci] release ( #12452 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 11:12:37 +00:00
Eldar Kasmamytov
8a46e8074d
Resolve peer dependency problem in the integration packages (SolidJS, Vue, Svelte, React) ( #12481 )
...
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2024-11-21 11:12:00 +00:00
Matt Kane
3f02d5f12b
feat: support new location for content config ( #12475 )
...
* feat: support new location for content config
* Test fixes
* Handle missing dir
* Handle missing content dir
* chore: changes from review
* Revert legacy fixtures
* Clarify changeset
2024-11-21 10:45:02 +00:00
Arpan Patel
e329657a00
[ci] format
2024-11-21 09:32:06 +00:00
Arpan Patel
a23985b021
fix: return correct locale in root 404 and 500 page with i18n ( #12365 )
...
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-11-21 09:31:17 +00:00
Emanuele Stoppa
28dd3ce522
fix: server island hydration ( #12444 )
2024-11-20 15:08:26 +00:00
Matt Kane
18a04c008a
chore: better images changeset pt 2 ( #12484 )
2024-11-20 13:51:45 +00:00
Matt Kane
3f8b0725da
chore: better images changeset ( #12483 )
2024-11-20 13:12:39 +00:00
Matt Kane
e1a5e65ad7
chore: clarify wording of responsive image props ( #12482 )
2024-11-20 13:12:17 +00:00
Emanuele Stoppa
ab0580bc94
refactor(build): don't emit middleware.mjs
( #12479 )
2024-11-20 11:21:40 +00:00
Matthew Phillips
c3b7e7cfa1
Remove default throw behavior in astro:env ( #12480 )
...
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-11-20 11:09:43 +00:00
Matt Kane
31aa5eb8e7
Lock
2024-11-20 10:08:52 +00:00
Matt Kane
2a9907dd4a
Merge branch 'next' into astro-dot-session
2024-11-20 10:05:57 +00:00
Michael Stramel
c48916cc4e
feat(astro): add Built-in SVG component support ( #12067 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-11-19 16:51:37 +00:00
Emanuele Stoppa
46f6b386b3
fix(build): generated entry ( #12477 )
2024-11-19 16:12:40 +00:00
Florian Lefebvre
80a9a5299a
fix: content layer glob deletion ( #12476 )
2024-11-19 16:56:28 +01:00
Emanuele Stoppa
f64934086e
[ci] format
2024-11-18 13:35:34 +00:00
Emanuele Stoppa
3bde4aa751
chore: use Biome VCS ignore file ( #12465 )
2024-11-18 13:34:43 +00:00
Emanuele Stoppa
cc03d907c1
ci: filter paths of when running the benchmark action ( #12470 )
2024-11-18 11:33:58 +00:00
Emanuele Stoppa
733d6c1601
ci: remove owner check to enable external PR jobs ( #12466 )
2024-11-18 10:59:19 +00:00
Marijn Kneppers
6a243bf3c4
Update links to linting and formatting files in the style guide ( #12468 )
2024-11-18 10:48:54 +00:00
Matt Kane
067c49bacf
feat: adds session options ( #12450 )
...
* feat: add session config
* chore: add session config docs
* Fix
* Expand doc
* Handle schema
* Remove example
* Format
* Lock
* Fix schema
* Update packages/astro/src/types/public/config.ts
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/src/types/public/config.ts
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Add link to Sessions RFC in config.ts
* Move session into experimental
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-11-17 06:34:27 +00:00
oliverlynch
25baa4ed0c
Ensure final asset directory exists before writing cached files ( #12418 )
...
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-11-15 18:25:42 +01:00
Matt Kane
a91301007e
Merge branch 'next' into astro-dot-session
2024-11-15 16:50:50 +00:00
Sarah Rainsberger
e246dc5232
Update markdown.shiki configuration docs ( #12447 )
2024-11-15 12:45:46 -04:00
Matt Kane
d55cd1af9e
Merge branch 'next' into astro-dot-session
2024-11-15 16:12:03 +00:00
Bjorn Lu
cec4af8fe5
Add publint checks ( #12445 )
2024-11-15 23:43:34 +08:00
Matt Kane
af867f3910
feat: experimental responsive images ( #12377 )
...
* chore: changeset
* feat: add experimental responsive images config option (#12378 )
* feat: add experimental responsive images config option
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update config types
* Move config into `images`
* Move jsdocs
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* feat: add responsive image component (#12381 )
* feat: add experimental responsive images config option
* Apply suggestions from code review
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update config types
* Move config into `images`
* Move jsdocs
* wip: responsive image component
* Improve srcset logic
* Improve fixture
* Lock
* Update styling
* Fix style prop handling
* Update test (there's an extra style for images now)
* Safely access the src props
* Remove unused export
* Handle priority images
* Consolidate styles
* Update tests
* Comment
* Refactor srcset
* Avoid dupes of original image
* Calculate missing dimensions
* Bugfixes
* Add tests
* Fix test
* Correct order
* Lint
* Fix fspath
* Update test
* Fix test
* Conditional component per flag
* Fix class concatenation
* Remove logger
* Rename helper
* Add comments
* Format
* Fix markdoc tests
* Add test for style tag
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* feat: add crop support to image services (#12414 )
* wip: add crop support to image services
* Add tests
* Strip crop attributes
* Don't upscale
* Format
* Get build working properly
* Changes from review
* Fix jsdoc
* feat: add responsive support to picture component (#12423 )
* feat: add responsive support to picture component
* Add picture tests
* Fix test
* Implement own define vars
* Share logic
* Prevent extra astro-* class
* Use dataset scoping
* Revert unit test
* Revert "Fix test"
This reverts commit f9ec6e2938
.
* Changes from review
* docs: add docs for responsive images (#12429 )
* docs: add responsive images flag docs
* docs: adds jsdoc for image components
* chore: updates from review
* Fix jsdoc
* Changes from review
* Add breakpoints option
* typo
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-11-15 13:29:52 +00:00
Matt Kane
c8f877cad2
fix: skip legacy typegen by default ( #12438 )
2024-11-15 13:28:40 +00:00
Houston (Bot)
8e135b6f03
[ci] release ( #12443 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 20:59:51 +08:00
Bjorn Lu
bde49f186e
Publish missing file for svelte integration ( #12442 )
2024-11-15 20:50:01 +08:00
Matt Kane
6d8c64e1d4
wip: experimental sessions
2024-11-15 12:29:52 +00:00
bluwy
671f50c7d3
Merge branch 'main' into next
2024-11-15 19:37:28 +08:00
Houston (Bot)
5509117415
[ci] release ( #12427 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 19:27:27 +08:00