Skip to content

Releases: patternfly/patternfly-elements

@patternfly/pfe-sass@2.0.0-next.0

Pre-release

Choose a tag to compare

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/pfe-autocomplete@2.0.0-next.1

Choose a tag to compare

Patch Changes

  • Updated dependencies [8771887]
    • @patternfly/pfe-sass@2.0.0-next.0

@patternfly/eslint-config-elements@0.0.2-next.1

Choose a tag to compare

Patch Changes

@patternfly/create-element@0.0.2-next.4

Pre-release

Choose a tag to compare

Patch Changes

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

@patternfly/create-element@0.0.2-next.3

Pre-release

Choose a tag to compare

Patch Changes

  • 317115f: Update generator config file templates

@patternfly/create-element@0.0.2-next.2

Pre-release

Choose a tag to compare

Patch Changes

@patternfly/pfe-tools@0.1.0-next.1

Pre-release

Choose a tag to compare

Minor Changes

  • a1da042: export transformSass helper from esbuild.js

@patternfly/pfe-tools@0.0.2-next.0

Pre-release

Choose a tag to compare

Patch Changes

  • 9765268: Ship built files instead of sources

@patternfly/pfe-clipboard@2.0.0-next.1

Pre-release

Choose a tag to compare

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/create-element@0.0.2-next.1

Pre-release

Choose a tag to compare

Patch Changes

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