summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/static-html.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-29[ci] formatGravatar natemoo-re 5-13/+19
2023-08-29Unmount framework components when islands are destroyed (#8264)Gravatar Nate Moore 10-43/+63
* fix(view-transitions): update persistence logic for improved unmount behavior * feat(astro): add `astro:unmount` event * feat(vue): automatically unmount islands * feat(react): automatically unmount islands * feat(react): automatically unmount islands * feat(solid): automatically dispose of islands * feat(svelte): automatically destroy of islands * feat(svelte): automatically destroy of islands * feat(solid): automatically dispose of islands * feat(preact): automatically unmount islands * chore: update changeset * fix: rebase issue * chore: add clarifying comment * chore: remove duplicate changeset * chore: add changeset
2023-08-29feat: add generic to type params to Astro global (#8263)Gravatar Erika 2-9/+20
* feat: add generic to type params to Astro global * chore: changeset
2023-08-28[ci] formatGravatar natemoo-re 4-18/+18
2023-08-28Update telemetry notice (#8234)Gravatar Nate Moore 6-34/+133
* chore: enable telemetry notice * chore: update telemetry date, notify * chore(telemetry): refactor telemetry notices * chore: add changeset * chore: improve debugging * chore: update debug * fix: logical error * chore(lint): remove unused input * chore: improve telemetry debug * chore: improve telemetry tests * chore: allow isCI to be stubbed * chore: stub process.env * chore: stub process.env * chore: add env to class * chore: act like we're not on CI * test: didn't commit the env stub properly * chore: tweak wording
2023-08-28 Allow fallback animations on html element (#8258)Gravatar Matthew Phillips 3-15/+25
* Allow fallback animations on html element * Add fallback attr after swap * Break apart addModern and addFallback into separate functions
2023-08-28[ci] release (rc) (#8238)astro@3.0.0-rc.8@astrojs/vercel@4.0.0-rc.5@astrojs/deno@5.0.0-rc.2Gravatar Houston (Bot) 43-69/+111
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-28[ci] formatGravatar ematipico 5-6/+5
2023-08-28refactor: use new Astro internals (#8254)Gravatar Emanuele Stoppa 10-68/+34
* refactor: use new Astro internals * chore: update tests --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-08-28Vercel adapter default changes (#8239)Gravatar Matthew Phillips 8-8/+39
* Vercel adapter default changes * Update .changeset/silly-dolphins-try.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Fix tests * chore: correctly export `pageModule` when using `functionPerRoute` * Update .changeset/silly-dolphins-try.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update .changeset/silly-dolphins-try.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Make throw be the entrypoint --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-08-28feat(paginate): Return exact types from paginate() (#8229)Gravatar Erika 5-13/+53
* feat(paginate): Return exact types from paginate() * chore: changeset * fix(types): Fix infer utils while I'm here --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-28[ci] formatGravatar matthewp 1-4/+8
2023-08-28Lazily initialize ResponseWithEncoding (#8253)Gravatar Matthew Phillips 5-26/+36
* Lazily initialize ResponseWithEncoding * Fix things * Add a TODO about removing the workaround * Remove unused lint ignore * Use canplaythrough instead * Use an inline script * Check the readystate first * Download the video locally * Capture consoles * More debugging * Use autoplay instead of a ready event
2023-08-28feat(cli): Add docs error link to errors in the CLI (#8251)Gravatar Erika 4-15/+31
2023-08-28fix(deno): add start to options interface and extract to new file (close ↵Gravatar Florian Lefebvre 4-17/+18
#8221) (#8245) * fix(deno): add start to options and extract to new file * Reword changeset --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-08-27docs: Fix typo in react integration README (#8243)Gravatar Mainak Das 1-1/+1
2023-08-26fix: require.resolve call not finding @astrojs/check (#8237)Gravatar Erika 2-1/+6
2023-08-25[ci] formatGravatar natemoo-re 1-8/+11
2023-08-25feat(create-astro): --fancy (#8235)Gravatar Nate Moore 2-2/+5
2023-08-25[ci] release (rc) (#8233)astro@3.0.0-rc.7Gravatar Houston (Bot) 41-65/+72
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25Use .js to import logger' (#8232)Gravatar Matthew Phillips 2-1/+6
2023-08-25[ci] formatGravatar ElianCodes 1-1/+1
2023-08-25chore: Write read me for the Markdoc config. (#7989)Gravatar shelton louis 1-0/+30
Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-08-25[ci] release (rc) (#8215)astro@3.0.0-rc.6@astrojs/rss@3.0.0-rc.2@astrojs/react@3.0.0-rc.5Gravatar Houston (Bot) 45-77/+161
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25Publish missing react vnode-children.js file (#8228)Gravatar Bjorn Lu 2-1/+7
2023-08-25Unflag View Transition support (#8218)Gravatar Matthew Phillips 6-47/+23
* Unflag View Transition support * Add a changeset * Update .changeset/grumpy-pens-melt.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-25[ci] formatGravatar ematipico 5-7/+7
2023-08-25refactor: internal refactor to use the `Logger` (#8227)Gravatar Emanuele Stoppa 65-620/+529
2023-08-25Update config error message for `outDir` infinity loop error (#8220)Gravatar André Alves 2-3/+2
Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-08-25[ci] formatGravatar bluwy 1-2/+6
2023-08-25Improve stress test benchmark (#8225)Gravatar Bjorn Lu 2-3/+17
2023-08-25feat(ViewTransitions): use `scrollend` instead of `scroll` where supported ↵Gravatar Jacob Groß 2-12/+15
(#8156) * feat(ViewTransitions): use `scrollend` instead of `scroll` where supported The [scrollend](https://developer.chrome.com/blog/scrollend-a-new-javascript-event/#event-details) mechanism seems like a better way to record the scroll position compared to throttling, so we could use it whenever a browser supports it. Additionally, I've removed the `{passive}` flag from the `scroll` event, as it does nothing ([source](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener?retiredLocale=de#improving_scrolling_performance_with_passive_listeners:~:text=You%20don%27t%20need%20to%20worry%20about%20the%20value%20of%20passive%20for%20the%20basic%20scroll%20event.%20Since%20it%20can%27t%20be%20canceled%2C%20event%20listeners%20can%27t%20block%20page%20rendering%20anyway.)). * Create long-chefs-jump.md * fix typo / update comment
2023-08-25[ci] formatGravatar ematipico 4-7/+7
2023-08-25fix(ssr): correctly call the middleware when rendering error pages (#8200)Gravatar Emanuele Stoppa 13-26/+81
2023-08-24[ci] formatGravatar matthewp 1-1/+4
2023-08-24Finalize View Transition event names (#8181)Gravatar Matthew Phillips 5-10/+15
* Finalize View Transition event names * Use hyphenated names
2023-08-24[ci] formatGravatar natemoo-re 3-24/+44
2023-08-24Update built-in view transitions (#8207)Gravatar Nate Moore 8-82/+93
* feat: rename morph => initial * feat: update slide, fade animations, add none * chore: add changeset * fix: bump compiler * feat: disable root transition by default * chore: update changeset * chore: fix build * feat(transitions): crossfade => fade * feat(transitions): remove opinionated default * chore: update changeset * feat(transitions): set root to fade * feat: remove opinionated root style * chore: remove unused easings * feat: refactor transition logic, ensure defaults are wrapped in @layer * Update .changeset/five-geese-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/five-geese-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/five-geese-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update five-geese-crash.md --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-24View Transitions: adding data-astro-reload to anchor element forces browser ↵Gravatar Martin Trapp 4-0/+32
default behavior for navigation (#8217)
2023-08-24[ci] formatGravatar matthewp 28-64/+68
2023-08-24Revert "Revert "View Transition: swap attributes of document's root element ↵Gravatar Matthew Phillips 5-0/+69
(#8206)"" This reverts commit e942855329bfcd3e2f52bd609af9acbe9be5929d.
2023-08-24Revert "View Transition: swap attributes of document's root element (#8206)"Gravatar Matthew Phillips 5-69/+0
This reverts commit 52606a3909f9de5ced9b9ba3ba25832f73a8689e.
2023-08-24[ci] release (#8205)astro@2.10.14@astrojs/cloudflare@6.8.1Gravatar Houston (Bot) 43-76/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24chore: update `@astrojs/language-server` (#8213)Gravatar Emanuele Stoppa 1-4/+4
2023-08-24fix: add back code to update user's env.d.ts with proper types (#8214)Gravatar Erika 2-0/+15
2023-08-24View Transition: swap attributes of document's root element (#8206)Gravatar Martin Trapp 6-0/+74
* swap attributes of the root element * + changeset
2023-08-24Update breaking dependencies (#8201)Gravatar Bjorn Lu 69-2230/+2558
2023-08-23refactor: replace header with div (#8204)Gravatar Arjun 1-2/+2
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-23[ci] formatGravatar ematipico 1-5/+5
2023-08-23docs: better documentation for `runtime` (#8190)Gravatar Emanuele Stoppa 5-5/+60