Skip to content

Releases: patternfly/patternfly-elements

@patternfly/create-element@1.0.2

20 Jun 15:58
b7a9556
Compare
Choose a tag to compare

Patch Changes

  • 5f2e653: Tests: check for imperative element instantiation

@patternfly/pfe-tools@1.3.2

16 Jun 13:33
933a0d6
Compare
Choose a tag to compare

Patch Changes

  • cdd1d42: DocsPage: renders headings as markdown (PR)
  • d7dd035: dev-server: Corrects aliased elements redirects

@patternfly/elements@2.2.1

16 Jun 13:33
933a0d6
Compare
Choose a tag to compare

Patch Changes

  • 78f3333: <pf-tabs>: fixed style regression on tab when a slotted icon is not present
  • 2ba0b43: <pf-popover>: prevent memory leak by removing event listeners event on popover close

@patternfly/pfe-tools@1.3.1

07 Jun 12:47
aa69a96
Compare
Choose a tag to compare

Patch Changes

  • d5c6c19: Dev Server: fixes *-lightdom.css support in config

@patternfly/pfe-core@2.3.1

07 Jun 12:47
aa69a96
Compare
Choose a tag to compare

Patch Changes

  • c5d9588: roving-tabindex-controller: fixes arrow keydown event listeners

@patternfly/elements@2.2.0

07 Jun 12:47
aa69a96
Compare
Choose a tag to compare

Minor Changes

  • 12c59e9: <pf-icon>: allow getIconUrl to return a string, permitting users to import
    icons from 'bare module specifiers'.

Patch Changes

  • c5d9588: <pf-accordion>: fixed keyboard navigation inside of nested accordions
  • a2e88b5: <pf-tabs>: fix vertical alignment of slotted icons
  • 12c59e9: <pf-icon>: use fontawesome 5 icons. NOTE: imports from
    @patternfly/elements/pf-icon/icons/ are deprecated and will be removed in the
    next major version.
  • 6adf530: <pf-tabs>: prevent error when using in certain javascript frameworks
  • 881c8a5: <pf-timestamp>: improved performance by using browser-standard features to calculate relative time
  • Updated dependencies [c5d9588]
    • @patternfly/pfe-core@2.3.1

@patternfly/pfe-tools@1.3.0

27 Apr 13:51
f4f8e95
Compare
Choose a tag to compare

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

@patternfly/pfe-core@2.3.0

27 Apr 13:51
f4f8e95
Compare
Choose a tag to compare

Minor Changes

  • 78c8e44: Added StringListConverter for managing comma-separated list attributes.

Patch Changes

  • 37c23c3: overflow-controller:
    • improves display calculations for overflow scroll buttons
    • adds smooth scroll behavior

@patternfly/elements@2.1.0

27 Apr 13:51
f4f8e95
Compare
Choose a tag to compare

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]
    • @patternfly/pfe-core@2.3.0

@patternfly/pfe-tools@1.2.0

30 Mar 14:45
09c65fc
Compare
Choose a tag to compare

Minor Changes

  • 69e7f5b: Added site.componentSubpath config to .pfe.config.json, representing the
    site subpath for component pages and demos. Default is 'components'.