Skip to content

feat: add DOM-safe client entrypoint - #9

Merged
Akin01 merged 3 commits into
mainfrom
fix/client-entrypoint-issue-8
Jun 26, 2026
Merged

feat: add DOM-safe client entrypoint#9
Akin01 merged 3 commits into
mainfrom
fix/client-entrypoint-issue-8

Conversation

@Akin01

@Akin01 Akin01 commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • add explicit @akin01/solid-email/client export for DOM/CSR preview components
  • keep the package root SSR/email-rendering oriented with render/compile intact under browser conditions
  • exclude render, compile, and Tailwind from the client entrypoint and document the split

Closes #8.

Verification

  • pnpm --filter @akin01/solid-email run test
  • pnpm test:e2e
  • pnpm typecheck
  • pnpm lint
  • pnpm --filter @akin01/solid-email run build

@Akin01 Akin01 changed the title Add DOM-safe client entrypoint feat: add DOM-safe client entrypoint Jun 26, 2026
@Akin01
Akin01 merged commit fd6c609 into main Jun 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plan client entrypoint for DOM-safe previews

1 participant