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

Add getHTML() and the serializable concept #10139

Merged
merged 23 commits into from
Apr 4, 2024

Commits on Mar 21, 2024

  1. Serialization logic for declarative Shadow DOM

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6384719 View commit details
    Browse the repository at this point in the history
  2. Dust this off and update

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    694d055 View commit details
    Browse the repository at this point in the history
  3. Disambiguate serializable

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e059267 View commit details
    Browse the repository at this point in the history
  4. Add callers

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1554dd5 View commit details
    Browse the repository at this point in the history
  5. Add serializable

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2c9e6ec View commit details
    Browse the repository at this point in the history
  6. Remove misnested tag

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f078129 View commit details
    Browse the repository at this point in the history
  7. Remove div

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a6c0541 View commit details
    Browse the repository at this point in the history
  8. Remove exception

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9ecd4ab View commit details
    Browse the repository at this point in the history
  9. Address annevk@ comments

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8ba7320 View commit details
    Browse the repository at this point in the history
  10. Address round-2 comments

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ed1c91b View commit details
    Browse the repository at this point in the history
  11. Remove duplicate shadow root attributes

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    190d0da View commit details
    Browse the repository at this point in the history
  12. Address remaining comments

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cd597b7 View commit details
    Browse the repository at this point in the history
  13. Fix up quote/>

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3152857 View commit details
    Browse the repository at this point in the history
  14. Rename var

    Mason Freed committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    83a1637 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. elementOrShadowRoot

    Mason Freed committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    167774f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix other elementOrShadowRoot's

    Mason Freed committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    759148a View commit details
    Browse the repository at this point in the history
  2. Remove get HTML

    Mason Freed committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fbd486b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Rename the section

    Mason Freed committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8f872b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    1619131 View commit details
    Browse the repository at this point in the history
  2. Re-do domintro

    domenic committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    eda3285 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Put template first

    Mason Freed committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5ee46c2 View commit details
    Browse the repository at this point in the history
  2. Remove extra li

    Mason Freed committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    59b40f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Allow serializing just the template

    Mason Freed committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    73d5bda View commit details
    Browse the repository at this point in the history