Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

04 Mar 21:55

Choose a tag to compare

Pre-release

Major Changes

  • 8771887: Removes pfe-arrow SASS mixin. This mixin was only used in one place,
    pfe-select, so it's contents were transfered to that file.

@patternfly/[email protected]

04 Mar 21:55

Choose a tag to compare

Pre-release

Patch Changes

@patternfly/[email protected]

04 Mar 00:56

Choose a tag to compare

Pre-release

Patch Changes

@patternfly/[email protected]

04 Mar 19:57

Choose a tag to compare

Pre-release

Patch Changes

  • 8c4011d: Adds docs folder and index.md file on initial creation of a new element

@patternfly/[email protected]

04 Mar 15:39

Choose a tag to compare

Pre-release

Patch Changes

  • 317115f: Update generator config file templates

@patternfly/[email protected]

04 Mar 00:56

Choose a tag to compare

Pre-release

Patch Changes

@patternfly/[email protected]

03 Mar 19:08

Choose a tag to compare

Pre-release

Minor Changes

  • a1da042: export transformSass helper from esbuild.js

@patternfly/[email protected]

01 Mar 23:18

Choose a tag to compare

Pre-release

Patch Changes

  • 9765268: Ship built files instead of sources

@patternfly/[email protected]

01 Mar 23:18

Choose a tag to compare

Pre-release

Major Changes

  • ce7ed4e: Update pfe-clipboard to function with mouse, keyboard, and screen reader and meet WCAG 2.1 A - AA Guidelines ✨♿

    BREAKING CHANGE:
    role="button" and tabindex=0 attributes must no longer be applied to <pfe-clipboard>, make sure all instances
    on your page are updated

    - <pfe-clipboard role="button" tabindex="0"></pfe-clipboard>
    + <pfe-clipboard></pfe-clipboard>

    pfe-clipboard.spec.ts

    • Updated tests based on a11y changes

    README.md

    • Updated readme based on a11y updates

    pfe-clipboard.ts

    • Added new state property for aria-disabled to added aria features
    • Added comments for changes
    • Updated the HTML in render() to add aria features
    • Cleaned up some comment typos

    pfe-clipboard.scss

    • Added sr-only class to utilize with pfe-clipboard to improve the success message output for screen readers
    • Adjusted the padding and changes some ids to be classes to go with new HTML structure

    pfe-clipboard.html

    • Removed role button and tabindex from pfe-clipboard tags because that is being set within the shadowDom now
      pfe-clipboard.js
    • Removed role button and tabindex from pfe-clipboard tags because that is being set within the shadowDom now

    See docs for more info

@patternfly/[email protected]

01 Mar 23:18

Choose a tag to compare

Pre-release

Patch Changes

  • 9765268: Fix 'cannot find module' errors
  • ba89524: Fixes compiler errors