Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-09 | Support Bun by adjusting how `@babel/plugin-transform-react-jsx` is ↵ | 3 | -12/+15 | ||
imported. (#8007) * Support bun/other tooling that respects `__esModule` * Add changeset file | |||||
2023-08-09 | [ci] format | 1 | -14/+14 | ||
2023-08-09 | fixed image path and add markdown syntax in example (#7802) | 1 | -6/+113 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Elian ☕️ <hello@elian.codes> | |||||
2023-08-09 | Remove nested JSON.stringify from props serialization (#7995) | 4 | -29/+41 | ||
2023-08-09 | docs: Fix error link in markdoc (#8006) | 1 | -1/+1 | ||
2023-08-08 | fix: `EndpointOutput` type with encoding `'binary'` (#8003) | 5 | -18/+28 | ||
* fix: `EndpointOutput` type with encoding `'binary'` * Changeset | |||||
2023-08-08 | Add shorthand for Starlight templates to `create astro` (#7993) | 2 | -1/+9 | ||
* Add shorthand for Starlight templates to `create astro` * Update packages/create-astro/src/actions/template.ts * Update packages/create-astro/src/actions/template.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-07 | chore: remove MDX integration from Tailwind example (#7987) | 5 | -19/+17 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-07 | [ci] release (#7988)astro@2.10.3 | 41 | -70/+71 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-08-07 | fix: ensure `injectRoute` works during build (#7986) | 3 | -1/+8 | ||
2023-08-07 | Add screen reader text to example blog footer (#7984) | 1 | -0/+3 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-07 | [ci] release (#7958)astro@2.10.2@astrojs/rss@2.4.4@astrojs/lit@2.1.1 | 51 | -106/+97 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-08-07 | Fix formatting in Lit README (#7985) | 2 | -1/+10 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-07 | [ci] format | 1 | -4/+1 | ||
2023-08-07 | Added slashes at the end of the filter option in the sitemap docs (#7915) | 1 | -5/+5 | ||
I trend to implement the sitemap and I found out that filter option works only when the URL has slashes at the end. I changed the examples. Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-07 | Fix missing CSS when 404 server Response redirects to a custom 404 page (#7946) | 7 | -7/+43 | ||
* Fix missing css import on 404 redirect * Chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-07 | [ci] format | 1 | -4/+9 | ||
2023-08-07 | Fix `injectRoute` (#7943) | 5 | -8/+37 | ||
* fix: inject route! hack! * refactor: use integration container to resolve all injected routes * chore: add changeset * Fix pnpm workspace injectRoute bug See https://github.com/withastro/astro/issues/7561#issuecomment-1620063634 Closes #7561 * Revert "Fix pnpm workspace injectRoute bug" This reverts commit 3082c7c26976f8fe38e5aef6f9771426077898ba. * Update .changeset/stupid-pants-press.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/src/vite-plugin-scripts/page-ssr.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * refactor: cleanup injectedRoute resolution logic --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2023-08-07 | [ci] format | 2 | -51/+56 | ||
2023-08-07 | Refactor page filename logic (#7983) | 3 | -16/+67 | ||
* fix(#7561): refactor astro page filename logic * chore: add changeset | |||||
2023-08-07 | Fix inline root resolve logic (#7977) | 3 | -0/+38 | ||
2023-08-07 | Add URL to RSSOptions.site type (#7964) | 2 | -1/+6 | ||
2023-08-04 | ci: enable codegen errors job (#7961) | 1 | -18/+17 | ||
2023-08-04 | chore: fix issue in the check.js script (#7965) | 1 | -26/+29 | ||
2023-08-04 | Add timeout for check CI (#7963) | 1 | -0/+1 | ||
2023-08-04 | [ci] format | 1 | -3/+1 | ||
2023-08-04 | [ci] format | 1 | -2/+1 | ||
2023-08-04 | docs: Update Lit README.md (#7960) | 1 | -11/+4 | ||
2023-08-04 | [ci] format | 3 | -3/+3 | ||
2023-08-04 | feat: break down AstroErrorData in multiple objects (#7949) | 15 | -1118/+1182 | ||
2023-08-04 | chore: update Deno server import path (#7959) | 1 | -2/+2 | ||
2023-08-04 | Fix race condition when performing swap for fallback (#7945) | 2 | -3/+13 | ||
* Fix race condition when performing swap for fallback * Adding a changeset * Use let | |||||
2023-08-04 | fix broken partytown GitHub link (#7954) | 1 | -1/+1 | ||
2023-08-03 | Revert "Fix race condition when performing swap for fallback" | 1 | -8/+3 | ||
This reverts commit e5f7d11ef5564e4ecf450a8235cbe5b2b89e4e5c. | |||||
2023-08-03 | Fix race condition when performing swap for fallback | 1 | -3/+8 | ||
2023-08-03 | [ci] release (#7941)create-astro@3.1.11 | 3 | -6/+7 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-08-03 | [ci] format | 1 | -3/+3 | ||
2023-08-03 | Handle error state for version (#7939) | 3 | -4/+10 | ||
* fix(create-astro): handle error state for version * fix: handle missing version | |||||
2023-08-03 | light update to styles and updated astro icon (#7938) | 1 | -5/+27 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-03 | [ci] release (#7937)astro@2.10.1@astrojs/internal-helpers@0.1.2 | 45 | -87/+89 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-08-03 | Use workspace version for Vercel test | 2 | -181/+6 | ||
2023-08-03 | Use workspace dependency in Netlify test | 2 | -25/+6 | ||
2023-08-03 | [ci] format | 1 | -1/+1 | ||
2023-08-03 | Export createTransitionScope from the runtime (#7936) | 2 | -1/+6 | ||
2023-08-03 | [ci] format | 2 | -2/+6 | ||
2023-08-03 | Fix duplicate slash handling (#7935) | 7 | -6/+40 | ||
* fix(#7806): collapse duplicate slashes * refactor: handle request.url with duplicate slashes * chore: improve duplicate slash test * fix: only collapse duplicate slashes once * chore: appease TS | |||||
2023-08-03 | [ci] format | 1 | -1/+1 | ||
2023-08-03 | Make the image decorative (#7926) | 1 | -0/+1 | ||
* Make the image decorative * Update examples/basics/src/pages/index.astro --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-08-03 | [ci] release (#7912)astro@2.10.0@astrojs/vercel@3.8.0@astrojs/node@5.3.2@astrojs/image@0.17.3 | 51 | -149/+159 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-08-03 | Fix failed server restart calling integration hooks twice (#7917) | 5 | -30/+27 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> |