Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-10 | [ci] release (#12945)astro@5.1.5@astrojs/react@4.1.3@astrojs/mdx@4.0.5@astrojs/markdoc@0.12.5 | 1 | -1/+1 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2025-01-10 | Revert "Make MDX integration check noop (#12913)" (#12959) | 2 | -6/+25 | ||
2025-01-10 | Improve Static Asset Generation Performance (#12922) | 3 | -8/+73 | ||
* fix(perf): do not `await` in `for` loop to enqueue asset transforms. Fixes #12845 * fix: avoid `queue.add()` during async for loop * Update changeset --------- Co-authored-by: Matt Kane <m@mk.gg> | |||||
2025-01-10 | [ci] format | 1 | -1/+1 | ||
2025-01-10 | Adds blocking and disabled attributes to the TypeScript definition of the ↵ | 2 | -1/+8 | ||
HTML link element (#12955) | |||||
2025-01-10 | Support checking react 19 components (#12948) | 2 | -1/+10 | ||
2025-01-09 | [ci] format | 3 | -11/+9 | ||
2025-01-09 | fix: explicitly set dev mode for data store (#12947) | 9 | -35/+91 | ||
* fix: explicitly set dev mode for data store * Error handling * Add check for file before saving * rm unused import * Use explicit command * Ensure dir before writing | |||||
2025-01-09 | [ci] format | 1 | -1/+1 | ||
2025-01-09 | chore: better types (#12944) | 1 | -8/+1 | ||
2025-01-09 | fix: add starlog example viewport (#12941) | 1 | -0/+1 | ||
Co-authored-by: Andrey <codenomnom@users.noreply.github.com> | |||||
2025-01-09 | Fix markdoc render code block in if tag (#12930) | 8 | -75/+142 | ||
2025-01-09 | chore: add `funding` to the main package (#12946) | 1 | -0/+4 | ||
2025-01-09 | fix(container): compiling error with pnpm (#12934) | 14 | -41/+73 | ||
2025-01-09 | [ci] release (#12919)astro@5.1.4@astrojs/underscore-redirects@0.6.0@astrojs/mdx@4.0.4 | 45 | -165/+130 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2025-01-09 | [ci] format | 1 | -1/+1 | ||
2025-01-09 | pass original locals to the 404 page render (#12935) | 9 | -1/+127 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2025-01-09 | [ci] format | 2 | -10/+13 | ||
2025-01-09 | feat(assets): Store remote cached images in binary format (#12926) | 4 | -19/+56 | ||
* feat(assets): Store remote cached images in binary format * test(core-image-ssg): Update 'has cache entries' test to support new cache format * refactor(assets): destructure JSONData instead of casting * chore: Add changeset, remove unused code * test(core-image-ssg): Add 'writes remote image cache metadata' test * Fix typo and improve grammar in changeset --------- Co-authored-by: Matt Kane <m@mk.gg> | |||||
2025-01-08 | fix(routing): don't trigger get of headers (#12937) | 5 | -19/+70 | ||
* fix(routing): don't trigger get of headers * remove bad copy-paste | |||||
2025-01-08 | fix: invalidate data store module when dev server starts (#12938) | 2 | -16/+24 | ||
* fix: invalidate data store module when dev server starts * Check for dev | |||||
2025-01-08 | chore: add test for astro:route:setup hook (#12933) | 1 | -0/+49 | ||
2025-01-08 | feat(underscore-redirects): update API to support new hook (#12924) | 4 | -25/+72 | ||
2025-01-08 | fix output path logging for build.format: preserve (#12918) | 4 | -6/+62 | ||
* fix output path logging for build.format: preserve * add tests for output logging * code format | |||||
2025-01-08 | feat: improve astro:env config error (#12912) | 3 | -1/+43 | ||
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> | |||||
2025-01-08 | fix: conditionally import image style (#12925) | 15 | -25/+76 | ||
* fix: conditionally import image style * Use wrapper component for conditional style import * changeset * Add tests * Fix tests * Update markdoc tests * Lint | |||||
2025-01-08 | Fix biome correctness checks (#12929) | 3 | -2/+4 | ||
2025-01-08 | fix(routing): multiple decoding (#12927) | 11 | -14/+43 | ||
2025-01-07 | [ci] format | 1 | -1/+2 | ||
2025-01-07 | fix(mdx): don't import image component when no images are used (#12921) | 8 | -15/+19 | ||
* fix(mdx): don't import image component when no images are used * Fix test * Fix test | |||||
2025-01-07 | Process empty markdown body for remark/rehype plugins (#12920) | 6 | -7/+30 | ||
2025-01-07 | [ci] format | 1 | -1/+0 | ||
2025-01-07 | fix: Reflect the configuration for esbuild (#12676) | 3 | -4/+28 | ||
2025-01-07 | Make MDX integration check noop (#12913) | 2 | -20/+11 | ||
2025-01-06 | [ci] release (#12878)astro@5.1.3@astrojs/underscore-redirects@0.5.1 | 39 | -108/+78 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2025-01-06 | fix: do not generate a stub for content types (#12909) | 3 | -6/+12 | ||
2025-01-06 | [ci] format | 1 | -1/+1 | ||
2025-01-06 | fix: pass server island route to astro:build:done routes (#12907) | 2 | -1/+8 | ||
2025-01-06 | fix: don't match all paths when returning empty array from getStaticPaths ↵ | 4 | -1/+28 | ||
(#12906) | |||||
2025-01-06 | chore(examples): add node types dep (#12905) | 2 | -0/+8 | ||
2025-01-06 | fix(underscore-redirects): force type (#12904) | 2 | -1/+6 | ||
2025-01-05 | [ci] format | 1 | -1/+1 | ||
2025-01-05 | fix: match index files only by using entire basename (#12815) | 2 | -1/+6 | ||
* fix: match index files only by using entire basename The previous code would cause file names like `index.xml.ts` to be treated as index files, when they aren't (the file basename excluding the extension `.ts` is `index.xml`, and `index` should be the index file). To match index files only, match the entire first half of the basename when splitting by the last occurrence of the period/file extension delimiter. Pedantically this might not be correct -- i.e. some file extensions actually span multiple delimiters, like index.tar.gz. But in that case it's not an index file as well, so I think this is fine. Fixes #12675 * Add changeset | |||||
2025-01-05 | fix: clone session data on .set() (#12883) | 8 | -16/+105 | ||
* fix: clone session data on .set() * weird race condition, +1 test for URL() thing * cleanup * ensure directory exists before using fs-lite sessions * minor wording change * alternate ensure-dir-exists implementation * await session persistence before returning response * update changeset * formatting * two changesets | |||||
2025-01-03 | Fix sourcemap warning in server islands plugin (#12877) | 2 | -1/+22 | ||
2025-01-03 | chore(deps): update dependency @codspeed/vitest-plugin to v4 (#12742) | 2 | -10/+10 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2025-01-03 | fix(deps): update dependency @preact/signals to v2 (#12811) | 4 | -12/+12 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2025-01-03 | fix(deps): update dependency @astrojs/node to v9 (#12687) | 14 | -97/+39 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2025-01-03 | chore(deps): update dependency undici to v7 (#12580) | 2 | -3/+9 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2025-01-03 | fix(deps): update dependency htmlparser2 to v10 (#12857) | 2 | -11/+28 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |