summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Fix using optimized images in Markdown (#6604)Gravatar Erika 7-144/+65
* fix(images): Fix using optimized images in Markdown * test(images): Update tests to be a bit more robust + new tests * chore: changeset * refactor: use spreadAttributes instead
2023-03-22[ci] formatGravatar bluwy 1-1/+0
2023-03-22Fix tsconfig alias regression (#6617)Gravatar Happydev 5-20/+40
2023-03-21edit commands for installing @markdoc/markdoc (#6622)Gravatar paulrudy 2-3/+8
* edit commands for installing @markdoc/markdoc * Create twenty-islands-protect.md --------- Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-03-21Update README.mdGravatar Tony Sullivan 1-2/+2
Updating alt text for the sponsors image
2023-03-21[ci] formatGravatar bholmesdev 1-2/+1
2023-03-21feat: Expose `$entry` variable to Markdoc (#6588)Gravatar Ben Holmes 13-130/+424
* 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 7-87/+88
* 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) 69-185/+171
* [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-21chore: wrap the projectDir in quotes if it contains spaces (#6594)Gravatar btea 2-1/+7
* chore: wrap the projectDir in quotes if it contains spaces * chore: add changeset * fix: update output projectDir * Update .changeset/tall-beans-own.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-03-21Fix plugin apply args when filtering (#6601)Gravatar Bjorn Lu 2-1/+6
2023-03-20[ci] formatGravatar bholmesdev 1-1/+1
2023-03-20fix: refactor esbuild setup to support watch (#6608)Gravatar Nate Moore 1-7/+14
2023-03-20fix(tsconfig): Update tsconfig templates to ignore 5.0 deprecations (#6605)Gravatar Erika 2-1/+9
2023-03-20[ci] formatGravatar ematipico 1-1/+1
2023-03-20fix: Add missing --watch flag when running astro check --help (#6586)Gravatar Chloe A 2-1/+9
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-03-20[ci] formatGravatar Princesseuh 9-10/+10
2023-03-20feat(all): Migrate to TypeScript 5.0 (#6579)Gravatar Erika 63-172/+429
2023-03-20added prop type definition for FormattedDate in Blog example (#6591)Gravatar Matthew Mercuri 1-0/+4
2023-03-19fix typo (#6584)Gravatar kalana kithmina 1-26/+29
* fix typo fix error: didn't match with base path code with readme guide * Fix related typos --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-03-18Simplify internal resolver in dev (#6576)Gravatar Bjorn Lu 2-8/+6
2023-03-17Fix error in empty markdown files with content (#6572)Gravatar Happydev 8-2/+55
* test: add test fixture * test: add test case * 🤏 fix * chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-17Fix overflow title in error message (#6583)Gravatar Franco Romano Losada 2-0/+7
* Fix overflow title in error message * Add changeset
2023-03-17Add validateOptions hook to Image Service API (#6555)Gravatar Erika 9-51/+99
* feat(assets): Add a validateOptions hooks to set default and do error handling * chore: changeset
2023-03-16Fix `image()` type to be compatible with ImageMetadata (#6568)Gravatar Erika 2-1/+17
* fix(assest): Fix `image()` type to be compatible with ImageMetadata * chore: changeset
2023-03-16[ci] formatGravatar bluwy 2-3/+3
2023-03-17Support tsconfig aliases in styles (#6566)Gravatar Bjorn Lu 9-80/+81
2023-03-16Fix prerendered 404 page handling in SSR (#6558)Gravatar Bjorn Lu 7-8/+86
2023-03-16Fix mdx and markdoc integrations return type (#6552)Gravatar Bjorn Lu 3-35/+24
2023-03-16[ci] formatGravatar bluwy 1-3/+1
2023-03-16fix(cloudflare): base strip logic (#6550)Gravatar Richard Simpson 2-1/+6
2023-03-16[ci] formatGravatar Princesseuh 1-1/+1
2023-03-16Vendor image-size (#6559)Gravatar Erika 35-23/+1422
* feat(assets): Vendor image-size * fix(assets): Also vendor queue, the CJS virus runs deep * fix: remove unneeded queue * chore: lockfile * fix: build * fix: build part 2 * chore: changeset
2023-03-16Replace tabs with double spaces (#6562)Gravatar Tc001 6-41/+41
2023-03-15[ci] formatGravatar matthewp 1-1/+1
2023-03-15It even starts to remove a file before it finish it. (#6472)Gravatar wulinsheng123 2-1/+6
* dont finish the action of the copy before removing all files. * change name
2023-03-15fix(assets): Fix usage of custom service resulting in Invalid Input error ↵Gravatar Erika 2-1/+6
(#6556)
2023-03-14fix(assets): Fix images from public not working with the new Assets feature ↵Gravatar Erika 6-11/+21
(#6536) * fix(assets): Fix images from public not working with <Image> and `getImage` * test(assets): Add test for public images * refactor: simplify logic
2023-03-14Fix local images having the wrong width and height when both dimensions were ↵Gravatar Erika 4-4/+40
provided (#6547) * fix(images): Fix Image providing the wrong width and height if both attributes were provided on local images * chore: changeset
2023-03-14ci: format add owner judgment (#6542)Gravatar btea 1-0/+1
2023-03-13[RSS] Fix: Preserve self-closing tags in `customData` (#6538)Gravatar Ben Holmes 3-1/+29
* fix: preserve self-closing tags in customData * test: self-closing tags preserved * chore: changeset
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) 80-211/+247
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-13[ci] formatGravatar matthewp 4-15/+10
2023-03-13Prevent astro:content from depending on Node builtins (#6537)Gravatar Matthew Phillips 10-37/+77
* Prevent astro:content from depending on Node builtins * Right file * Move the plugin into test-plugins.js
2023-03-13[ci] formatGravatar bholmesdev 1-1/+1
2023-03-13[Content collections] Better error formatting (#6508)Gravatar Ben Holmes 7-16/+220
* feat: new error map with unions, literal, and fbs * fix: bad type casting on type error * refactor: add comments, clean up edge cases * refactor: JSON.stringify, add colon for follow ups * refactor: bold file name in msg * fix: prefix union errors * test: new error mapping * refactor: clean up Required handling * test: required, fallthrough * chore: changeset * fix: out-of-date error msg * chore: stray console log * docs: revert to old error msg
2023-03-13[ci] formatGravatar matthewp 1-2/+2
2023-03-13Treeshake exported client components that are not imported (#6527)Gravatar Bjorn Lu 13-11/+191
* Treeshake exported client components that are not imported * Fix plugin name * Fix mdx test
2023-03-13Add warning when using assets with non-node adapters (#6533)Gravatar Erika 2-0/+30
* feat(assets): Add a warning that the project won't be able to build if used with a non-Node adapter * chore: changeset