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(SimpleFileUpload): consumed Penta updates #10026

Merged
merged 5 commits into from
Jan 31, 2024

Conversation

thatblindgeye
Copy link
Contributor

@thatblindgeye thatblindgeye commented Jan 19, 2024

What: Closes #9996
codemod: patternfly/pf-codemods#551

Additional issues:

value={filename}
/>
</InputGroupItem>
<InputGroupItem>
<Button
id={`${id}-browse-button`}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We could keep this in, but if we're going to expose an ID on the browse button then we should consider allowing an ID to be passed to all other input elements within the component. For now I included this in the codemod issue patternfly/pf-codemods#551

@thatblindgeye thatblindgeye requested review from a team, wise-king-sullyman, nicolethoen, andrew-ronaldson, lboehling and mattnolting and removed request for a team January 19, 2024 15:12
@patternfly-build
Copy link
Contributor

patternfly-build commented Jan 19, 2024

@thatblindgeye thatblindgeye linked an issue Jan 22, 2024 that may be closed by this pull request
Copy link
Contributor

@nicolethoen nicolethoen left a comment

Choose a reason for hiding this comment

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

This will need a codemod, right? To deal with the helper text change?

@thatblindgeye
Copy link
Contributor Author

@nicolethoen good point. I updated codemod patternfly/pf-codemods#551 to mention providing a warning that consumers should use the new FileUploadHelperText sub-component (right now we only have examples that show using a FormHelperText as a separate piece).

Copy link
Contributor

@wise-king-sullyman wise-king-sullyman left a comment

Choose a reason for hiding this comment

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

🔥

Copy link
Collaborator

@lboehling lboehling left a comment

Choose a reason for hiding this comment

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

very niiice

Copy link
Member

@srambach srambach left a comment

Choose a reason for hiding this comment

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

LGTM 🗄️

@wise-king-sullyman wise-king-sullyman merged commit 724258e into patternfly:v6 Jan 31, 2024
13 checks passed
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-code-editor@6.0.0-alpha.24
  • @patternfly/react-core@6.0.0-alpha.24
  • @patternfly/react-docs@7.0.0-alpha.25
  • @patternfly/react-drag-drop@6.0.0-alpha.5
  • demo-app-ts@5.1.1-alpha.23
  • @patternfly/react-table@6.0.0-alpha.24

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.

Consume core Penta updates: Single file upload
6 participants