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

Allow any Node, including ShadowRoot, as container #2728

Merged
merged 10 commits into from Apr 28, 2022

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    45152bc View commit details
    Browse the repository at this point in the history
  2. Add changeset

    Peeja committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    69ae447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0101b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Update packages/sheet/src/index.js

    Co-authored-by: Sam Magura <srmagura@gmail.com>
    Peeja and srmagura committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    cf93bdd View commit details
    Browse the repository at this point in the history
  2. Update .changeset/five-balloons-sneeze.md

    Co-authored-by: Sam Magura <srmagura@gmail.com>
    Peeja and srmagura committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    b2bd907 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. remove a trailing whitespace

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

Commits on Apr 28, 2022

  1. before should be a ChildNode

    Since `Node['firstChild']` is `ChildNode`, not `Element`.
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    Peeja and Andarist committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    dd5b573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce77d4 View commit details
    Browse the repository at this point in the history
  3. Add .d.ts test

    Andarist committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    083417f View commit details
    Browse the repository at this point in the history
  4. tweak changeset

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