Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-20 | Revert "feat(server-islands): only encode ETAGO delimiter (#11513)" (#13013) | 4 | -26/+6 | ||
This reverts commit f64b73cb8aaae02c52fa438ac8361044cf67f6dc. | |||||
2025-01-20 | fix(deps): update all non-major dependencies (#13008) | 62 | -730/+731 | ||
* fix(deps): update all non-major dependencies * chore: lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg> | |||||
2025-01-20 | feat(server-islands): only encode ETAGO delimiter (#11513) | 4 | -6/+26 | ||
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2025-01-20 | [ci] format | 1 | -1/+1 | ||
2025-01-20 | fix: upgrade Vite and update tests (#13011) | 21 | -158/+178 | ||
* fix: upgrade Vite and update tests * chore: remove cors header snapshot * chore: upgrade Vitest * chore: revert edit * chore: changeset | |||||
2025-01-20 | [ci] format | 1 | -3/+12 | ||
2025-01-20 | fix: audit incorrectly flagging images as above the fold (#12993) (#12998) | 6 | -2/+123 | ||
* fix: audit incorrectly flag images as above the fold (#12993) * chore: add changeset * Add additional tests for perf audit | |||||
2025-01-17 | [ci] format | 1 | -1/+0 | ||
2025-01-17 | Fix server islands for prerender-only sites (#12982) | 3 | -15/+13 | ||
2025-01-17 | Remove react integration ssr.external config (#12996) | 3 | -4/+5 | ||
2025-01-17 | fix: do not inject env vars into non-source files (#13001) | 10 | -2/+96 | ||
2025-01-16 | fix: actions codegen types (#12995)feat/astro-v-config | 2 | -1/+6 | ||
2025-01-16 | [ci] format | 2 | -3/+6 | ||
2025-01-16 | fix: handle requests for double slash in dev (#12733) | 5 | -4/+39 | ||
* fix: handle requests for double slash in dev * Handle base * Oops * Snapshots * Move redirect out of routing --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2025-01-16 | [ci] format | 1 | -4/+4 | ||
2025-01-16 | fix: defer validation of reference entries (#12990) | 5 | -70/+100 | ||
2025-01-16 | [ci] format | 4 | -6/+3 | ||
2025-01-16 | fix: better handling of resync and restarts in content layer (#12984) | 13 | -21/+152 | ||
* fix: better handling of resync and restarts * Always regenerate content layer on sync * Formatting | |||||
2025-01-15 | [ci] release (#12978)astro@5.1.7@astrojs/vue@5.0.5@astrojs/solid-js@5.0.3@astrojs/react@4.1.5@astrojs/preact@4.0.2@astrojs/mdx@4.0.6@astrojs/markdown-remark@6.0.2@astrojs/markdoc@0.12.6 | 45 | -115/+145 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2025-01-14 | fix: 404 status in dev (#12980) | 5 | -4/+37 | ||
2025-01-14 | [ci] format | 4 | -12/+28 | ||
2025-01-14 | Add warnings if multiple JSX renderers are used (#12887) | 5 | -0/+43 | ||
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2025-01-13 | fix: 404 and 500 route matching (#12182) | 4 | -6/+23 | ||
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2025-01-13 | Fix component render in markdoc when `nodes.document.render` is `null` (#12967) | 6 | -5/+28 | ||
2025-01-13 | fix(deps): update all non-major dependencies (#12579) | 118 | -1587/+1396 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2025-01-13 | fix: align esbuild to vite (#12361) | 17 | -443/+222 | ||
Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2025-01-13 | [ci] release (#12960)astro@5.1.6@astrojs/upgrade@0.4.3@astrojs/solid-js@5.0.2@astrojs/react@4.1.4 | 41 | -105/+94 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2025-01-13 | fix: load env earlier (#12977) | 8 | -43/+65 | ||
2025-01-13 | Remove encryption of empty props to allow server island cacheability (#12956) | 6 | -2/+95 | ||
* tests for cacheable server islands with no props * changeset * allow server islands to omit encrypted props when they do not have any props * prod and dev tests | |||||
2025-01-13 | Remove custom optimizeDeps.include in react integration (#12923) | 5 | -11/+14 | ||
2025-01-13 | fix: correct more typos (#12971) | 26 | -52/+52 | ||
2025-01-10 | [ci] format | 1 | -1/+1 | ||
2025-01-10 | Fix i18n current locale (#12839) | 4 | -4/+28 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2025-01-10 | [ci] format | 2 | -5/+9 | ||
2025-01-10 | fix: delete old entry when frontmatter slug changed (#12966) | 6 | -3/+75 | ||
2025-01-10 | Add inline mdx component test (#12965) | 2 | -0/+10 | ||
2025-01-10 | fix: check if content layer files have changed before writing (#12962) | 2 | -0/+10 | ||
2025-01-10 | Version transitions in CLI outputs (#12739) | 4 | -12/+20 | ||
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2025-01-10 | fix(errors): fix error messages rendering incorrectly (#12942) | 2 | -2/+9 | ||
* fix(errors): fix error messages rendering incorrectly * fix(errors): fix error messages rendering incorrectly * add `@message` for jsdoc * Create tame-hats-kiss.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
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 | 39 | -99/+94 | ||
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> |