aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/vue (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 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-26View Transitions: Fixes Astro's fade animation to prevent flicker during ↵Gravatar Martin Trapp 2-0/+15
morph transitions (#12046)
2024-09-25Fix injected endpoint prerender detection (#12043)Gravatar Bjorn Lu 8-31/+73
2024-09-25chore(deps): update tj-actions/changed-files action to v45 (#11838)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25docs: fix typo in code comments (#11944)Gravatar The web walker 1-7/+8
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-23[ci] release (#12037)astro@4.15.9Gravatar Houston (Bot) 36-80/+73
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23[ci] formatGravatar Emanuele Stoppa 7-12/+12
2024-09-23refactor: dynamically import middleware (#11550)Gravatar Emanuele Stoppa 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-23fix(deps): update dependency @oslojs/encoding to v1 (#12058)Gravatar renovate[bot] 2-6/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20fix(container): apply polyfill (#12042)Gravatar Emanuele Stoppa 3-0/+9
2024-09-20[ci] formatGravatar Matt Kane 1-2/+2
2024-09-20fix: restore behavior of absolute images in v4 branch (#12038)Gravatar Matt Kane 7-2/+48
* fix: allow images with absolute path * Add mroe tests * changeset
2024-09-20fix(routing): call middleware when rendering `404.astro` (#12034)Gravatar Emanuele Stoppa 3-4/+13
2024-09-19chore: remove `eslint-plugin-no-only-tests` (#12032)Gravatar Emanuele Stoppa 4-13/+10
2024-09-19[ci] release (#12021)astro@4.15.8@astrojs/mdx@3.1.7Gravatar Houston (Bot) 42-103/+90
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-19[ci] formatGravatar Emanuele Stoppa 1-2/+2
2024-09-19fix(routing): compute `APIContext.params` when rewriting using `next` (#12031)Gravatar Emanuele Stoppa 12-37/+90
* fix(routing): compute `APIContext.params` when rewriting using `next` * fix(routing): compute `APIContext.params` when rewriting using `next`
2024-09-19Check route collision after getStaticPaths (#12028)Gravatar Bjorn Lu 4-6/+29
2024-09-19Lazily initialize the md and mdx processor (#12026)Gravatar Bjorn Lu 4-22/+18
2024-09-19Add selected to the list of boolean attributes (#12027)Gravatar François Violette 2-1/+6
2024-09-19Remove dependency on path-to-regexp (#12001)Gravatar Uwe Jäger 5-53/+197
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-18[ci] formatGravatar Matt Kane 2-3/+3
2024-09-18fix: correctly handle head propagation in content layer deferred rendering ↵Gravatar Matt Kane 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.2Gravatar Houston (Bot) 47-115/+117
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-18Make @astrojs/tailwind compat with Astro 5 (#12018)Gravatar Matthew Phillips 2-1/+6
2024-09-17Fix: prevent island re-rendering when using transition:persist (#11854) (#11915)Gravatar Artem Zhirov 2-1/+14
https://github.com/withastro/astro/issues/11854
2024-09-17[ci] formatGravatar Johannes Spohr 1-4/+4
2024-09-17Fix Svelte view transition state persistence (#12006)Gravatar Johannes Spohr 7-22/+85
Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2024-09-17[ci] formatGravatar Johannes Spohr 1-2/+2
2024-09-17Fix SolidJS view transition state persistence (#11998)Gravatar Johannes Spohr 9-28/+127
* Fix SolidJS view transition state persistence * Add changeset --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2024-09-17Fix vue resetting state when using view transition persistence (#11946)Gravatar Johannes Spohr 6-18/+87
* Fix vue resetting state when using view transition persistence * Avoid calling internal apis when forcing vue component update
2024-09-15docs: fix Content Layer RFC Link (#12000)Gravatar Armand Philippot 2-2/+7
2024-09-13[ci] release (#11986)astro@4.15.6Gravatar Houston (Bot) 35-73/+71
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-13[ci] formatGravatar Matthew Phillips 1-1/+1
2024-09-13Fix getStaticPaths regression (#11993)Gravatar Matthew Phillips 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] formatGravatar Reuben Tier 1-4/+4
2024-09-13Add copy support for Wayland via wl-copy (#11964)Gravatar Reuben Tier 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.6Gravatar Houston (Bot) 39-146/+142
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-13[ci] formatGravatar Uwe Jäger 1-23/+24
2024-09-13Remove dependency on path-to-regexp (#11983)Gravatar Uwe Jäger 4-47/+35
Fixes #11956 Closes #11985 Closes 11965
2024-09-12Handle MDX optimize for root hast node (#11975)Gravatar Bjorn Lu 5-10/+58
2024-09-11Fixes typo. (#11968)Gravatar Nikola Hristov 2-1/+6
* Fix typo * Create nine-chairs-decide.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-10[ci] formatGravatar 翠 / green 1-2/+2
2024-09-10fix(css): fix inline query injection for CSS inlining (#11917)Gravatar 翠 / green 3-18/+14
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 56-842/+820
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-06Actions: add discriminated union support (#11939)Gravatar Ben Holmes 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.3Gravatar Houston (Bot) 41-109/+109
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06[ci] formatGravatar Matthew Phillips 3-22/+26
2024-09-06Allow passing into the crypto key via ASTRO_KEY (#11879)Gravatar Matthew Phillips 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-06chore: changeset minor (#11938)Gravatar Florian Lefebvre 2-3/+3