summaryrefslogtreecommitdiff
path: root/packages/integrations/react/server-v17.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-3/+2
2023-05-17[ci] formatGravatar matthewp 1-1/+1
2023-05-17Prevent removal of nested slots within islands (#7093)Gravatar Matthew Phillips 1-1/+6
* Prevent removal of nested slots within islands * Fix build errors
2023-01-25Support passing `children` as props to a React component (#5886)Gravatar HiDeoo 1-1/+4
2022-06-23[ci] formatGravatar natemoo-re 1-3/+3
2022-06-23Enable named slots in renderers (#3652)Gravatar Nate Moore 1-3/+12
* 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/+5
2022-03-31Add support for React 18 in @astrojs/react (#2947)Gravatar Fred K. Schott 1-0/+67
* First pass at supporting React 18 in @astrojs/react * Try marking React 18’s `react-dom/client` as external * Try a different approach to importing different React versions * Allow resolving JSON modules * Revert "Allow resolving JSON modules" This reverts commit 5279b7249c52b20fd74fe48f9f1047c9b3a117dc. * Try the separate client entrypoint approach from #2946 * Clean up diff * Trying to see something * Just keep swimming… 🐠 * update to support react 18 * add changeset * add docs Co-authored-by: delucis <swithinbank@gmail.com>