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

  • 78c8e44: ✨ Added <pf-popover>

    <pf-popover
      heading="Popover heading"
      body="Popovers are triggered by click rather than hover."
      footer="Popover footer"
    >
      <pf-button>Toggle popover</pf-button>
    </pf-popover>
  • 9266ee5: <pf-button>: expose button part for styling the internal button element

Patch Changes

  • 5a6683b: <pf-tabs>: improved accessibility for elements extending BaseTab and
    BaseTabPanel by assigning random IDs when no exists.
  • 32eecd6: BaseTab:
    • fixed Safari focus issue on keyboard navigation
    • fixed Safari focus issue on mouse click
  • Updated dependencies [78c8e44]
  • Updated dependencies [37c23c3]