summaryrefslogtreecommitdiff
path: root/packages/integrations (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-03[Markdoc] Fix: Support `render: null` (#6723)Gravatar Ben Holmes 7-55/+157
* fix: handle array of tree nodes * test: render null in document node * chore: lock * refactor: consolidate render test logic * chore: changeset
2023-03-31[ci] formatGravatar matthewp 1-4/+4
2023-03-31supporting top of await (#6671)Gravatar wulinsheng123 2-4/+16
* 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.4Gravatar Houston (Bot) 15-13/+39
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-30Remove unnecessary image-related `.wasm` files inside build output when ↵Gravatar Erika 2-37/+0
possible (#6701) * fix(image): Remove unnecessary .wasm files after build * chore: changeset
2023-03-29Update lit-ssr dependency (#6681)Gravatar Elliott Marquez 4-20/+41
* 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>
2023-03-29Use debug option for debugDir (#6554)Gravatar Isaac 1-1/+1
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-03-28`docs:` change the external React docs page to `https://react.dev` (#6690)Gravatar Shukur Huseynli 1-1/+1
2023-03-28Add use-immer as a noExternal module (#6696)Gravatar Matthew Phillips 1-0/+1
2023-03-28[ci] release (#6652)create-astro@3.1.2astro@2.1.8@astrojs/partytown@1.2.0@astrojs/markdoc@0.1.0@astrojs/image@0.16.3Gravatar Houston (Bot) 14-13/+75
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-28fix: specify astro peer dep version (#6691)Gravatar Ben Holmes 1-1/+1
2023-03-28Fix image regeneration after changing image service (#6680)Gravatar Kilian Gosewisch 3-3/+11
2023-03-28[ci] formatGravatar bluwy 1-1/+1
2023-03-28Expose partytown config options from astro plugin (#6667)Gravatar Smit Patel 2-8/+9
2023-03-27[ci] formatGravatar bholmesdev 3-6/+4
2023-03-27[Markdoc] New config format with runtime variable support! (#6653)Gravatar Ben Holmes 34-569/+624
* deps: esbuild * feat: support direct component imports for render! * deps: add devalue back * refactor: remove unused components prop * refactor: load experimental assets config separately * fix: upate Content type def to support props * refactor: replace astro stub with inline data * feat: pass through viteId to getRenderMod * fix: add back $entry var with defaults convention * chore: remove unneeded validateRenderProps * chore: remove uneeded validateComponents * fix: remove userMarkdocConfig prop * chore: add helpful error for legacy config * deps: kleur * fix: add back `isCapitalized` * fix: log instead of throw to avoid scary stacktrace * chore: delete more old logic (nice) * chore: delete MORE unused utils * chore: comment on separate assets config * chore: remove console.log * chore: general code cleanup * test: new render config * docs: new README * fix: add expect-error on astro:assets * feat: add defineMarkdocConfig helper * docs: update example README * test: add runtime variable * chore: lint * chore: changeset * chore: add component import deletion * docs: add notes on Vite fork * fix: astro check * chore: add `.mts` to markdoc config formats
2023-03-24[ci] release (#6646)astro@2.1.7@astrojs/markdoc@0.0.5Gravatar Houston (Bot) 11-10/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-24[ci] formatGravatar bholmesdev 1-1/+1
2023-03-24[Markdoc] Support automatic image optimization with `experimental.assets` ↵Gravatar Ben Holmes 12-13/+299
(#6630) * wip: scrappy implementation. It works! 🥳 * chore: add code comments on inline utils * fix: code cleanup, run on experimental.assets * feat: support ~/assets alias * fix: spoof `astro:assets` when outside experimental * test: image paths in dev and prod * feat: support any vite alias with ctx.resolve * fix: avoid trying to process absolute paths * fix: raise helpful error for invalid vite paths * refactor: revert URL support on emitAsset * chore: lint * refactor: expose emitESMImage from assets base * wip: why doesn't assets exist * scary chore: make @astrojs/markdoc truly depend on astro * fix: import emitESMImage straight from dist * chore: remove type def from assets package * chore: screw it, just ts ignore * deps: rollup types * refactor: optimize images during parse step * chore: remove unneeded `.flat()` * fix: use file-based relative paths * fix: add back helpful error * chore: changeset * deps: move astro back to dev dep * fix: put emit assets behind flag * chore: change to markdoc patch
2023-03-24[ci] release (#6634)astro@2.1.6@astrojs/image@0.16.2Gravatar Houston (Bot) 10-10/+21
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-23[ci] formatGravatar matthewp 2-13/+13
2023-03-23Change how squoosh is loaded in the image integration (#6548)Gravatar Matthew Phillips 14-40/+57
* WIP fix image integration in Netlify * Add a changeset * Try another way * Get the chunks folder * try inlining * deep sigh * fix some things * more * Remove some stuff * remove unused imports * Add changeset * remove unused --copy-wasm * Remove unused post:build
2023-03-22[ci] release (#6612)astro@2.1.5@astrojs/markdown-remark@2.1.2@astrojs/markdoc@0.0.4Gravatar Houston (Bot) 12-11/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-21edit commands for installing @markdoc/markdoc (#6622)Gravatar paulrudy 1-3/+3
* edit commands for installing @markdoc/markdoc * Create twenty-islands-protect.md --------- Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-03-21feat: Expose `$entry` variable to Markdoc (#6588)Gravatar Ben Holmes 8-32/+142
* wip: dream api * deps: rollup types * feat: get entry data in there * fix: properly show mdoc errors in overlay * feat: implement with cache * fix: wait for in-flight entry resolution * test: entry properties can be rendered * chore: changeset * fix: remove rollup type import * Revert "deps: rollup types" This reverts commit 484ccb1c81fcf35e19c2b22289a3fe6b735a8135. * docs: add README reference * docs nit: missing space Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * refactor: split config config loading to separate helper * refactor: choose more readable variable names * refactor: store awaiting queue in existing cache * docs: add clear code comments * nit: add skip module code comment * refactor: add `idHandledByContentRenderPlugin` * nit: store chokidar modified events in const * fix: remove loop from content renderer * nit: else if -> if --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-03-21[ci] formatGravatar bholmesdev 1-3/+4
2023-03-21[Markdoc] Refactor Renderer internals to use `renderComponent()` (#6607)Gravatar Ben Holmes 5-85/+83
* wip: new TreeNode setup * fix: pass children through `render` * deps: remove stringify-attributes * chore: changeset --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-21[ci] release (#6541)create-astro@3.1.1astro@2.1.4@astrojs/rss@2.3.1@astrojs/mdx@0.18.2@astrojs/markdown-remark@2.1.1@astrojs/markdoc@0.0.3@astrojs/cloudflare@6.2.2Gravatar Houston (Bot) 14-13/+37
* [ci] release * nit: typo in #6594 changeset --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-03-20feat(all): Migrate to TypeScript 5.0 (#6579)Gravatar Erika 8-8/+10
2023-03-16Fix mdx and markdoc integrations return type (#6552)Gravatar Bjorn Lu 2-35/+18
2023-03-16[ci] formatGravatar bluwy 1-3/+1
2023-03-16fix(cloudflare): base strip logic (#6550)Gravatar Richard Simpson 1-1/+1
2023-03-16Replace tabs with double spaces (#6562)Gravatar Tc001 4-21/+21
2023-03-13[ci] release (#6476)astro@2.1.3@astrojs/vercel@3.2.1@astrojs/turbolinks@0.2.1@astrojs/tailwind@3.1.1@astrojs/sitemap@1.2.1@astrojs/rss@2.3.0@astrojs/prism@2.1.1@astrojs/prefetch@0.2.1@astrojs/partytown@1.1.1@astrojs/mdx@0.18.1@astrojs/markdown-component@1.0.3@astrojs/markdoc@0.0.2@astrojs/image@0.16.1@astrojs/cloudflare@6.2.1@astrojs/alpinejs@0.2.1Gravatar Houston (Bot) 27-21/+108
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-13[ci] formatGravatar bluwy 1-1/+3
2023-03-13fix: rebase _routes.json for Cloudflare when config.base set (#6473)Gravatar Richard Simpson 1-1/+6
2023-03-13Consistency improvements to several package descriptions (#6494)Gravatar Yan Thomas 8-8/+8
* Add small improvements to package descriptions * Add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-13[ci] formatGravatar matthewp 1-1/+1
2023-03-13Remove false-positive warnings from Cloudflare's build (#6531)Gravatar Matthew Phillips 1-0/+3
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 12-13/+13
2023-03-09Make Tailwind & Turbolinks integration descriptions more consistent (#6419)Gravatar Yan Thomas 2-2/+2
* Fix npm description for Tailwind & Turbolinks * Change order so all start with Astro * More descriptive descriptions! Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Add changeset --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-03-09Add back support for Astro.clientAddress to Vercel serverless (#6484)Gravatar Matthew Phillips 1-2/+7
2023-03-09Get rid of ‘txt not found’ (#6486)Gravatar Elian ☕️ 1-1/+1
2023-03-09Add default .npmrc for `astro add lit` (#6460)Gravatar Bjorn Lu 1-0/+8
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-03-08[ci] release (#6468)astro@2.1.2Gravatar Houston (Bot) 9-9/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-08[ci] release (#6456)astro@2.1.1Gravatar Houston (Bot) 9-9/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-09Prevent HTML-escape of raw strings in JSX script/style tags (#6459)Gravatar Bjorn Lu 5-0/+154
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-03-08[docs] Fix Markdoc README links (#6458)Gravatar Sarah Rainsberger 1-2/+2
2023-03-07[ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.0Gravatar Houston (Bot) 40-34/+240
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07Fix markdoc version (#6450)Gravatar Matthew Phillips 1-1/+1