Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
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/[email protected]
Patch Changes
- Updated dependencies [8771887]
- @patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- cbf0c49: Update dependencies
@patternfly/[email protected]
Patch Changes
- 8c4011d: Adds docs folder and index.md file on initial creation of a new element
@patternfly/[email protected]
Patch Changes
- 317115f: Update generator config file templates
@patternfly/[email protected]
Patch Changes
- cbf0c49: Update dependencies
@patternfly/[email protected]
Minor Changes
- a1da042: export
transformSasshelper from esbuild.js
@patternfly/[email protected]
Patch Changes
- 9765268: Ship built files instead of sources
@patternfly/[email protected]
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