Skip to content

Conversation

@tlabaj
Copy link
Contributor

@tlabaj tlabaj commented Mar 17, 2023

closes: #8831

Bump core version

@patternfly-build
Copy link
Contributor

patternfly-build commented Mar 17, 2023

</Popover>
{helperText && <div className={styles.datePickerHelperText}>{helperText}</div>}
{errorText.trim() && <div className={css(styles.datePickerHelperText, styles.modifiers.error)}>{errorText}</div>}
{errorText.trim() && <div className={css(styles.datePickerHelperText)}>{errorText}</div>}
Copy link
Contributor

Choose a reason for hiding this comment

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

Won't this cause error to be unstyled (or styled the same way as helper)?

Copy link
Contributor

@gitdallas gitdallas Mar 17, 2023

Choose a reason for hiding this comment

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

image

looks like it is also causing cypress to fail as it tries to find div.pf-m-error
https://github.com/patternfly/patternfly-react/blob/v5/packages/react-integration/cypress/integration/datepicker.spec.ts#L17

if removing error styling is intended, could update cypress to look for pf-c-date-picker__helper-text assuming there is no helper text

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is a follow up issue for the helper text work

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I disabled the test for now. It should be reenabled with the datePicker helper text work (I left a note in the issue). This PR is just to bump the core version and get it to build so we have the styles to address the feature work once this goes in

@nicolethoen nicolethoen merged commit 9a33b19 into patternfly:v5 Mar 18, 2023
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-charts@7.0.0-alpha.12
  • @patternfly/react-code-editor@5.0.0-alpha.40
  • @patternfly/react-core@5.0.0-alpha.40
  • @patternfly/react-docs@6.0.0-alpha.43
  • @patternfly/react-icons@5.0.0-alpha.6
  • demo-app-ts@5.0.0-alpha.23
  • @patternfly/react-integration@5.0.0-alpha.10
  • @patternfly/react-styles@5.0.0-alpha.5
  • @patternfly/react-table@5.0.0-alpha.40
  • @patternfly/react-tokens@5.0.0-alpha.5

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.

chore: core bump

4 participants