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: improve hydration, claim static html elements using innerHTML instead of deopt to claiming every nodes #7426

Commits on Mar 2, 2023

  1. claim static html elements using innerHTML instead of deopt to creati…

    …ng the nodes
    
    revert code
    
    update test case
    tanhauhau committed Mar 2, 2023
    Copy the full SHA
    0363be1 View commit details
    Browse the repository at this point in the history
  2. Update test/helpers.ts

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    2 people authored and tanhauhau committed Mar 2, 2023
    Copy the full SHA
    ae898c2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    64b2e16 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2aab40c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ff179a7 View commit details
    Browse the repository at this point in the history
  6. Update test/helpers.ts

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    tanhauhau and benmccann committed Mar 2, 2023
    Copy the full SHA
    c51ddca View commit details
    Browse the repository at this point in the history
  7. feat: post rebase cleanup

    tanhauhau committed Mar 2, 2023
    Copy the full SHA
    1ff6bb9 View commit details
    Browse the repository at this point in the history
  8. fix test

    tanhauhau committed Mar 2, 2023
    Copy the full SHA
    8ac4d68 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Update test/server-side-rendering/index.ts

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    dummdidumm and benmccann committed Mar 14, 2023
    Copy the full SHA
    8eddd05 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Copy the full SHA
    3a8b6d0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f891995 View commit details
    Browse the repository at this point in the history
  3. don't hash @html because it's not guranteed that input is the same on…

    … the server and client
    dummdidumm committed Apr 3, 2023
    Copy the full SHA
    0f137ac View commit details
    Browse the repository at this point in the history
  4. Merge branch 'tanhauhau/claim-static-html-tag-without-recreating-nest…

    …ed-nodes' of https://github.com/tanhauhau/svelte into tanhauhau/claim-static-html-tag-without-recreating-nested-nodes
    dummdidumm committed Apr 3, 2023
    Copy the full SHA
    fd6bd47 View commit details
    Browse the repository at this point in the history
  5. lint

    dummdidumm committed Apr 3, 2023
    Copy the full SHA
    56ce621 View commit details
    Browse the repository at this point in the history
  6. fix tests, handle Comment

    dummdidumm committed Apr 3, 2023
    Copy the full SHA
    718a25b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Copy the full SHA
    e68a346 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ee6f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge branch 'version-4' into tanhauhau/claim-static-html-tag-without…

    …-recreating-nested-nodes
    dummdidumm committed Apr 18, 2023
    Copy the full SHA
    5a1fb90 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Apply suggestions from code review

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    dummdidumm and benmccann committed Apr 19, 2023
    Copy the full SHA
    58af050 View commit details
    Browse the repository at this point in the history
  2. remove html tag handling

    dummdidumm committed Apr 19, 2023
    Copy the full SHA
    bbc8553 View commit details
    Browse the repository at this point in the history