matthewp
095158bb86
[ci] format
2023-02-03 12:18:19 -05:00
Elliott Marquez
b5c6a9355c
[Lit] Forwards compatiblity for streaming Declarative Shadow DOM ( #6055 )
...
* Forwards compatiblity for streaming DSD
* add shadowrootmode
* update tests
* add changeset
2023-02-03 12:18:19 -05:00
Houston (Bot)
7944d28482
[ci] update lockfile ( #6060 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2023-02-03 12:18:19 -05:00
Ben Holmes
80dc1a5cbd
[Content collections] Apply MDX components on render ( #6064 )
...
* fix: apply MDX components during render()
* test: MDX components export in SSG and SSR
* chore: changeset
2023-02-03 12:18:19 -05:00
bholmesdev
a784e603a9
[ci] format
2023-02-03 12:18:19 -05:00
Daniel
1126c750ed
fix: Failed to execute 'encode' on 'TextEncoder': parameter 1 is not of type 'String' in Edge Runtime SSR ( #6070 )
...
* minor fixes for errors related to vercel SSR in core
* yielding empty string instead of nothing, to not exit the iterator
---------
Co-authored-by: AirBorne04 <>
2023-02-03 12:18:19 -05:00
matthewp
7747f0099a
[ci] format
2023-02-03 12:18:19 -05:00
Elliott Marquez
262a24b5c3
[Lit] Fix hydration not having the same reactive values as server ( #6080 )
...
* Fix lit hydration not having the same reactive values
* add changeset
* add clientEntrypoint to package exports
* update tests
* add changeset
* only add defer-hydration when strictly necessary
* remove second changest
* fix test typos
2023-02-03 12:18:19 -05:00
Yan Thomas
6386abd30b
Add JSDOC @message
to fix docs error pages ( #6076 )
2023-02-03 12:18:19 -05:00
Bryce Russell
4f5b224cda
Add required alt
to Picture example ( #6074 )
...
Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
2023-02-03 12:18:19 -05:00
Nick Buk[0vec]
6a4262f962
Add links to sharp docs in @astro/image README ( #6017 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-02-03 12:18:19 -05:00
Ben Holmes
9af39e7628
[MDX] Syntax highlighting after user plugins ( #6050 )
...
* fix: load MDX syntax highlighting after user plugins
* chore: changeset
2023-02-03 12:18:19 -05:00
Happydev
6daf548688
Correct usage of getImage
function ( #6068 )
2023-02-03 12:18:19 -05:00
Chris Swithinbank
81f6ece5ca
Wrap tag in example error message in code backticks ( #6063 )
2023-02-03 12:18:19 -05:00
Chris Swithinbank
0c3c216ef2
Revert MDX README changes ( #6062 )
2023-02-03 12:18:19 -05:00
Princesseuh
680e235f44
[ci] format
2023-02-03 12:18:19 -05:00
Mayank
bbe50ec11c
error overlay: show cause
if available ( #6052 )
...
* show `cause` in error overlay
* add extra check for string
* add changeset
2023-02-03 12:18:19 -05:00
matthewp
31820e4122
[ci] format
2023-02-03 12:18:19 -05:00
Alexey Shmalko
c54a115e29
fix(image): allow usage of image from any directory ( #5932 )
...
Currently, @astrojs/image allows *importing* images from srcDir
only. Importing images from outside srcDir fails miserably *in dev
mode* and produces incorrect src.
This happens because `path.relative(fileURLToPath(config.srcDir), id)`
resolves to "../something" and when joined with '/@astroimage' cancels
it out (`join('/@astroimage', '../../something')` => `'/something'`).
Rework /@astroimage URL scheme to be similar to "/@fs/" scheme—always
export absolute path to the target file.
2023-02-03 12:18:19 -05:00
Renato Lacerda
dc37849f1d
Fix GetPictureResult
interface ( #5894 )
2023-02-03 12:18:19 -05:00
Houston (Bot)
7de72f3417
[ci] release ( #6041 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-03 12:18:19 -05:00
natemoo-re
7418ce4737
[ci] format
2023-02-03 12:18:19 -05:00
Nate Moore
0f007f3d56
Handle invalid argument errors ( #6045 )
...
* fix: add error handling for invalid arguments
* chore: add changeset
* Update packages/astro/src/core/errors/errors-data.ts
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
---------
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-02-03 12:18:19 -05:00
bholmesdev
7f4529f12f
chore: unskip
2023-01-30 15:13:11 -05:00
bholmesdev
6e904db135
chore: stray console logs
2023-01-30 15:12:10 -05:00
bholmesdev
d556df728d
chore: clarify analyzer comments
2023-01-30 15:11:45 -05:00
bholmesdev
0577e4e9e4
wip: store propagated scripts separately
2023-01-30 15:07:22 -05:00
matthewp
a36e8fd912
[ci] format
2023-01-30 19:52:54 +00:00
Matthew Phillips
df32011652
Fix Cloudflare directory mode regression ( #6046 )
...
* Fix Cloudflare directory mode regression
* Adding a changeset
2023-01-30 14:50:44 -05:00
Houston (Bot)
d9787a6ff6
[ci] release ( #5995 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-30 12:38:31 -05:00
Nate Moore
e779c62424
fix( #5922 ): improve top-level return error ( #6036 )
...
Co-authored-by: Nate Moore <nate@astro.build>
2023-01-30 11:37:13 -06:00
Houston (Bot)
fbb34e1ef6
[ci] update lockfile ( #5988 )
...
* [ci] update lockfile
* fix type issues
---------
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@astro.build>
2023-01-30 12:03:32 -05:00
matthewp
bec45b3be5
[ci] format
2023-01-30 16:57:13 +00:00
Matthew Phillips
071e1dee7e
Simplified head injection ( #6034 )
...
* Simplified head injection
* Make renderHead also yield an instruction
* Add changeset
* Add mdx test
2023-01-30 11:55:10 -05:00
Nate Moore
cf604123fa
Add branches info to CONTRIBUTING ( #6039 )
...
* add repo structure section
* Update CONTRIBUTING.md
---------
Co-authored-by: Nate Moore <nate@astro.build>
2023-01-30 10:40:07 -06:00
bholmesdev
3f687ee8d1
[ci] format
2023-01-30 16:24:38 +00:00
Ben Holmes
b4432cd6b6
[Content collections] Load MDX hoisted scripts in dev ( #6035 )
...
* chore: script, rename delayed -> propagated
* fix: consistent propagatedAssets flag
* feat: inject those scripts in dev!
* test: scripts included in dev and build
* chore: add TODO for prod build fix
* chore: changeset
2023-01-30 11:22:17 -05:00
Rychart Redwerkz
9bb0bfab13
Fix edit this Page
on examples/docs
( #6028 )
...
* 🐛 Fix path from `pages` to `content/docs`
* 🐛 Fix path from `pages` to `content/docs`
2023-01-30 09:48:57 -05:00
Happydev
98a4a914bc
Remove outdated MDX import types ( #6024 )
2023-01-30 16:48:40 +08:00
Bryce Russell
b6bed15a00
Fix local image example ( #6019 )
...
- `aspectRatio` prop requires a `width` or `height` prop
Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
2023-01-29 10:00:48 +01:00
Caleb Jasik
9c298aa5ae
@astrojs/image
: Allow passing undefined
to transform options (#6008 )
...
* Allow passing `undefined` to transform options
This fixes #6001 , allowing undefined passed as a variable in addition to not passing the property at all
* Create strange-olives-rest.md
* Improve error message for missing `widths` prop
* Add changeset
2023-01-27 18:05:00 +01:00
Tony Sullivan
b994f6f35e
Makes the AstroCookies
type importable directly from "astro" ( #6006 )
...
* re-exports the AstroCookie type from the main 'astro' types
* chore: add changeset
2023-01-27 11:00:24 -06:00
matthewp
cac11c98be
[ci] format
2023-01-27 15:22:30 +00:00
Juan Miguel Guerrero
1c230f1037
feat(@astrojs/netlify): Add on-demand builders Netlify functions ( #5874 )
...
* Add on-demand builders option
* chore: add changeset
* docs: add documentation in configuration section
* Update packages/integrations/netlify/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/netlify/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/netlify/README.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/twenty-pans-agree.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-27 10:20:34 -05:00
bluwy
2565bc453e
[ci] format
2023-01-27 15:16:11 +00:00
Roy Eden
254eb21c83
fix: autoprefixer on dev mode for tailwind plugin ( #6002 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-27 23:14:19 +08:00
Anders Kaseorg
12c68343c0
fix: Don’t require getCollection()
filter to be a type guard ( #5998 )
...
Commit dabce6b8c6
(#5970 ) broke the use
of a plain boolean filter. Add an overload similar to TypeScript’s
Array#filter overload:
https://github.com/microsoft/TypeScript/blob/v4.9.4/lib/lib.es5.d.ts#L1442-L1453
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-01-26 21:03:09 -05:00
matthewp
5e3d538812
[ci] format
2023-01-26 20:36:29 +00:00
Chris Banford
5c64324c0a
Add a check for existing .git directory (and skip if one is found). ( #5953 )
...
* Add a check for existing .git directory (and skip if one is found).
* Changeset attempt :-)
* Update .changeset/try-button-rumor.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-26 15:34:49 -05:00
Nate Moore
a88363ce79
fix error in changelog formatting ( #5997 )
...
* fix changelog
* Update CHANGELOG.md
Co-authored-by: Nate Moore <nate@astro.build>
2023-01-26 14:27:56 -06:00