Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-26 | fix(deps): update all non-major dependencies (#12003)feat/action-on-result | 4 | -9/+9 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-09-26 | View Transitions: Fixes Astro's fade animation to prevent flicker during ↵ | 2 | -0/+15 | ||
morph transitions (#12046) | |||||
2024-09-25 | Fix injected endpoint prerender detection (#12043) | 8 | -31/+73 | ||
2024-09-25 | chore(deps): update tj-actions/changed-files action to v45 (#11838) | 1 | -1/+1 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2024-09-25 | docs: fix typo in code comments (#11944) | 1 | -7/+8 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-09-23 | [ci] release (#12037)astro@4.15.9 | 36 | -80/+73 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-23 | [ci] format | 7 | -12/+12 | ||
2024-09-23 | refactor: dynamically import middleware (#11550) | 16 | -42/+86 | ||
* refactor: dynamically import middleware * update tests * chore: fix code merge * address linting * remove changeset * feedback * feedback * fix test failing * add suggestion * change order of resolution to cache the middleware before inserting a route * address comment | |||||
2024-09-23 | fix(deps): update dependency @oslojs/encoding to v1 (#12058) | 2 | -6/+8 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2024-09-20 | fix(container): apply polyfill (#12042) | 3 | -0/+9 | ||
2024-09-20 | [ci] format | 1 | -2/+2 | ||
2024-09-20 | fix: restore behavior of absolute images in v4 branch (#12038) | 7 | -2/+48 | ||
* fix: allow images with absolute path * Add mroe tests * changeset | |||||
2024-09-20 | fix(routing): call middleware when rendering `404.astro` (#12034) | 3 | -4/+13 | ||
2024-09-19 | chore: remove `eslint-plugin-no-only-tests` (#12032) | 4 | -13/+10 | ||
2024-09-19 | [ci] release (#12021)astro@4.15.8@astrojs/mdx@3.1.7 | 42 | -103/+90 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-19 | [ci] format | 1 | -2/+2 | ||
2024-09-19 | fix(routing): compute `APIContext.params` when rewriting using `next` (#12031) | 12 | -37/+90 | ||
* fix(routing): compute `APIContext.params` when rewriting using `next` * fix(routing): compute `APIContext.params` when rewriting using `next` | |||||
2024-09-19 | Check route collision after getStaticPaths (#12028) | 4 | -6/+29 | ||
2024-09-19 | Lazily initialize the md and mdx processor (#12026) | 4 | -22/+18 | ||
2024-09-19 | Add selected to the list of boolean attributes (#12027) | 2 | -1/+6 | ||
2024-09-19 | Remove dependency on path-to-regexp (#12001) | 5 | -53/+197 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-09-18 | [ci] format | 2 | -3/+3 | ||
2024-09-18 | fix: correctly handle head propagation in content layer deferred rendering ↵ | 11 | -18/+41 | ||
(#12014) * chore: run MDX tests against content layer * Handle head propagation in deferred rendering * Add changeset * Update test | |||||
2024-09-18 | [ci] release (#12002)astro@4.15.7@astrojs/vue@4.5.1@astrojs/tailwind@5.1.1@astrojs/svelte@5.7.1@astrojs/solid-js@4.4.2 | 47 | -115/+117 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-18 | Make @astrojs/tailwind compat with Astro 5 (#12018) | 2 | -1/+6 | ||
2024-09-17 | Fix: prevent island re-rendering when using transition:persist (#11854) (#11915) | 2 | -1/+14 | ||
https://github.com/withastro/astro/issues/11854 | |||||
2024-09-17 | [ci] format | 1 | -4/+4 | ||
2024-09-17 | Fix Svelte view transition state persistence (#12006) | 7 | -22/+85 | ||
Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> | |||||
2024-09-17 | [ci] format | 1 | -2/+2 | ||
2024-09-17 | Fix SolidJS view transition state persistence (#11998) | 9 | -28/+127 | ||
* Fix SolidJS view transition state persistence * Add changeset --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> | |||||
2024-09-17 | Fix vue resetting state when using view transition persistence (#11946) | 6 | -18/+87 | ||
* Fix vue resetting state when using view transition persistence * Avoid calling internal apis when forcing vue component update | |||||
2024-09-15 | docs: fix Content Layer RFC Link (#12000) | 2 | -2/+7 | ||
2024-09-13 | [ci] release (#11986)astro@4.15.6 | 35 | -73/+71 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-13 | [ci] format | 1 | -1/+1 | ||
2024-09-13 | Fix getStaticPaths regression (#11993) | 6 | -31/+99 | ||
* Revert "Remove dependency on path-to-regexp (#11983)" This reverts commit 633eeaa9d8a8a35bba638fde06fd8f52cc1c2ce3. * Add test for regression * Add a changeset * Pin path-to-regexp | |||||
2024-09-13 | [ci] format | 1 | -4/+4 | ||
2024-09-13 | Add copy support for Wayland via wl-copy (#11964) | 2 | -12/+27 | ||
* Add wl-copy support * Add changeset * set to patch --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-09-13 | [ci] release (#11940)astro@4.15.5@astrojs/mdx@3.1.6 | 39 | -146/+142 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-13 | [ci] format | 1 | -23/+24 | ||
2024-09-13 | Remove dependency on path-to-regexp (#11983) | 4 | -47/+35 | ||
Fixes #11956 Closes #11985 Closes 11965 | |||||
2024-09-12 | Handle MDX optimize for root hast node (#11975) | 5 | -10/+58 | ||
2024-09-11 | Fixes typo. (#11968) | 2 | -1/+6 | ||
* Fix typo * Create nine-chairs-decide.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-09-10 | [ci] format | 1 | -2/+2 | ||
2024-09-10 | fix(css): fix inline query injection for CSS inlining (#11917) | 3 | -18/+14 | ||
2024-09-09 | chore(deps): update all non-major dependencies (#11948) | 56 | -842/+820 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2024-09-06 | Actions: add discriminated union support (#11939) | 4 | -2/+131 | ||
* feat: discriminated union for form validators * chore: changeset | |||||
2024-09-06 | [ci] release (#11936)create-astro@4.9.0astro@4.15.4@astrojs/preact@3.5.3 | 41 | -109/+109 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-06 | [ci] format | 3 | -22/+26 | ||
2024-09-06 | Allow passing into the crypto key via ASTRO_KEY (#11879) | 14 | -2/+189 | ||
* Allow passing into the crypto key via ASTRO_KEY * Add a changeset * Add test * Use the node package * omg * Create a new create-key command * linting * lint again * Update the changeset | |||||
2024-09-06 | chore: changeset minor (#11938) | 2 | -3/+3 | ||