summaryrefslogtreecommitdiff
path: root/examples/framework-vue (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-03[ci] formatGravatar Ben Holmes 3-3/+3
2024-04-03feat: automatic Markdoc partial resolution (#10649)Gravatar Ben Holmes 27-109/+512
* wip: react counter example * feat: resolve markdoc partials by file path * test: components within partials * test: html within partial * chore: changeset * fix: respect user configured partials * test: basic partials * chore: lock * chore: fix lock * chore: minor -> patch * fix: use --parallel for dev server timeout error * refactor: move component tests to separate file * fix: build indent fixture * fix: check before addWatchFile * refactor: rootRelative -> relativePartial * deps: use workspace react integration * refactor: split test files by fixture * refactor: switch to preact to avoid react prod build error * feat: use vite pluginContext * fix: handle missing ./ * chore: bump timeout
2024-04-03[ci] release (#10656)astro@4.5.15@astrojs/vercel@7.5.2@astrojs/db@0.10.0Gravatar Houston (Bot) 39-84/+81
2024-04-03[ci] formatGravatar Arsh 2-6/+7
2024-04-03fix(app/node): include `x-forwarded-port` header in url (#10666)Gravatar Arsh 7-22/+47
* fix(app/node): include `x-forwarded-port` header in url * add changeset * add test
2024-04-03Disable `sharp` `libvips` cache. (#10616)Gravatar Nikola R. Hristov 2-0/+10
* Disable `sharp` `libvips` cache. * Update sharp.ts * Add changeset * Apply suggestions from code review * Add issue to comment in sharp.ts --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-04-03Add .idea folder to .gitignore files of the examples (#10602)Gravatar Ahmad Shakib 21-0/+63
2024-04-03[ci] formatGravatar Jacob Lamb 1-8/+11
2024-04-03fix: update vercel node support status (#10611)Gravatar Jacob Lamb 2-5/+17
* Update adapter.ts * Create clever-houses-yawn.md * Update adapter.ts * Update adapter.ts * Update adapter.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update .changeset/clever-houses-yawn.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-04-02[ci] formatGravatar Ben Holmes 1-1/+1
2024-04-02refactor: rename "config" file to "virtual" (#10638)Gravatar Ben Holmes 12-18/+23
* refactor: rename "config" file to "virtual" * chore: changeset * fix(test): config import
2024-04-02Move format option from LocalImageProps to ImageSharedProps (#10642)Gravatar Oliver Speir 2-22/+27
* move format to ImageSharedProps * add changeset * move quality to shared * Update lovely-trees-wait.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-02[ci] release (#10651)astro@4.5.14@astrojs/react@3.1.1@astrojs/db@0.9.11Gravatar Houston (Bot) 38-81/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02[ci] formatGravatar Matthew Phillips 3-7/+6
2024-04-02Fix building static sites with Astro DB (#10655)Gravatar Matthew Phillips 12-3/+128
* Fix building static sites with Astro DB * Adding a changeset * Try a different port range
2024-04-02[ci] formatGravatar Matthew Phillips 1-1/+1
2024-04-02Mark @material-tailwind/react as noExternal (#10654)Gravatar Matthew Phillips 2-0/+6
2024-04-02chore: remove console.log from test (#10653)Gravatar Arsh 1-1/+0
2024-04-02[ci] formatGravatar liruifengv 1-3/+3
2024-04-02improves `client:only` error message (#10470)Gravatar liruifengv 2-15/+52
* improves `client:only` error message * add changeset * Fix condition for rendering component * Update rendererAliases in component.ts * Update changeset
2024-04-02[ci] formatGravatar Florian Lefebvre 1-3/+1
2024-04-02feat: make 3rd party integration warning less scary (#10496)Gravatar Florian Lefebvre 2-1/+6
* feat: make 3rd party integration warning less scary * Create light-bikes-study.md * Update light-bikes-study.md
2024-04-02[ci] release (#10647)@astrojs/svelte@5.3.0@astrojs/db@0.9.10Gravatar Houston (Bot) 10-18/+52
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02[ci] formatGravatar Arsh 1-1/+1
2024-04-02fix(db): isolate AstroDbError from core utils (#10646)Gravatar Arsh 6-10/+14
* fix(db): isolate AstroDbError from core utils * add changeset
2024-04-02fix(svelte): update import statements and bump peer dependency for v5 (#10645)Gravatar Ming-jun Lu 4-3/+8
2024-04-02[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9Gravatar Houston (Bot) 58-156/+155
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-02[ci] update lockfile (#10551)Gravatar Houston (Bot) 15-1051/+1165
Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-01[ci] formatGravatar Arsh 4-17/+19
2024-04-02community onboarding: codebase documentation around runtime (#10612)Gravatar Arsh 8-39/+150
* document runtime * apply suggestions from code review
2024-04-01[ci] formatGravatar Ben Holmes 3-3/+3
2024-04-01db: Better error messages when querying remote (#10636)Gravatar Ben Holmes 6-32/+69
* feat: clear error messages on remote db error * refactor: use AstroDbError for correct error name * refactor: errorMessage -> responseMessage * chore: changeset * fix: revert seed file change * fix: format seed errors as AstroDbError * fix: correctly log eager seed errors
2024-04-01Give proper error when seed missing default export (#10635)Gravatar Matthew Phillips 2-1/+6
2024-04-01[ci] formatGravatar Matthew Phillips 2-4/+4
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