summaryrefslogtreecommitdiff
path: root/examples/integrations-playground/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-28Add properties (url, file) to MarkdownContent type (#4028)Gravatar Alfredo González Martínez 2-0/+7
'url' and 'file' properties were missing in MarkdownContent type, but they should there according to: https://docs.astro.build/en/guides/markdown-content/#markdown-layouts
2022-07-28fix link (#4070)Gravatar Chell 1-1/+1
2022-07-27[ci] formatGravatar matthewp 3-14/+18
2022-07-27Fixes cloudflare throwing over process (#4072)Gravatar Matthew Phillips 10-6/+714
* Fixes cloudflare throwing over process * Up the timeout for slower CI servers * Fix linting * Up the timeout a bit
2022-07-27Add fontsource packages to always be noExternal (#4073)Gravatar Matthew Phillips 2-0/+7
* Add fontsource packages to always be noExternal * Adds a changesetp
2022-07-27[ci] formatGravatar matthewp 3-6/+4
2022-07-27Add errors to cloudflare/vercel adapters when no output config (#4068)Gravatar Matthew Phillips 15-8/+145
2022-07-27[ci] formatGravatar tony-sull 5-21/+15
2022-07-27Fixes type definitions `@astrojs/image` and adds more documentation to the ↵Gravatar Tony Sullivan 22-363/+606
README (#4045) * WIP: moving to a static .d.ts types file * fixing named exports for getImage and getPicture * removing the exports.astro map for now * WIP: adding readme docs for component attributes * Adding docs for getImage and getPicture * leaning fully on TSC to build .d.ts files * finally found the solution for proper ESM import types * adding a note to the README for tsconfig updates * chore: add changesets * typo * docs: removing the "Images in Markdown" example * removing the need for publishing src to NPM * fix: make type re-export explicit * updating image module defs to match InputFormat * using astro syntax highlighting for README code blocks * nit: missing backtick in README * make sure Astro component directives aren't recommended twice
2022-07-26[ci] formatGravatar matthewp 1-5/+5
2022-07-26Add tests for markdown content escaping (#4058)Gravatar Matthew Phillips 6-20/+50
2022-07-26[ci] formatGravatar matthewp 1-1/+1
2022-07-26Prevent Svelte HMR warning during the build (#4057)Gravatar Matthew Phillips 2-0/+10
2022-07-26Fixes binary data request bodies in the Node adapter (#4055)Gravatar Matthew Phillips 4-10/+36
* Fixes binary data request bodies in the Node adapter * Fix type
2022-07-26Update CHANGELOG.mdGravatar Fred K. Schott 1-73/+21
2022-07-26[ci] release (#3972)create-astro@0.14.2astro@1.0.0-rc.1@astrojs/vue@0.5.0@astrojs/vercel@0.3.0@astrojs/tailwind@0.2.5@astrojs/svelte@0.5.0@astrojs/sitemap@0.3.0@astrojs/prefetch@0.0.6@astrojs/partytown@0.1.9@astrojs/node@0.2.0@astrojs/netlify@0.5.0@astrojs/mdx@0.3.0@astrojs/markdown-remark@0.13.0@astrojs/markdown-component@0.2.0@astrojs/lit@0.3.2@astrojs/image@0.2.0@astrojs/deno@0.2.0@astrojs/cloudflare@0.3.0Gravatar Fred K. Bot 111-431/+642
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-26[ci] update lockfile (#4054)Gravatar Fred K. Bot 1-88/+88
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-07-26[ci] formatGravatar matthewp 2-30/+32
2022-07-26Move getStaticPaths call to happen during generation (#4047)Gravatar Matthew Phillips 10-88/+143
* Move getStaticPaths call to happen during generation * Adds a changeset * Update routing-priority.test.js * revert test change, clarify test purpose * Keep track of paths that have already been built Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-07-26[ci] update lockfile (#4040)Gravatar Fred K. Bot 1-120/+120
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-07-26update md deprecation messagesastro@0.0.0-rc-20220726043527@astrojs/vue@0.0.0-rc-20220726043527@astrojs/vercel@0.0.0-rc-20220726043527@astrojs/tailwind@0.0.0-rc-20220726043527@astrojs/svelte@0.0.0-rc-20220726043527@astrojs/sitemap@0.0.0-rc-20220726043527@astrojs/prefetch@0.0.0-rc-20220726043527@astrojs/partytown@0.0.0-rc-20220726043527@astrojs/node@0.0.0-rc-20220726043527@astrojs/netlify@0.0.0-rc-20220726043527@astrojs/mdx@0.0.0-rc-20220726043527@astrojs/markdown-remark@0.0.0-rc-20220726043527@astrojs/markdown-component@0.0.0-rc-20220726043527@astrojs/lit@0.0.0-rc-20220726043527@astrojs/image@0.0.0-rc-20220726043527@astrojs/deno@0.0.0-rc-20220726043527@astrojs/cloudflare@0.0.0-rc-20220726043527Gravatar Fred K. Schott 1-3/+3
2022-07-26add support for injected page-ssr scripts (#4050)Gravatar Fred K. Schott 7-1/+32
2022-07-25[ci] formatGravatar tony-sull 3-3/+3
2022-07-25Removes `fileURLToPath` dependency from `@astrojs/image` SSR production ↵Gravatar Tony Sullivan 11-22/+24
endpoint (#4048) * removing fileURLToPath dependency from SSR production endpoint * chore: add changeset
2022-07-25[docs content] use "version" not since (#4043)Gravatar Sarah Rainsberger 1-2/+2
* [docs content] use "version" not since Change to use `@version` to create the `<Since />` component for docs. (not `@since) Also, quick sentence edit. * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-07-25[ci] formatGravatar matthewp 1-4/+8
2022-07-25Add warnings on markdown deprecations (#4046)Gravatar Matthew Phillips 3-3/+25
* Warn when using content.astro.headers * Warn when using setup without the legacy flag enabled * Adds a changeset
2022-07-25[ci] formatGravatar matthewp 4-12/+9
2022-07-25Build the before-hydration script (#4042)Gravatar Matthew Phillips 10-92/+151
* Build the before-hydration script * Adding a changeset
2022-07-25[ci] formatGravatar Princesseuh 1-1/+0
2022-07-25Added missing "loading" attribute for "IFrameHTMLAttributes" (#4044)Gravatar András Torma 2-0/+7
* Add missing "loading" attr to iFrame * Add changeset * re-ordering attributes
2022-07-25[ci] formatastro@0.0.0-rc-20220725043302@astrojs/vue@0.0.0-rc-20220725043302@astrojs/vercel@0.0.0-rc-20220725043302@astrojs/tailwind@0.0.0-rc-20220725043302@astrojs/svelte@0.0.0-rc-20220725043302@astrojs/sitemap@0.0.0-rc-20220725043302@astrojs/prefetch@0.0.0-rc-20220725043302@astrojs/partytown@0.0.0-rc-20220725043302@astrojs/node@0.0.0-rc-20220725043302@astrojs/netlify@0.0.0-rc-20220725043302@astrojs/mdx@0.0.0-rc-20220725043302@astrojs/markdown-remark@0.0.0-rc-20220725043302@astrojs/markdown-component@0.0.0-rc-20220725043302@astrojs/lit@0.0.0-rc-20220725043302@astrojs/image@0.0.0-rc-20220725043302@astrojs/deno@0.0.0-rc-20220725043302@astrojs/cloudflare@0.0.0-rc-20220725043302Gravatar FredKSchott 17-75/+79
2022-07-25[ci] update lockfile (#4036)Gravatar Fred K. Bot 1-69/+75
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-07-25[Doc-generated content] legacy.astroFlavoredMarkdown (#4027)Gravatar Sarah Rainsberger 1-10/+23
* Update astro.ts * custom aside syntax * adding `@since` tag Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * closing comment Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update astro.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 67-251/+365
* Start of work on astroConfig.mode === 'server' * Add tests and more * adapter -> deploy in some places * Add fallback for `adapter` config * Update more tests * Update image tests * Fix clientAddress test * Updates based on PR review * Add a changeset * Update integrations tests + readme * Oops * Remove old option * Rename `mode` to `output` * Update Node adapter test * Update test * fred pass * fred pass * fred pass * fix test Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-07-24Update `astro` version to `1.0.0-rc.0` (#4030)Gravatar Nate Moore 30-57/+57
* chore: update `astro` to `1.0.0-rc.0` * chore: update `astro` version in examples Co-authored-by: Nate Moore <nate@astro.build>
2022-07-23[ci] formatGravatar natemoo-re 1-2/+2
2022-07-23Fix: (patching old PR) Check node version and find acceptable host ↵Gravatar Ari Gibson 2-1/+7
accordingly (#4032) * fix: check node version and find acceptable host accordingly * Update for Node v18.4+ * Removed unrelated changesets * Revert "Removed unrelated changesets" This reverts commit e77ffc0fed79568a677d497058d3bbca8faeab7c. * chore: remove duplicate changeset Co-authored-by: Nate Moore <nate@astro.build>
2022-07-23[ci] formatGravatar natemoo-re 2-2/+4
2022-07-23Rename Markdown util `getHeaders()` to `getHeadings()` (#4031)Gravatar Nate Moore 12-42/+64
* Renamed getHeaders() to getHeadings(), according to RFC #208. * chore: update changeset * fix: expose MarkdownHeading type from `astro` Co-authored-by: Félix Sanz <me@felixsanz.com> Co-authored-by: Nate Moore <nate@astro.build>
2022-07-23Preserve authored CSS specificity (#4024)Gravatar Nate Moore 6-15/+24
* feat: preserve authored CSS specificity * chore: update tests to use :where() * test: fix HTML and CSS test * test: fix imported markdown CSS test Co-authored-by: Nate Moore <nate@astro.build>
2022-07-23[ci] update lockfile (#4026)Gravatar Fred K. Bot 1-79/+90
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-07-22[ci] formatGravatar tony-sull 10-44/+36
2022-07-22WIP: [image] Fixing SSR support and improving error validation (#4013)Gravatar Tony Sullivan 48-238/+557
* fix: SSR builds were hitting an undefined error and skipping the step for copying original assets * chore: update lockfile * chore: adding better error validation to getImage and getPicture * refactor: cleaning up index.ts * refactor: moving SSG build generation logic out of the integration * splitting build to ssg & ssr helpers, re-enabling SSR image build tests * sharp should automatically rotate based on EXIF * cleaning up how static images are tracked for SSG builds * undo unrelated mod.d.ts change * chore: add changeset
2022-07-22[ci] formatGravatar tony-sull 7-31/+33
2022-07-22Feat: new `legacy.astroFlavoredMarkdown` flag (#4016)Gravatar Ben Holmes 64-223/+481
* refactor: add legacy.jsxInMarkdown flag to config * refactor: jsxInMarkdown -> astroFlavoredMarkdown * refactor: remove `markdown.mode` * feat: wire up legacy.astroFlavoredMarkdown * test: add legacy to astro-markdown fixture * test: remark autolinking * test: remark components * test: remark expressions * test: remark strictness * chore: remove "mode" from md component * chore: remove "mode: md" from tests * Fixing legacy MD tests, adding named slots tests for MDX pages * chore: update lock file * WIP: debugging named slots in MDX * fix: handle named slots in MDX properly * chore: re-enabling slots tests for MDX pages * fixing test validation for svelte & vue * removing unused Tailwind test * legacy flag for Markdown component tests * adding is:raw to Markdown component test * adding is:raw to all Markdown component test fixtures * can't use is:raw when nesting markdown components * another nested test can't use is:raw * one more <Markdown> test fix * fixing another JSX markdown component test * chore: add changeset * e2e tests were missing the legacy flag * removing the broken tailwind E2E markdown page Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com> Co-authored-by: Nate Moore <nate@astro.build>
2022-07-22[ci] formatGravatar matthewp 4-11/+25
2022-07-22SSR 404 and 500 routes in adapters (#4018)Gravatar Okiki Ojo 14-21/+124
* fix(WIP): SSR 404 and 500 routes * Implement the feature Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-07-22[ci] formatGravatar matthewp 4-14/+13
2022-07-22Fixes Node adapter receiving a request body (#4023)Gravatar Matthew Phillips 9-16/+274
* Fixes Node adapter receiving a request body * Updated lockfile