Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-20 | fix: document `open` option (#7418) | 2 | -0/+36 | ||
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> | |||||
2023-06-20 | Fix telemetry reporting for integrations that return an array (#7429) | 3 | -1/+17 | ||
2023-06-20 | [ci] format | 2 | -2/+2 | ||
2023-06-20 | fix: cloudflare waitUntil not working as inteded with getRuntime (#7419) | 3 | -3/+16 | ||
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2023-06-19 | [ci] release (#7390)astro@2.6.5@astrojs/tailwind@4.0.0@astrojs/deno@4.2.0 | 47 | -146/+153 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-06-19 | Simplify telemetry Vite version detection (#7414) | 2 | -11/+7 | ||
2023-06-19 | Bump pnpm to 8.6.2 (#7413) | 2 | -3/+3 | ||
2023-06-19 | remove extra "ago" in hackernews example (#7409) | 2 | -2/+2 | ||
2023-06-16 | Fix injected route edge case (#7399) | 10 | -21/+127 | ||
* fix(#7397): update astro page entryname logic * chore: add changeset * fix: update printed log for injected routes * fix: ensure /index is included * test: add custom-404-pkg test * chore: cleanup | |||||
2023-06-15 | Rename tailwind integration options (#7391) | 9 | -48/+64 | ||
2023-06-15 | Update error message for custom slugs in collection (#7395) | 1 | -2/+2 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-06-15 | Node built-in modules support for Deno adapter (#7288) | 5 | -4/+94 | ||
* feature(deno adapter): allow built-in node modules * Add changeset * format | |||||
2023-06-14 | @astrojs/tailwind: simplify, upgrade & fix support for ts config file (#6724) | 15 | -152/+205 | ||
Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2023-06-13 | [ci] release (#7368)astro@2.6.4@astrojs/lit@2.1.0@astrojs/cloudflare@6.5.0 | 47 | -151/+124 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-06-13 | [ci] format | 2 | -2/+2 | ||
2023-06-13 | [Cloudflare integration] Expose cf metadata and Cloudflare caches API (#7386) | 11 | -10/+114 | ||
* Add cf and cache properties to runtime * add changeset * reorder import * fix types and add tests * fix package name * test | |||||
2023-06-13 | Use stub image service for tests (#7376) | 6 | -22/+39 | ||
2023-06-12 | Fix: Zod errors missing stacktrace (#7380) | 2 | -12/+28 | ||
* wip: figure out stack issue, weird JSON stringify bug on zod issue * refactor: return data instead of mutating * refactor: remove need for reassignment * fix: e.stack only * chore: changeset | |||||
2023-06-12 | Upgrade lit deps (#7373) | 4 | -115/+43 | ||
* Upgrade lit deps * Add changeset * Downgrade peer dep * Upgrade lockfile * add client dep | |||||
2023-06-12 | Increase parallel test time tolerance (#7372)squeal | 1 | -3/+3 | ||
2023-06-12 | Update example dependencies versions with a script (#7367) | 5 | -67/+183 | ||
2023-06-12 | Add `@message` to `DuplicateContentEntrySlugError` (#7369) | 1 | -0/+1 | ||
2023-06-12 | Fixed `AstroUserConfig`'s redirect type definition (#7366) | 2 | -2/+7 | ||
2023-06-10 | [ci] release (#7354)astro@2.6.3@astrojs/markdoc@0.3.3 | 16 | -28/+31 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-06-10 | Raise error for duplicate content entry slugs (#7352) | 3 | -0/+27 | ||
* chore: throw error on dup slugs * chore: move to ErrorData * fix: remove unknownerror * chore: changeset | |||||
2023-06-10 | [ci] format | 1 | -1/+1 | ||
2023-06-10 | Fix Markdoc cloudflare errors (#7351) | 6 | -49/+30 | ||
* fix: move `node:` libs out of utils * fix: node -> default * chore: remove kleur from markdoc ex (why was this there??) * chore: lock * chore: changeset | |||||
2023-06-09 | Fix: better collection entry devalue error (#7341) | 6 | -11/+57 | ||
* feat: add clear error for devalue parse * refactor: create error data entry * deps: up devalue * chore: changeset | |||||
2023-06-09 | chore: bump pnpm to 8.6.0, lock to 6.1 (#7350) | 2 | -2/+6 | ||
2023-06-09 | [ci] format | 1 | -33/+30 | ||
2023-06-09 | Do not silence runtime MDX errors (#7089) | 5 | -1/+90 | ||
* test: add fixture * chore: remove unneeded files in fixture * test: update test mdx filfe * test: add test case * mark component as mdx * add error builder utility * throw error when it comes from an MDX component * chore: update lock file * Add comment to refactor later * apply review * add missing comma | |||||
2023-06-09 | [ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5 | 26 | -57/+86 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-06-09 | [ci] format | 1 | -1/+1 | ||
2023-06-09 | Fixes an issue where create Astro doesn't respect custom npm registries (#7326) | 6 | -4/+42 | ||
* Fixes an issue where create Astro doesn't respect custom npm registries * chore: fix pnpm-lock * chore: update lockfile --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-06-09 | [ci] format | 3 | -14/+22 | ||
2023-06-09 | Fix redirects in dev mode (#7342) | 4 | -54/+109 | ||
* Fix redirects in dev mode * Adding a changeset | |||||
2023-06-09 | Remove error message for using Markdown component (#7343) | 2 | -7/+6 | ||
2023-06-08 | Better dynamic route regex error (#7339) | 3 | -2/+61 | ||
* feat: add helpful invalid route seg error * chore: add errors-data entry * refactor: add hint for non-spread errors * chore: add `undefined` to common cases * nit: if the param contains slashes * chore: changeset * chore: it's trivial my dear watson | |||||
2023-06-08 | Fix/update spread attribute (#7310) | 2 | -1/+6 | ||
* fix: add default fallback for spreadAttributes values * chore: add PR changeset * chore: fix pnpm lock --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-06-07 | Fix: catch and report config errors from `handleConfigError` (#7316) | 2 | -16/+20 | ||
* fix: catch and report config errors from `handleConfigError` * chore: changeset | |||||
2023-06-07 | Refactor some integration tests (#7303) | 12 | -180/+192 | ||
2023-06-07 | Mark #7314 changeset as major (#7320) | 1 | -1/+1 | ||
2023-06-06 | Update to svelte2tsx 0.6.15 and vite-plugin-svelte 2.4.1 (#7314) | 4 | -17/+42 | ||
2023-06-06 | [ci] release (#7312)astro@2.6.1@astrojs/mdx@0.19.7@astrojs/markdoc@0.3.2 | 19 | -231/+36 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-06-06 | [ci] format | 2 | -4/+4 | ||
2023-06-06 | Fix: Markdoc type errors (#7311) | 8 | -20/+68 | ||
* fix: config, prism, shiki exports * fix: type error for `render` property * chore: use `.ts` files in select tests for type checks * fix: type error on shiki() promise * chore: changeset | |||||
2023-06-06 | Fix [Object AsyncGenerator] logging for Markdoc components (#7307) | 10 | -136/+6 | ||
* Revert "Bug 6672 (#7062)" This reverts commit cf621340b00fda441f4ef43196c0363d09eae70c. * chore: remove unused test * chore: changeset | |||||
2023-06-06 | Fix missing styles and scripts on `document: {render:null}` (#7309) | 5 | -35/+20 | ||
* fix: propagate assets when using document `render: null` * fix: reverse spread order * refactor: use README rec in test * chore: changeset * chore: revert unneeded changes | |||||
2023-06-06 | [docs-errors] Astro.redirects link changed (#7308) | 1 | -2/+2 | ||
2023-06-06 | chore: remove docs example (#7306) | 43 | -2519/+0 | ||