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

Initial support for metadata #44729

Merged
merged 44 commits into from
Jan 20, 2023
Merged

Initial support for metadata #44729

merged 44 commits into from
Jan 20, 2023

Commits on Jan 5, 2023

  1. initial impl

    shuding committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    99b772c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. add test case

    shuding committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    cebcb87 View commit details
    Browse the repository at this point in the history
  2. update hreflang list

    shuding committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b183b3b View commit details
    Browse the repository at this point in the history
  3. add title template

    shuding committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3578e1c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. opengraph

    shuding committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    28f639a View commit details
    Browse the repository at this point in the history
  2. opengraph parsing

    shuding committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4d56260 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. fix key

    shuding committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f022bed View commit details
    Browse the repository at this point in the history
  2. add test

    shuding committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4cde8f8 View commit details
    Browse the repository at this point in the history
  3. basic and alternate tags

    shuding committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2643bce View commit details
    Browse the repository at this point in the history
  4. more types and fixes

    shuding committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    22ae819 View commit details
    Browse the repository at this point in the history
  5. fix type gen

    shuding committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8462dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    151bf61 View commit details
    Browse the repository at this point in the history
  7. add test

    shuding committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    053bb4f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix absolute title resolution

    shuding committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    87d8f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. fix metadata injection place

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3a147e6 View commit details
    Browse the repository at this point in the history
  2. fix stashed titles

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d61826a View commit details
    Browse the repository at this point in the history
  3. merge canary

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0e25465 View commit details
    Browse the repository at this point in the history
  4. fix reviews

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    68a1d4b View commit details
    Browse the repository at this point in the history
  5. add comment

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5aa9a04 View commit details
    Browse the repository at this point in the history
  6. fix

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    466177e View commit details
    Browse the repository at this point in the history
  7. fix fs-extra

    shuding committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    cf27019 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    648e6d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b081281 View commit details
    Browse the repository at this point in the history
  3. simplify merging props

    huozhi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ace234b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    2316fff View commit details
    Browse the repository at this point in the history
  2. rm duplicated check

    huozhi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    94271ca View commit details
    Browse the repository at this point in the history
  3. fix test

    huozhi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    eb9b8e6 View commit details
    Browse the repository at this point in the history
  4. merge canary

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    d612101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeedcdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f014661 View commit details
    Browse the repository at this point in the history
  4. remove default head

    huozhi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e631a15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98dffcd View commit details
    Browse the repository at this point in the history
  6. update viewport handling

    huozhi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6e983d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7715d8b View commit details
    Browse the repository at this point in the history
  8. fix lint

    huozhi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    31e9396 View commit details
    Browse the repository at this point in the history
  9. simplify resolving

    huozhi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3c0c8b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1785c1 View commit details
    Browse the repository at this point in the history
  11. use as for casting

    huozhi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2601485 View commit details
    Browse the repository at this point in the history
  12. merge title

    huozhi committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    013248d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    d070664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6848b4e View commit details
    Browse the repository at this point in the history
  3. add navigation test

    huozhi committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6587394 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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