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(gatsby): Allow <html> and <body> attributes to be updated from Head #37449

Merged
merged 16 commits into from
Jan 19, 2023

Commits on Jan 12, 2023

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

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    9450978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4ea06 View commit details
    Browse the repository at this point in the history
  3. get rid of debug logs

    pieh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    aa39d52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8f5da9 View commit details
    Browse the repository at this point in the history
  5. drop another console.log

    pieh committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f20ad4c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. add test to e2e/dev

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b217201 View commit details
    Browse the repository at this point in the history
  2. add test to e2e/prod

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    912b864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eaac11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7796cc View commit details
    Browse the repository at this point in the history
  5. consistent return

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    02f5d67 View commit details
    Browse the repository at this point in the history
  6. dev ssr tests

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    54e3fb7 View commit details
    Browse the repository at this point in the history
  7. offline ...

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e61c5ec View commit details
    Browse the repository at this point in the history
  8. offline ... vol2

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    753165e View commit details
    Browse the repository at this point in the history
  9. fix tracking body attributes

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    aea0a82 View commit details
    Browse the repository at this point in the history
  10. fix deduplication

    pieh committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    92c4f28 View commit details
    Browse the repository at this point in the history