Skip to content

@patternfly/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 13:51
· 273 commits to main since this release
f4f8e95

Minor Changes

  • 4832b29: Test Helpers: Added allUpdates test helper, which waits until an element
    completely finishes updating.

    const element = await fixture(html`<my-el></my-el>`);
    await allUpdates(element);

Patch Changes

  • a4c20b7: Dev Server: updates router to use project subpath configuration