Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 387 Bytes

File metadata and controls

12 lines (9 loc) · 387 Bytes
@patternfly/elements major

All elements are now versioned with a pf-v5- prefix.

This is a breaking change. Update your HTML to use the new element names, e.g. <pf-button> becomes <pf-v5-button>, <pf-accordion> becomes <pf-v5-accordion>, etc.

CSS custom properties are also renamed from --pf-c-* to --pf-v5-c-*. Global tokens (--pf-global--*) are unchanged.