-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PatternFly 6 upgrade preparation work #20973
Comments
Most of the codemods change code to renamed properties or changed implementations which we can't do upfront. Instead of changing all our tests to handle
|
This property has been removed from PatternFly 6 with as reasoning that a label should always convey the value when the checked state is true and should not change based on the selection state. patternfly/patternfly#6347 Relates: cockpit-project#20973
Yep, it's not a replacement, regardless of what they've said. The visual replacement would be tabs, but they should activate a location instead of switch a tab notebook. In other words, I think this is what we'd want instead (tabs as navigation): https://www.patternfly.org/components/tabs/#tabs-linked-to-nav-elements If that doesn't work, a fallback could be to use the HTML version instead: https://www.patternfly.org/components/tabs/html#tabs-as-navigation — But I think the React tabs as navigation approach should work. |
This was fixed in PatternFly already and in machines. cockpit-project/cockpit-machines#1330 Related: cockpit-project#20973
This was fixed and it seems that the SearchInput no longer uses a Popper either. Related: cockpit-project#20973
This was fixed in PatternFly in patternfly/patternfly#6397 Related: cockpit-project#20973
This property has been removed from PatternFly 6 with as reasoning that a label should always convey the value when the checked state is true and should not change based on the selection state. patternfly/patternfly#6347 Relates: #20973
Was temporary required due to a PF bug which was fixed long ago. patternfly/patternfly-react#7163 Related: cockpit-project/cockpit#20973
No longer an issue with the latest PF as it was fixed in: patternfly/patternfly-react#7834 Related: cockpit-project/cockpit#20973
This was fixed in PatternFly already and in machines. cockpit-project/cockpit-machines#1330 Related: cockpit-project#20973
This was fixed in PatternFly in patternfly/patternfly#6397 Related: cockpit-project#20973
This was fixed in PatternFly already and in machines. cockpit-project/cockpit-machines#1330 Related: #20973
This was fixed in PatternFly in patternfly/patternfly#6397 Related: #20973
Was temporary required due to a PF bug which was fixed long ago. patternfly/patternfly-react#7163 Related: cockpit-project/cockpit#20973
No longer an issue with the latest PF as it was fixed in: patternfly/patternfly-react#7834 Related: cockpit-project/cockpit#20973
This property has been removed from PatternFly 6 with as reasoning that a label should always convey the value when the checked state is true and should not change based on the selection state. patternfly/patternfly#6347 Relates: cockpit-project#20973
This was fixed in PatternFly already and in machines. cockpit-project/cockpit-machines#1330 Related: cockpit-project#20973
This was fixed in PatternFly in patternfly/patternfly#6397 Related: cockpit-project#20973
cockpit-project/cockpit-podman#1951 was the last puzzle piece of deprecated PF components. |
@martinpitt yup, I believe we have done the most that can be done here so we can probably close it. |
Upgrading to PF6 will be a major task in all our Cockpit projects. This issue is here to collect everything which we can do upfront to make the bump to PF6 less painful:
noResultsFoundText
, this was removed bug(Select): noResultsFoundText will never show in the typeahead variant when one of the options is a Divider component patternfly/patternfly-react#6005screenReaderText
to a emptyTh
element changes column width patternfly/patternfly#6643More PF issues can be found with:
The text was updated successfully, but these errors were encountered: