summaryrefslogtreecommitdiff
path: root/examples/with-multiple-frameworks/src/components/SvelteCounter.svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-06 08:02:22 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-06 11:02:22 -0400
commit48d53094cdbbcd4363d6c77aac13161c5cde5064 (patch)
tree5ef23b05dc153f4a2944e4ca8c2536d3f3d6934e /examples/with-multiple-frameworks/src/components/SvelteCounter.svelte
parent97fbe938a9b07d52d61011da4bd5a8b5ad85a700 (diff)
downloadastro-@astrojs/vue@4.4.0.tar.gz
astro-@astrojs/vue@4.4.0.tar.zst
astro-@astrojs/vue@4.4.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
:49 -0400'>2024-04-01Make ASTRO_DATABASE_FILE work with file paths (#10631)Gravatar Matthew Phillips 4-4/+43 * Make ASTRO_DATABASE_FILE work with file paths * Use pathToFileURL 2024-04-01Make `@astrojs/markdown-remark` a dep in `@astrojs/markdoc` (#10632)Gravatar Bjorn Lu 3-4/+9 2024-04-01[ci] formatGravatar Ben Holmes 1-2/+2 2024-04-01db: Seed on dev server startup (#10599)Gravatar Ben Holmes 3-11/+54 * feat: load seed file on dev server startup * feat: handle logging on dev server restart * chore: changeset * feat: support integration seed files * fix: only run when seed is present, ignore unlink * fix: load on startup for integration pkg paths 2024-04-01Remove deprecated APIs from `@astrojs/markdown-remark` (#10629)Gravatar Bjorn Lu 7-81/+23 Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> 2024-04-01Lazy loaded shiki languages during syntax highlighting (#10618)Gravatar James Garbutt 16-110/+169 2024-04-01Move nft warnings behind verbose logging (#10609)Gravatar Matthew Phillips 2-2/+7 * Move nft warnings behind verbose logging * Update packages/integrations/vercel/src/lib/nft.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * Update packages/integrations/vercel/src/lib/nft.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> 2024-04-01Fixes issue with head content being pushed into body (#10608)Gravatar Matthew Phillips 3-7/+12 * Fixes issue with head content being pushed into body * Update snapshot version * Upgrade compiler version 2024-04-01feat: rework child rendering to use class (#10624)Gravatar James Garbutt 2-33/+51 2024-04-01refactor: Drop Preact compat hack, remove incorrect alias (#10585)Gravatar Ryan Christian 2-8/+7 Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> 2024-04-01[ci] formatGravatar ktym4a 1-1/+1 2024-04-01fix(starlog): Correct layout syntax. (#10627)Gravatar ktym4a 2-7/+7 2024-04-01fix: use ReadableStream for response object if deno (#10495)Gravatar Satya Rohith 3-2/+13 2024-03-29Remove the ssr external for vue (#10601)Gravatar Tyler van der Hoeven 2-1/+5 * remove the ssr external for vue * Remove the external line vs comment it out * add a changeset 2024-03-29reset history title after push/replace but prior to assignment to location ↵Gravatar Martin Trapp 2-1/+6 (#10605) * reset history title after push/replace but prior to assignment to location * add changeset 2024-03-29fix: dont error on nullish prop values in jsx runtime (#10584)Gravatar duanwilliam 2-1/+6 * fix: prevent jsx runtime from erroring on nullish prop values when checking for slot props * chore: changeset 2024-03-28[ci] release (#10598)astro@4.5.12@astrojs/vercel@7.5.0@astrojs/markdoc@0.9.3@astrojs/internal-helpers@0.4.0@astrojs/db@0.9.8Gravatar Houston (Bot) 6-50/+52 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2024-03-28[ci] formatGravatar TK 1-2/+2 2024-03-28feat: allow dynamic route segments in isr.exclude array (#10513)Gravatar TK 5-3/+69 * Allow dynamic route segments in isr.exclude array * copy over eslint-disable as well * add test * update test: slashes dont need to be escaped * update changeset --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com> 2024-03-28[ci] formatGravatar Houston (Bot) 2-3/+3 2024-03-28[ci] release (#10597)Gravatar Houston (Bot) 37-66/+89 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2024-03-28db: Rework index config with generated index names (#10589)Gravatar Ben Holmes 6-68/+344 * feat: add indexes array config with name gen * fix: add _idx suffix, remove name from output * feat(test): new index config * chore: remove unused type * chore: changeset * chore: add sort() for consistent names * feat(test): consistent column ordering * feat(test): ensure no queries when migrating legacy to new