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

Delay Hydration second render until all assistive nodes have been removed #2629

Merged
merged 22 commits into from
Apr 24, 2022

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    69da10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c083943 View commit details
    Browse the repository at this point in the history
  3. Priority Render.

    futursolo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9aa9eb9 View commit details
    Browse the repository at this point in the history
  4. Add some tests.

    futursolo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3444951 View commit details
    Browse the repository at this point in the history
  5. Add more tests.

    futursolo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    2c992a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecd96a4 View commit details
    Browse the repository at this point in the history
  7. Fix test comment.

    futursolo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    181a23e View commit details
    Browse the repository at this point in the history
  8. Fix test timing.

    futursolo committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b20b266 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Restore test.

    futursolo committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2cb70db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ccd59e View commit details
    Browse the repository at this point in the history
  3. Prefer use_future.

    futursolo committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    f0a452f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    961912a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b900e01 View commit details
    Browse the repository at this point in the history
  3. Revert to HashMap.

    futursolo committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    81a6b8d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into hydration-4

    # Conflicts:
    #	packages/yew/src/scheduler.rs
    futursolo committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    36ded3f View commit details
    Browse the repository at this point in the history
  5. cargo +nightly fmt.

    futursolo committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c07e60f View commit details
    Browse the repository at this point in the history
  6. Fix comment.

    futursolo committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d95d994 View commit details
    Browse the repository at this point in the history
  7. Optimise Code size?

    futursolo committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    32a3ca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    d8edd96 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'hydration-4' into fc-prepared-state"

    This reverts commit 427b087d4db6b2e497ad618273655bd18ba9bd01, reversing
    changes made to 109fcfa.
    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f1e4089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a4faf View commit details
    Browse the repository at this point in the history
  4. Redo yewstack#2957.

    futursolo committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    0565411 View commit details
    Browse the repository at this point in the history