This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Tags: patternfly/patternfly-ng
Tags
feat(copy-updates): align copy component impl with latest designs (#444) improve tests fix tooltip flutter add tooltip for copy buttons use input element for copy value container remove redundant triggers clean up view templates use obj for storing common values in copyBase add project flag to tslint script to avoid "rule requires type information" warning use readonly input instead of span so copy value is scrollable use tooltipText input prop instead of tooltip to avoid namespace collision both focus and hover can launch a tooltip specify body for container attribute to fix tooltip styling issues avoid breaking changes by setting buttonAriaLabel to buttonLabel value when passed in update tests to use new property name
fix(list): allow setting a custom trackBy function for the underlying… … ngFor directive (#435) * fix(list): allow setting a custom trackBy function for the underlying ngFor directive * Linting * DRY tests setup * Rename trackByFn to trackBy to be consistent with ngFor * Restore basic and compound example, add a new one to showcase trackBy usage * Address PR feedback
PreviousNext