Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -2/+2 | ||
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 | ||
2024-09-06 | feat(create-astro): ts-check comment (#11924) | 2 | -0/+20 | ||
2024-09-06 | [ci] format | 1 | -1/+2 | ||
2024-09-06 | fix: explicitly check for null props in `serializeSignals` (#11930) | 5 | -2/+24 | ||
* fix: explicitly check for null props in `serializeSignals` * chore: add changeset | |||||
2024-09-06 | fix(add): Use proper export names when adding adapters (#11935) | 2 | -3/+12 | ||
* fix(add): Use proper export names when adding adapters * chore: changeset | |||||
2024-09-05 | [ci] release (#11909)astro@4.15.3@astrojs/db@0.14.1 | 39 | -82/+81 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-04 | perf(astro/assets): avoid downloading original image when using cache (#11904) | 2 | -9/+13 | ||
2024-09-03 | [ci] format | 1 | -2/+2 | ||
2024-09-03 | Provide an error message when Actions throws in setup (#11886) | 3 | -1/+19 | ||
* Provide an error message when Actions throws in setup * Update .changeset/many-turtles-tie.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2024-09-03 | [ci] format | 1 | -1/+1 | ||
2024-09-03 | fix: keep data store outside of node_modules during dev (#11902) | 9 | -36/+84 | ||
* fix: don't keep data store in node_modules during dev * Lint * Fix test * Wait for data store * Use helper for data store file * Fix data store file helper * Lint * Handle case where Vite already knows about save | |||||
2024-09-03 | [ci] format | 5 | -13/+23 | ||
2024-09-03 | Fix mixed DB token env vars (#11894) | 12 | -36/+196 | ||
* Fix mixed DB token env vars * Test env combinations * Fix linter issues * Fix linter issues --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2024-09-02 | Remove unused types (#11895) | 2 | -8/+0 | ||
2024-09-02 | Fix examples version update for removed packages (#11901) | 7 | -15/+17 | ||
2024-09-02 | fix(deps): update dependency vitefu to v1 (#11899) | 2 | -3/+15 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2024-09-02 | [ci] release (#11883)astro@4.15.2 | 36 | -93/+86 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2024-09-02 | Fix user-facing type for `i18n.routing.fallbackType` (#11900) | 2 | -1/+6 | ||
2024-09-02 | docs: rework docs around errors (#11802) | 2 | -92/+23 | ||
* docs: rework docs around errors * Update packages/astro/src/core/errors/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * docs: expand deprecation description --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2024-09-02 | fix(deps): update all non-major dependencies (#11896) | 25 | -515/+524 | ||
2024-09-01 | fix: separate image extraction from schema parsing in content layer (#11884) | 9 | -28/+45 | ||
* fix: separate image extraction from schema parsing in content layer * rm unused imports | |||||
2024-08-30 | chore: move node and vercel to adapters repo (#11866) | 249 | -10100/+66 | ||
2024-08-30 | docs(i18n): fix typo in `fallbackType` JSDoc comment (#11870) | 2 | -1/+6 | ||
2024-08-29 | [ci] release (#11871)astro@4.15.1 | 35 | -71/+69 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |