Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-06 | [ci] formatfix/server-headers | 1 | -1/+1 | ||
2023-04-06 | Prevent body head content injection in MDX when using layout (#6779) | 7 | -0/+63 | ||
2023-04-06 | [ci] format | 1 | -4/+5 | ||
2023-04-06 | Use Deno API to set Astro.clientAddress (#6651) | 4 | -2/+31 | ||
* Use Deno API to set Astro.clientAddress * Add types | |||||
2023-04-06 | Fix: remove `slug()` from `defineCollection()` (#6774) | 2 | -7/+5 | ||
* fix: remove `slug()` from `defineCollection()` * chore: changeset | |||||
2023-04-06 | [ci] format | 2 | -3/+3 | ||
2023-04-06 | feat(prerender): support quoted true / false values and 0 / 1 (#6772) | 3 | -2/+56 | ||
2023-04-06 | Update react links (#6756) | 1 | -1/+1 | ||
2023-04-06 | ci: correctly update comment (#6760) | 1 | -1/+19 | ||
* ci: correctly update comment * fix: restore action to change PR status | |||||
2023-04-06 | Update client types to match Vite (#6770) | 2 | -5/+60 | ||
* fix(types): Update client types to match Vite's * chore: changeset | |||||
2023-04-06 | Exporting ImageFunction from astro:content (#6766) | 2 | -2/+9 | ||
2023-04-06 | Link to new React docs (#6763) | 1 | -1/+1 | ||
2023-04-05 | [ci] release (#6720)astro@2.2.0@astrojs/vue@2.1.1@astrojs/vercel@3.2.2@astrojs/sitemap@1.2.2@astrojs/node@5.1.1@astrojs/markdown-remark@2.1.3@astrojs/markdoc@0.1.1@astrojs/lit@2.0.1@astrojs/image@0.16.5 | 67 | -195/+213 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-04-05 | [ci] format | 1 | -1/+1 | ||
2023-04-06 | Upgrade to Vite 4.2 (#6759) | 15 | -86/+331 | ||
2023-04-05 | chore: use `workspace` where possible (#6748) | 6 | -169/+29 | ||
Co-authored-by: Princesseuh <princssdev@gmail.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-04-05 | Show the actual error when there was an error while generating types (#6762) | 3 | -3/+16 | ||
2023-04-05 | test: remove outdated image() import (#6761) | 1 | -2/+2 | ||
2023-04-05 | [ci] format | 2 | -2/+2 | ||
2023-04-05 | Move `image()` to be passed as part of `schema` (#6703) | 16 | -153/+150 | ||
* feat(images): Move image() to schema so we can do relative images easily instead of clumsily * chore: changeset * fix: apply feedback * test: add more tests * fix: properly infer type if a function is used * feat(iamge): Add errors when using the old methods * chore: update to minor * feat(image): Move function shape to be experimental.asets only * Update packages/astro/src/content/template/virtual-mod.mjs Co-authored-by: Ben Holmes <hey@bholmes.dev> --------- Co-authored-by: Ben Holmes <hey@bholmes.dev> | |||||
2023-04-05 | [ci] format | 4 | -8/+2 | ||
2023-04-05 | Add `build.assetsPrefix` option for CDN support (#6714) | 35 | -62/+481 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-04-05 | @astrojs/vercel: Fix vercel analytics id not being provided (#6751) | 2 | -1/+6 | ||
* fix wrong environment variable being used * added changeset | |||||
2023-04-05 | Fix getViteConfig return type (#6753) | 2 | -1/+7 | ||
2023-04-05 | Fix lit integration nested component rendering (#6752) | 3 | -1/+35 | ||
* Provide renderInfo to renderShadow * Add test for rendering nested components * Add changeset | |||||
2023-04-04 | fix(node): Fix malformed URLs crashing the server in certain cases (#6746) | 7 | -220/+97 | ||
2023-04-04 | Fix #6618: sitemap urls generated without slash (#6658) | 3 | -0/+39 | ||
2023-04-04 | ci: use correct issue number (#6745) | 1 | -1/+1 | ||
2023-04-04 | Fix broken links in TailwindCSS section (#6747) | 1 | -2/+2 | ||
2023-04-04 | [ci] format | 1 | -1/+1 | ||
2023-04-04 | fix(images): Simpler logic for collecting images in Markdown (#6744) | 7 | -42/+54 | ||
2023-04-03 | [ci] format | 1 | -1/+2 | ||
2023-04-03 | feat(image): Export more types and utilities for users to use (#6739) | 13 | -38/+57 | ||
2023-04-03 | fix(images): Return the proper content-type for the chosen format (#6741) | 4 | -7/+16 | ||
2023-04-03 | [Markdoc] Fix: Support `render: null` (#6723) | 9 | -60/+309 | ||
* fix: handle array of tree nodes * test: render null in document node * chore: lock * refactor: consolidate render test logic * chore: changeset | |||||
2023-04-03 | gitignore env.d.ts files in e2e tests (#6737) | 1 | -0/+1 | ||
2023-03-31 | [ci] format | 7 | -8/+17 | ||
2023-03-31 | Better errors for when response is already sent (#6719) | 12 | -3/+90 | ||
* Better errors for when response is already sent * Changeset * Casing * Change to a 300x error | |||||
2023-03-31 | [ci] format | 2 | -8/+7 | ||
2023-03-31 | supporting top of await (#6671) | 7 | -5/+63 | ||
* add fix * fix * revert verison * fix fn is undefined g * add e2e test * fix unit test * delete redundant code * add changeset --------- Co-authored-by: wuls <linsheng.wu@beantechs.com> | |||||
2023-03-31 | [ci] release (#6694)astro@2.1.9@astrojs/rss@2.3.2@astrojs/react@2.1.1@astrojs/lit@2.0.0@astrojs/image@0.16.4 | 59 | -143/+131 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-03-31 | fix(check): Dynamically import check command (#6717) | 2 | -1/+7 | ||
2023-03-31 | fix(errors): Add simplified message for MarkdownImageNotFound (#6718) | 1 | -0/+2 | ||
2023-03-31 | [ci] format | 1 | -2/+2 | ||
2023-03-31 | Fix incorrect path in error overlay on Win (#6679) | 5 | -5/+43 | ||
2023-03-30 | Remove unnecessary image-related `.wasm` files inside build output when ↵ | 6 | -47/+45 | ||
possible (#6701) * fix(image): Remove unnecessary .wasm files after build * chore: changeset | |||||
2023-03-30 | Fix InferGetStaticParamsType and InferGetStaticPropsType not working with ↵ | 2 | -7/+16 | ||
sync getStaticPaths (#6711) * fix(types): Fix InferGetStaticParamsType (and its props equivalent) not working when getStaticPaths wasn't async * chore: changeset * fix: use type imports | |||||
2023-03-30 | Fix multiple images being generated for the same image (#6710) | 6 | -15/+28 | ||
* fix(images): Fix multiple calls to same image generating multiple images * chore: changeset | |||||
2023-03-30 | [RSS] Fix: update `RSSFeedItem` type to comply with `strictest` tsconfig (#6614) | 2 | -1/+6 | ||
* fix RSSFeedItem type for `strictest` tsconfig * add .changeset --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-03-29 | Update lit-ssr dependency (#6681) | 13 | -82/+107 | ||
* update lit-ssr dependency * delete unnecessary lit shim checks * delete another unused lit shim feature * fix sass build * bump lit and polyfill versions to match ssr req * shim HTMLElement in test * remove lit global shim workarounds * re-shim Astro's ce.define * remove fix window test and shim HTML Element * Update .changeset/gold-windows-fly.md Co-authored-by: Augustine Kim <ajk830@gmail.com> * fix window check test * implement suggestoins --------- Co-authored-by: Augustine Kim <ajk830@gmail.com> |