Skip to content
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

feat(Select, dropdown, options menu, contect selector, app launcher): Remove deprecated components #10345

Merged
merged 5 commits into from
May 16, 2024

Conversation

tlabaj
Copy link
Contributor

@tlabaj tlabaj commented May 8, 2024

What: Closes #10143 #10316 #10141 #10140 #10139 #10138 #10137

Opened follow up issue to update failing integration tests and fix demo-app: #10365

@patternfly-build
Copy link
Contributor

patternfly-build commented May 8, 2024

@tlabaj tlabaj marked this pull request as ready for review May 14, 2024 15:58
Copy link
Contributor

@thatblindgeye thatblindgeye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple comments below. The "Editable rows" deprecated Table demo is also still using the now removed deprecated SelectOption component.

newValue: string | SelectOptionObject,
isPlaceholder: boolean
newValue: any | any[]
// isPlaceholder: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we intend to add this back in at any point?

Copy link
Contributor Author

@tlabaj tlabaj May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Eric. I did add updates for Editable table to my follow up issue #10365

<MenuToggle ref={toggleRef} onClick={onToggle} isExpanded={isOpen}>
{isOpen ? 'Expanded' : 'Collapsed'}
</MenuToggle>
)}
>
{options}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we'll need to import SelectList and wrap it around {options} here.

@kmcfaul kmcfaul merged commit c7ed423 into patternfly:v6 May 16, 2024
13 checks passed
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-code-editor@6.0.0-alpha.58
  • @patternfly/react-core@6.0.0-alpha.58
  • @patternfly/react-docs@7.0.0-alpha.61
  • @patternfly/react-drag-drop@6.0.0-alpha.39
  • @patternfly/react-integration@6.0.0-alpha.29
  • demo-app-ts@5.1.1-alpha.57
  • @patternfly/react-table@6.0.0-alpha.58
  • @patternfly/react-templates@6.0.0-alpha.8

Thanks for your contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants