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

fix for hx-swab-oob within web components #2846

Merged
merged 9 commits into from
Oct 3, 2024
Merged

Commits on Aug 24, 2024

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

Commits on Aug 25, 2024

  1. Lint and type fixes

    workjonathan committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    93d5e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ecf14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afa118c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ad70fb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 16, 2024

  1. swap uses contextElement if available, document if not

    Previous a commit made swapOptions.contextElement a required field. This
    could have harmful ramifications for extensions and users, so instead,
    the old behavior of assuming document as a root will be used if the
    contextElement is not provided.
    workjonathan committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eb7c689 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. rootNode parameter is optional in oobSwap

    If not provided, it will fall back to using document as rootNode. jsdocs
    have been updated for oobSwap and findAndSwapElements accordingly.
    workjonathan committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2dcd135 View commit details
    Browse the repository at this point in the history