Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

23 Feb 21:19

Choose a tag to compare

Pre-release

Patch Changes

  • a56aa80: chore: update package.json

@patternfly/[email protected]

23 Feb 21:19

Choose a tag to compare

Pre-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

@patternfly/[email protected]

23 Feb 21:19

Choose a tag to compare

Pre-release

Patch Changes

  • a56aa80: chore: update package.json

v1.12.3

01 Feb 21:44

Choose a tag to compare

  • 0677854 chore: remove Storybook links for homepage and footer include
  • a62101e fix: pfe-accordion - fixing issues with accessibility when opening and closing panels (#1813) (#1856)

v1.12.0

12 Nov 20:28

Choose a tag to compare

  • b15c47 feat: Update pfe-clipboard so it can copy arbitrary content, and updated tests to new framework
  • f33ba4 feat: adds custom event for clear search event, adds an aria label for search button (when applicable), and resolves dupe "x" with input[type="search"]

v1.11.2

29 Sep 21:09

Choose a tag to compare

  • ac2af8 fix: mobile-typography demo page now has correct CSS variables
  • eee071 fix: added px value defaults for accent-bar mixin

v1.11.1

03 Sep 17:28

Choose a tag to compare

  • 5393d18 fix: Pfe-Primary-Detail - Fixing animation jank when expanding a section in compact mode
  • b691da0 docs: Adjust example code block for typography classes
  • 974ab6f fix: typos in package.json files
  • b18dd64 fix: fix for re-renders when there is no selectedindex
  • f727065 fix: added resize observer for lining up progress bar
  • 2c4b6e4 fix: Pfe-Primary-Detail - Fixed issues from Safari, IE11, and the escape key didn't work as expected in compact layout

v1.11.0

18 Aug 19:23

Choose a tag to compare

  • 489c561 feat: Pfe-Primary-Detail - Added much improved a11y and keyboard navigation, added mobile optimized layout behavior, and added thorough tests using new framework.
  • f378caa fix: pfe-autocomplete update aria-selected attribute
  • d3ea7fa feat: Graceful failure for component registry
  • 099dc3e fix: Accordion alignment with latest design kit
  • 5f88c39 fix: Jump links parseInt for IE11
  • 43a904e fix: container sass placeholder using incorrect variable for spacing (#1522)
  • 3d3c4f1 fix: accordion rendering slotted content in the header
  • 519d16a feat: vertically center pfe-tab content
  • 877a1ed feat: modal width attribute
  • 3765170 feat: add color vars to pfe-progress-indicator for styling
  • 3c1fc43 feat: pfe-button | Add large variant

v1.10.1

12 Jul 16:20

Choose a tag to compare

  • b717636 fix: pfelement - only resetContext on a nested child element during contextUpdate if resetContext is available on the child
  • 7f9c30e fix: pfe-tabs issue with active border color on horizontal/wind (#1585)
  • 56ad59d fix: on mutation, apply cascade to new elements only

v1.10.0

08 Jul 21:16

Choose a tag to compare

  • af4bc70 feat: Jump links navigation rework to support panel customizations and elements in separate DOMs; horizontal designs aligned to kit