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

Move root layout validation #41338

Merged
merged 18 commits into from Oct 14, 2022
Merged

Commits on Oct 11, 2022

  1. Change where we check for required root layout tags

    Hannes Bornö committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    276b28e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'canary' into root-layout-validation

    Hannes Bornö committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    06f234e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge branch 'canary' of https://github.com/hanneslund/next.js into r…

    …oot-layout-validation
    Hannes Bornö committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    27c3027 View commit details
    Browse the repository at this point in the history
  2. Writable -> WritableStream in streamToBufferedResult

    Hannes Bornö committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    201fcd4 View commit details
    Browse the repository at this point in the history
  3. Only use WritableStream on edge

    Hannes Bornö committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    8b8a4a6 View commit details
    Browse the repository at this point in the history
  4. Fix root layout validation for static generation

    Hannes Bornö committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    167e5b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9b9a30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bd721b View commit details
    Browse the repository at this point in the history
  7. lint fix

    ijjk committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ac14e16 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge branch 'canary' into root-layout-validation

    Hannes Bornö committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    eaed3df View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Remove validateRootLayout

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    03c2d17 View commit details
    Browse the repository at this point in the history
  2. Stream error to client

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    214261f View commit details
    Browse the repository at this point in the history
  3. Add root layout error in overlay

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    12d6495 View commit details
    Browse the repository at this point in the history
  4. Don't try to hydrate if there's a root layout error

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    63a36b8 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5389e47 View commit details
    Browse the repository at this point in the history
  6. cleanup

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0c75c54 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'canary' into root-layout-validation

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    7208e9e View commit details
    Browse the repository at this point in the history
  8. Send tree with error to fix hot loader ping

    Hannes Bornö committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    11144bc View commit details
    Browse the repository at this point in the history