Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
Release list
@patternfly/pfe-sass@2.0.0-next.0
Major Changes
- 8771887: Removes
pfe-arrowSASS 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
@patternfly/eslint-config-elements@0.0.2-next.1
@patternfly/create-element@0.0.2-next.4
@patternfly/create-element@0.0.2-next.3
@patternfly/create-element@0.0.2-next.2
@patternfly/pfe-tools@0.1.0-next.1
@patternfly/pfe-tools@0.0.2-next.0
@patternfly/pfe-clipboard@2.0.0-next.1
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"andtabindex=0attributes 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