feat(Dropdown): deprecated old and promoted Next#8835
Merged
tlabaj merged 5 commits intopatternfly:v5from Mar 24, 2023
Merged
Conversation
Collaborator
|
Preview: https://patternfly-react-pr-8835.surge.sh A11y report: https://patternfly-react-pr-8835-a11y.surge.sh |
a8c9023 to
888584c
Compare
tlabaj
approved these changes
Mar 23, 2023
Contributor
tlabaj
left a comment
There was a problem hiding this comment.
LGTM!
Just one comment about a pre existing issue with one of the demos.
| const dropdownItems = [ | ||
| <DropdownItem key="link">Link</DropdownItem>, | ||
| <DropdownItem key="action" component="button"> | ||
| <DropdownItemDeprecated key="link">Link</DropdownItemDeprecated>, |
Contributor
There was a problem hiding this comment.
The dropdown in the toolbar of the Card view demo is not working. That was preexisting to this PR though. probably broke with overflow PR work... We can open a follow up issue.
Contributor
Author
There was a problem hiding this comment.
I can see whether it's something I can fix as part of the followup to updating usage of deprecated Dropdown to new Dropdown. If it's anything more involved I can open a separate follow up issue.
Collaborator
888584c to
0a3507a
Compare
wise-king-sullyman
approved these changes
Mar 24, 2023
Collaborator
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
This was referenced Apr 3, 2023
dgdavid
added a commit
to agama-project/agama
that referenced
this pull request
Sep 12, 2023
As first step for moving to the new PF5/Dropdown component. See patternfly/patternfly-react#8835 and patternfly/patternfly-react#8868 Changes made by https://github.com/patternfly/pf-codemods
dgdavid
added a commit
to agama-project/agama
that referenced
this pull request
Sep 14, 2023
As first step for moving to the new PF5/Dropdown component. See patternfly/patternfly-react#8835 and patternfly/patternfly-react#8868 Changes made by https://github.com/patternfly/pf-codemods
dgdavid
added a commit
to agama-project/agama
that referenced
this pull request
Sep 14, 2023
Use the new PF/Dropdown and PF/MenuToggle instead. Related to patternfly/patternfly-react#8835 and others.
dgdavid
added a commit
to agama-project/agama
that referenced
this pull request
Sep 18, 2023
Use the new PF/Dropdown and PF/MenuToggle instead. Related to patternfly/patternfly-react#8835 and others.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What: Closes #8072
Created a followup for updating deprecated usage: #8839
Pages in the preview that would be affected by this PR.
Examples:
Demos:
Additional issues: