summaryrefslogtreecommitdiff
path: root/examples (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-30[ci] release (#4086)astro@1.0.0-rc.3@astrojs/mdx@0.4.0@astrojs/markdown-component@0.2.1Gravatar Fred K. Bot 28-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-30[ci] update lockfile (#4089)Gravatar Fred K. Bot 1-1311/+1296
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-07-29[ci] formatGravatar tony-sull 5-87/+92
2022-07-29Updates the dev server to handle multiple routes matching the same URL (#4087)Gravatar Tony Sullivan 14-216/+397
* updates the dev server to handle multiple routes matching the same URL * Adding an error message when multiple routes match in SSR * resetting the flag used by the `calledTwiceTest` * injected routes should be sorted with a higher priority than user-defined routes * adding routing priority tests for injected routes * chore: add changeset * adding a dev test to make sure getStaticPaths is called once
2022-07-29[ci] formatGravatar bholmesdev 2-9/+9
2022-07-29feat: support `layout` in MDX frontmatter (#4088)Gravatar Ben Holmes 9-27/+154
* deps: add gray-matter * feat: support layout frontmatter property * test: frontmatter, content prop * docs: update layout recommendation * deps: fix lockfile * chore: changeset * fix: inherit rollup plugin transform * fix: avoid parsing frontmatter on custom parsers * fix: match YAML err handling from md * docs: absolute url to docs Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: formatting Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-07-29[ci] formatGravatar matthewp 4-16/+20
2022-07-29Prevent hydration scripts from being rendered in the wrong order (#4080)Gravatar Matthew Phillips 17-52/+199
* Prevent hydration scripts from being rendered in the wrong order * Remove comment * Update jsx * Remove promise for stop * Try skipping lit tests * Stringify these chunks too * Unskip lit
2022-07-28Fix shape of Markdown component to work with the language-server (#4085)Gravatar Erika 2-0/+7
* Fix shape of Markdown component to work with the language-server * Add changeset
2022-07-28[ci] release (#4081)create-astro@0.14.3@astrojs/mdx@0.3.1Gravatar Fred K. Bot 8-14/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-28Fix lit e2eGravatar Matthew Phillips 1-0/+1
2022-07-28[ci] formatGravatar Princesseuh 1-1/+1
2022-07-28Fix misc create-astro issues (#4075)Gravatar Erika 2-45/+116
* Add prompt to automatically fix cache issue * Throw an error when an invalid template is used * Use already existing util * Add changeset
2022-07-28[ci] update lockfile (#4067)Gravatar Fred K. Bot 1-256/+256
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-07-28[ci] formatGravatar matthewp 2-3/+6
2022-07-28Ensure file and url are always present in MDX for Astro.glob (#4076)Gravatar Matthew Phillips 6-5/+100
2022-07-28[docs content] MDX layouts (#4077)Gravatar Sarah Rainsberger 1-0/+41
2022-07-28[ci] release (#4056)astro@1.0.0-rc.2@astrojs/vercel@0.4.0@astrojs/svelte@0.5.1@astrojs/node@0.2.1@astrojs/image@0.3.0@astrojs/cloudflare@0.4.0Gravatar Fred K. Bot 49-113/+118
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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