summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-26Fix MDX heading IDs generation when using a frontmatter reference (#5978)Gravatar HiDeoo 6-3/+172
* Fix MDX heading IDs generation when using a frontmatter reference * Hoist safelyGetAstroData() call and add statement null check
2023-01-26[ci] formatGravatar matthewp 4-4/+5
2023-01-26Support for prerendering in the Cloudflare integration (#5993)Gravatar Matthew Phillips 11-6/+93
* Cloudflare prerender branch * Add prerendered routes to Cloudflare routes.json * Adding changeset * Prevent process proxy from running during prerender phase
2023-01-26Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS ↵Gravatar HiDeoo 7-2/+116
(#5992)
2023-01-26Make examples more consistent (#5201)Gravatar Nick McCurdy 6-26/+33
* Don't ignore `.output` From packages/integrations/vercel/CHANGELOG.md#minor-changes-5: > The output folder changed from `.output` to `.vercel/output` — you may need to update your `.gitignore`. * Make example readmes more consistent * remove `astro check` command Co-authored-by: Nate Moore <nate@astro.build>
2023-01-26Re-enable streaming on Cloudflare Pages (#5914)Gravatar Angus 3-2/+7
* Support streaming on Cloudflare Pages * Create tidy-ties-repeat.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-25[ci] formatGravatar natemoo-re 2-2/+1
2023-01-25fix: component is not able to use a custom theme anymore (#5952)Gravatar wulinsheng123 3-3/+10
* Astro <Code> component is not able to use a custom theme anymore * Astro <Code> component is not able to use a custom theme anymore * Astro <Code> component is not able to use a custom theme anymore Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-25change @astrojs/solid to @astrojs/solid-js (#5971)Gravatar Yaroslav Lapin 2-2/+7
* change @astrojs/solid to @astrojs/solid-js @astrojs/solid package doesn't exist * Create serious-turtles-explode.md * Update .changeset/serious-turtles-explode.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-01-25Support passing `children` as props to a React component (#5886)Gravatar HiDeoo 6-5/+27
2023-01-25[Content collections] Support type guards on `getCollection()` filter (#5970)Gravatar Ben Holmes 2-3/+8
* fix: respect type guards from collection filter * chore: changeset
2023-01-25Handle unmatched 404 when using prerender in dev mode (#5983)Gravatar Nate Moore 3-1/+10
* fix(#5975): unmatched static paths should 404 during dev * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build>
2023-01-25[docs] typo fix in MDX README (#5977)Gravatar Sarah Rainsberger 1-1/+1
2023-01-25[ci] release (#5963)astro@2.0.1Gravatar Houston (Bot) 41-79/+74
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-25Upgrade semver dependency (#5972)Gravatar Bjorn Lu 3-2/+7
2023-01-25[ci] formatGravatar matthewp 1-1/+1
2023-01-24Protect against shimmed process usage in Vercel Edge (#5969)Gravatar Matthew Phillips 2-4/+19
* Protect against shimmed process usage in Vercel Edge * Adding a changeset
2023-01-24docs(svelte): Update integration README (#5966)Gravatar Lucas Vargas 1-0/+2
2023-01-24Fix Content Collections not loading config file when there are spaces in the ↵Gravatar Happydev 7-1/+95
folder tree (#5962) * fix * add test * use `fileURLToPath` instead * chore: changeset * remove useless config file * revert back to using `decodeURIComponent` * test: better test * re-revert back to using `fileURLToPath`
2023-01-24[ci] formatGravatar natemoo-re 1-1/+1
2023-01-24Ignore lint warning (#5949)Gravatar Reuben Tier 1-0/+1
2023-01-24[ci] release (#5959)create-astro@2.0.1Gravatar Houston (Bot) 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-24fix(create-astro): typescript prompt handling (#5958)Gravatar Nate Moore 2-4/+9
* fix(create-astro): typescript prompt handling * fallback * fix(create-astro): additional case Co-authored-by: Nate Moore <nate@astro.build>
2023-01-24[ci] formatGravatar bholmesdev 4-143/+140
2023-01-24[ci] release (#5948)create-astro@2.0.0astro@2.0.0@astrojs/webapi@2.0.0@astrojs/vue@2.0.0@astrojs/vercel@3.0.0@astrojs/telemetry@2.0.0@astrojs/tailwind@3.0.0@astrojs/svelte@2.0.0@astrojs/solid-js@2.0.0@astrojs/rss@2.1.0@astrojs/react@2.0.0@astrojs/prism@2.0.0@astrojs/preact@2.0.0@astrojs/partytown@1.0.3@astrojs/node@5.0.0@astrojs/netlify@2.0.0@astrojs/mdx@0.15.0@astrojs/markdown-remark@2.0.0@astrojs/lit@1.1.0@astrojs/image@0.13.0@astrojs/deno@4.0.0@astrojs/cloudflare@6.0.0Gravatar Houston (Bot) 149-1088/+1287
* [ci] release * Update changelogs (#5955) * [ci] release * Wrap astro 2.0 beta logs in `<details>` * Add link to docs upgrade guide * First pass cleaning up 2.0 release notes * mdx changes from Sarah * combine 5584 and 5842 in deno, image, netlify * markdown/remark incl (5684 & 5769) to match mdx * Tweak markdown/remark formatting * Format astro-prism * Format astro-rss * Format create-astro * Format cloudflare * Format lit * Format partytown * Format node * Format preact * Format react * Format solid * Format svelte * Format tailwind * Format vercel * Format vue * Format telemetry * Format webapi * Format scripts * Reinstate h3s for headings Co-authored-by: Ben Holmes <hey@bholmes.dev> * Reformat mdx * astro & markdown/remark: Combine #5679 & #5684 changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-01-24Bump lit changesets to minor (#5954)Gravatar Matthew Phillips 2-2/+2
2023-01-23Exit pre mode (#5947)Gravatar Matthew Phillips 1-1/+1
2023-01-23[ci] release (beta) (#5911)create-astro@2.0.0-beta.1astro@2.0.0-beta.4@astrojs/webapi@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.2@astrojs/svelte@2.0.0-beta.3@astrojs/partytown@1.0.3-beta.1@astrojs/netlify@2.0.0-beta.4@astrojs/image@0.12.2-beta.1Gravatar Houston (Bot) 52-87/+220
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-23Go back to pre-mode (#5946)Gravatar Matthew Phillips 1-1/+1
2023-01-23Exit pre-mode for 2.0 release (#5942)Gravatar Matthew Phillips 1-1/+1
2023-01-23[Content Collections] Add `slug` frontmatter field (#5941)Gravatar Ben Holmes 12-77/+188
* feat: respect `slug` frontmatter prop * chore: replace `slug` check with proper types * fix: regen types on `slug` change * chore: add TODO on slug gen * tests: update to use `slug` frontmatter prop * chore: add error message on `slug` inside object schema * lint * chore: add note on frontmatter parse * refactor: move content errors to new heading * chore: ContentSchemaContainsSlugError * chore: changeset * docs: be 10% less gentle Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix: avoid parsing slug on unlink * docs: clarify old API is for beta users Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-23chore: migrate changelogs from 1-legacy (#5944)Gravatar Nate Moore 2-0/+18
Co-authored-by: Nate Moore <nate@astro.build>
2023-01-23[ci] formatGravatar natemoo-re 4-6/+10
2023-01-23Remove duplicate CSS in dev (#5917)Gravatar Nate Moore 11-8/+107
* fix(#5817): remove duplicate CSS in dev * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build>
2023-01-23Handle custom injected entry files during build (#5499)Gravatar Bjorn Lu 2-1/+13
2023-01-23[ci] formatGravatar matthewp 2-24/+35
2023-01-23Support prerender in Netlify redirects (#5904)Gravatar Matthew Phillips 12-17/+240
* Support prerender in Netlify redirects * Updated sorting algorithm * Update packages/integrations/netlify/src/shared.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-01-23fix(@astrojs/tailwind): manually load postcss config file (#5908)Gravatar Happydev 4-5/+74
2023-01-23fix: trailingSlash with base breaking partytown file path (#5936)Gravatar Rishi Raj Jain 2-1/+10
* fix: trailingSlash with base breaking partytown file path * Update index.ts * Update index.ts * Update index.ts * fix lint * Update index.ts
2023-01-22Update magic-string used by @astrojs/image and @astrojs/webapi (#5930)Gravatar heyhoe 4-10/+14
2023-01-21Add alt text for images in README (#5919)Gravatar Chloe A 1-3/+11
2023-01-21Improve Svelte README (#5923)Gravatar Chris Swithinbank 2-11/+15
* First stylistic pass * Rework for x/o instead of and * fix typo Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Add changeset Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-21Improve error message for third-party template 404s (#5920)Gravatar Chris Swithinbank 2-1/+19
2023-01-20[ci] formatGravatar natemoo-re 1-71/+83
2023-01-20Add headless support to create-astro (#5898)Gravatar Reuben Tier 3-17/+32
* Add headless support to create-astro * Document new flags for create-astro
2023-01-20chore(webapi): Remove unused file (#5916)Gravatar Erika 1-50/+0
2023-01-20Fix CLI node version check (#5905)Gravatar Bjorn Lu 2-52/+33
2023-01-19Update compiler to 1.0.1 (#5909)Gravatar Caleb Jasik 3-5/+10
* Update compiler to 1.0.1 * Add changeset
2023-01-19[ci] release (beta) (#5906)@astrojs/rss@2.1.0-beta.0Gravatar Hoston (Bot) 5-3/+46
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-19[ci] formatGravatar bholmesdev 1-5/+2