Skip to content

@patternfly/[email protected]

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Feb 21:19
· 1304 commits to main since this release

Major Changes

  • eaa5361: ## 🔥 Migrate to Lit

    This release migrates <pfe-accordion> to LitElement. It also fixes several keyboard accessibility bugs.

    NEW: CSS Shadow Parts

    • Adds text, accents, and icon CSS parts to <pfe-accordion-header>
    • Adds container CSS part to <pfe-accordion-panel>

    Breaking Changes

    • Initial render is now asynchronous.
      If your code assumes that shadow DOM is ready once the element is constructed, update it to await element.updateComplete;
    • Deprecates pfe-accordion:expand and pfe-accordion:collapse events. Use expand and collapse instead

    See docs for more info

Patch Changes