-
Notifications
You must be signed in to change notification settings - Fork 375
chore(deps): Bump core version #8830
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
Conversation
|
Preview: https://patternfly-react-pr-8830.surge.sh A11y report: https://patternfly-react-pr-8830-a11y.surge.sh |
| </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>} |
There was a problem hiding this comment.
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)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
|
Your changes have been released in:
Thanks for your contribution! 🎉 |

closes: #8831
Bump core version