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
These could be/may be needed to split out into separate issues:
NotificationDrawerHeader: notificationDrawerHeadterTitle class is no longer applied to a Text component, but rather a native h1 element
SliderStep: CSS variable that gets applied was updated from sliderStepLeft to sliderStepInsetInlineStart
ToolbarItem: Either mention the chipgroup variant applies labelgroup class, or provide a fixer to replace chipgroup with labelgroup (depending on feedback in PR)
WizardFooter: updated to use ActionList wrapped around Buttons instead of just Buttons internally
WizardItem: markup changed
WizardToggle: markup changed when status is error
Th/Td: updated CSS variables from cssStickyCell[Left|Right] to cssStickyCellInline[Start|End]
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#10378
These could be/may be needed to split out into separate issues:
notificationDrawerHeadterTitle
class is no longer applied to a Text component, but rather a native h1 elementsliderStepLeft
tosliderStepInsetInlineStart
cssStickyCell[Left|Right]
tocssStickyCellInline[Start|End]
Required actions:
The text was updated successfully, but these errors were encountered: