You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new option to the variant prop, and updated so the class from the variant prop will only be applied when type="default" (previously a class would always be applied)
PageSidebar: Removed Page sidebar theme prop since it only supports the default theme.
PageSection: Removed light, dark and `darker variant since the are no longer supported.
PageHeader (deprecated): removed isSelected prop since it is no longer supported in Page
Required actions:
Build codemod
Build test
Update readme with description & example
The text was updated successfully, but these errors were encountered:
Follow up to breaking change PR patternfly/patternfly-react#9848 and patternfly/patternfly-react#9774
Added a new option to the
variant
prop, and updated so the class from thevariant
prop will only be applied whentype="default"
(previously a class would always be applied)PageSidebar: Removed Page sidebar theme prop since it only supports the default theme.
PageSection: Removed light, dark and `darker variant since the are no longer supported.
PageHeader (deprecated): removed isSelected prop since it is no longer supported in Page
Required actions:
The text was updated successfully, but these errors were encountered: