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

fix(Popper): updated default appendTo prop for Penta styling #10675

Merged
merged 5 commits into from
Jul 2, 2024

Conversation

thatblindgeye
Copy link
Contributor

What: Closes #10671

Additional issues:

@thatblindgeye thatblindgeye linked an issue Jun 27, 2024 that may be closed by this pull request
@patternfly-build
Copy link
Contributor

patternfly-build commented Jun 27, 2024

@nicolethoen
Copy link
Contributor

Are there any docs - in accessibilty docs or in component docs that advise against appending to document body that we will want to update as a result of this change?

@thatblindgeye thatblindgeye force-pushed the popperUpdateDefaultAppend branch from 4fbd4f9 to 02aa4f2 Compare July 2, 2024 17:51
@thatblindgeye
Copy link
Contributor Author

thatblindgeye commented Jul 2, 2024

@nicolethoen not that I could find when searching document body or append in the org repo. I did update Dropdown and Select a teeny bit with the latest update, though.

@@ -27,7 +27,6 @@ DualListSelectorListItem as DLSListItemDeprecated,
DualListSelectorControlsWrapper as DLSControlsWrapperDeprecated,
DualListSelectorControl as DLSControlDeprecated,
DualListSelectorTree as DLSTreeDeprecated,
DualListSelectorTreeItemData as DLSTreeItemDataDeprecated,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note that this is unrelated to the PR itself, but should help remove the warning when building locally.

Copy link
Contributor

@mcoker mcoker left a comment

Choose a reason for hiding this comment

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

L🍕TM!

@tlabaj tlabaj merged commit daef02d into patternfly:v6 Jul 2, 2024
13 checks passed
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-code-editor@6.0.0-alpha.75
  • @patternfly/react-core@6.0.0-alpha.75
  • @patternfly/react-docs@7.0.0-alpha.81
  • @patternfly/react-drag-drop@6.0.0-alpha.57
  • @patternfly/react-integration@6.0.0-alpha.37
  • demo-app-ts@5.1.1-alpha.74
  • @patternfly/react-table@6.0.0-alpha.76
  • @patternfly/react-templates@6.0.0-alpha.25

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.

Update Popper appendTo default to doc body
6 participants