Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-30 | [ci] release (#4086)astro@1.0.0-rc.3@astrojs/mdx@0.4.0@astrojs/markdown-component@0.2.1 | 28 | -29/+29 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-30 | [ci] update lockfile (#4089) | 1 | -1311/+1296 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-07-29 | [ci] format | 5 | -87/+92 | ||
2022-07-29 | Updates the dev server to handle multiple routes matching the same URL (#4087) | 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] format | 2 | -9/+9 | ||
2022-07-29 | feat: support `layout` in MDX frontmatter (#4088) | 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] format | 4 | -16/+20 | ||
2022-07-29 | Prevent hydration scripts from being rendered in the wrong order (#4080) | 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-28 | Fix shape of Markdown component to work with the language-server (#4085) | 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.1 | 8 | -14/+16 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-28 | Fix lit e2e | 1 | -0/+1 | ||
2022-07-28 | [ci] format | 1 | -1/+1 | ||
2022-07-28 | Fix misc create-astro issues (#4075) | 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) | 1 | -256/+256 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2022-07-28 | [ci] format | 2 | -3/+6 | ||
2022-07-28 | Ensure file and url are always present in MDX for Astro.glob (#4076) | 6 | -5/+100 | ||
2022-07-28 | [docs content] MDX layouts (#4077) | 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.0 | 49 | -113/+118 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-28 | Add properties (url, file) to MarkdownContent type (#4028) | 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-28 | fix link (#4070) | 1 | -1/+1 | ||
2022-07-27 | [ci] format | 3 | -14/+18 | ||
2022-07-27 | Fixes cloudflare throwing over process (#4072) | 10 | -6/+714 | ||
* Fixes cloudflare throwing over process * Up the timeout for slower CI servers * Fix linting * Up the timeout a bit | |||||
2022-07-27 | Add fontsource packages to always be noExternal (#4073) | 2 | -0/+7 | ||
* Add fontsource packages to always be noExternal * Adds a changesetp | |||||
2022-07-27 | [ci] format | 3 | -6/+4 | ||
2022-07-27 | Add errors to cloudflare/vercel adapters when no output config (#4068) | 15 | -8/+145 | ||
2022-07-27 | [ci] format | 5 | -21/+15 | ||
2022-07-27 | Fixes type definitions `@astrojs/image` and adds more documentation to the ↵ | 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] format | 1 | -5/+5 | ||
2022-07-26 | Add tests for markdown content escaping (#4058) | 6 | -20/+50 | ||
2022-07-26 | [ci] format | 1 | -1/+1 | ||
2022-07-26 | Prevent Svelte HMR warning during the build (#4057) | 2 | -0/+10 | ||
2022-07-26 | Fixes binary data request bodies in the Node adapter (#4055) | 4 | -10/+36 | ||
* Fixes binary data request bodies in the Node adapter * Fix type | |||||
2022-07-26 | Update CHANGELOG.md | 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.0 | 111 | -431/+642 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-26 | [ci] update lockfile (#4054) | 1 | -88/+88 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-07-26 | [ci] format | 2 | -30/+32 | ||
2022-07-26 | Move getStaticPaths call to happen during generation (#4047) | 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) | 1 | -120/+120 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com> | |||||
2022-07-26 | update 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-20220726043527 | 1 | -3/+3 | ||
2022-07-26 | add support for injected page-ssr scripts (#4050) | 7 | -1/+32 | ||
2022-07-25 | [ci] format | 3 | -3/+3 | ||
2022-07-25 | Removes `fileURLToPath` dependency from `@astrojs/image` SSR production ↵ | 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) | 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] format | 1 | -4/+8 | ||
2022-07-25 | Add warnings on markdown deprecations (#4046) | 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] format | 4 | -12/+9 | ||
2022-07-25 | Build the before-hydration script (#4042) | 10 | -92/+151 | ||
* Build the before-hydration script * Adding a changeset | |||||
2022-07-25 | [ci] format | 1 | -1/+0 | ||
2022-07-25 | Added missing "loading" attribute for "IFrameHTMLAttributes" (#4044) | 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-20220725043302 | 17 | -75/+79 | ||