Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runtime): support declarative shadow DOM #5792

Merged
merged 6 commits into from
Jun 21, 2024

Commits on Jun 12, 2024

  1. feat(runtime): support declarative shadow DOM

    feat(runtime): enhance renderToString to support serializeShadowRootAsDeclarativeShadowRoot flag
    
    make esm hydrate script
    
    make test work
    
    add unit test
    
    fix prettier
    
    wip
    
    minor tweaks
    
    apply more changes from #5787
    
    get unit tests working
    
    prettier
    
    remove import
    
    fix test
    
    eslint fix
    
    use dynamic import
    
    minor e2e fixes
    
    prettier
    
    fix cspell
    
    adjust tests
    
    prettier
    
    allow to run headless
    
    make streaming work
    
    fix tests
    
    prettier
    
    remove obsolete file
    
    this should fix pre-render test
    
    prettier
    
    finally get it right
    
    prettier
    christian-bromann committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    532557e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update src/runtime/bootstrap-lazy.ts

    Co-authored-by: Tanner Reits <[email protected]>
    christian-bromann and tanner-reits authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    24a7ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54908ff View commit details
    Browse the repository at this point in the history
  3. prettier

    christian-bromann committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    059de43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    114bbad View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    babe807 View commit details
    Browse the repository at this point in the history