summaryrefslogtreecommitdiff
path: root/packages/integrations/preact/server.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10Revert "Revert preact signals support (#4843)" (#5015)Gravatar Matthew Phillips 1-110/+0
This reverts commit 25a5b9a89aee81c87affca64e1682ebc0c553eaf.
2022-09-22Revert preact signals support (#4843)Gravatar Matthew Phillips 1-0/+110
* 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-21Support shared signals in Preact islands (#4763)Gravatar Matthew Phillips 1-110/+0
* 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
2022-06-30[ci] formatGravatar hippotastic 1-5/+4
2022-06-30Fix "Invalid hook call" warning (#3769)Gravatar hippotastic 1-9/+74
* Fix "Invalid hook call" warning * Fix eslint warnings * Apply code review suggestions
2022-06-23[ci] formatGravatar natemoo-re 1-2/+2
2022-06-23Enable named slots in renderers (#3652)Gravatar Nate Moore 1-2/+11
* feat: pass all slots to renderers * refactor: pass `slots` as top-level props * test: add named slot test for frameworks * fix: nested hydration, slots that are not initially rendered * test: add nested-recursive e2e test * fix: render unmatched custom element children * chore: update lockfile * fix: unrendered slots for client:only * fix(lit): ensure lit integration uses new slots API * chore: add changeset * chore: add changesets * fix: lit slots * feat: convert dash-case or snake_case slots to camelCase for JSX * feat: remove tmpl special logic * test: add slot components-in-markdown test * refactor: prefer Object.entries.map() to for/of loop Co-authored-by: Nate Moore <nate@astro.build>
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-1/+3
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+35
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback