summaryrefslogtreecommitdiff
path: root/packages/integrations/preact/src/server.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-09Prevent throwing in react and solid component checks (#11624)Gravatar Bjorn Lu 1-11/+9
2024-08-08update formatter config (#11640)Gravatar Darius 1-3/+3
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-08chore: bump typescript-eslint to v8 (#11649)Gravatar Josh Goldberg ✨ 1-3/+3
2024-07-17refactor(preact): Drop `preact-ssr-prepass` in favor of ↵Gravatar Ryan Christian 1-4/+2
`renderToStringAsync` (#11464)
2024-06-14feat: refine container APIs for renderers (#11251)Gravatar Emanuele Stoppa 1-2/+5
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 1-2/+2
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-07Use eslint-plugin-regexp (#9993)Gravatar Bjorn Lu 1-1/+1
2024-01-04[ci] formatGravatar Alex Jet 1-4/+9
2024-01-04feat: add preact-ssr-prepass (#9524)Gravatar Alex Jet 1-19/+18
* feat: add preact-ssr-prepass * added more info to changelog * fix example in changelog * fix changelog description * fix tab in code of changelog * Update .changeset/blue-bobcats-remain.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-27[ci] formatGravatar Houston (Bot) 1-1/+1
2023-12-20[ci] formatGravatar Nate Moore 1-1/+1
2023-12-20Skip `check` for known Qwik components (#9482)Gravatar Nate Moore 1-0/+1
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-2/+2
2023-08-23Update non-major dependencies (#8199)Gravatar Bjorn Lu 1-3/+3
2023-08-11JSX refactor (#7924)Gravatar Matthew Phillips 1-2/+2
* JSX refactor * Get preact/compat test to pass * Use include config * Remove old astro flavored markdown test * Move babel dep to preact * Remove errant debugger * Update lockfile * Update the multi-framework example * Update e2e tests * Fix nested-in-vue tests * Add back in astro check * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/perfect-horses-tell.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Move the comment about the include config * Remove redundant alias config * Use react's own preamble code * Use the base for the preamble * Remove solid redundancy * Update .changeset/perfect-horses-tell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update based on review comments * Oops --------- Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+0
2023-05-17[ci] formatGravatar matthewp 1-6/+13
2023-05-17Prevent removal of nested slots within islands (#7093)Gravatar Matthew Phillips 1-5/+19
* Prevent removal of nested slots within islands * Fix build errors
2022-10-10Revert "Revert preact signals support (#4843)" (#5015)Gravatar Matthew Phillips 1-0/+130
This reverts commit 25a5b9a89aee81c87affca64e1682ebc0c553eaf.
2022-09-22Revert preact signals support (#4843)Gravatar Matthew Phillips 1-130/+0
* Revert "Update preact example to match @astrojs/preact ranges (#4840)" This reverts commit d650a1161a0288f8f2d35ae67771279d067920e9. * Revert "[ci] format" This reverts commit e3c78c5b164c338389c437743ba02a7be64e27fb. * Revert "Support shared signals in Preact islands (#4763)" This reverts commit 5e46be54683592773e6dfc2d33825493886114b0.
2022-09-21[ci] formatGravatar matthewp 1-6/+10
2022-09-21Support shared signals in Preact islands (#4763)Gravatar Matthew Phillips 1-0/+126
* Support signals in Preact islands * Add a changeset * Only add signals if we need them * Refactor signal logic into its own module * Keep track of the signals used