-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Upgrade EUI to v80.0.0 #157939
Upgrade EUI to v80.0.0 #157939
Conversation
a4cb95a
to
5f3f79f
Compare
Pinging @elastic/eui-team (EUI) |
@@ -90,7 +90,6 @@ export class DecimalDegreesForm extends Component<Props, State> { | |||
onChange={this._onLatChange} | |||
isInvalid={isLatInvalid} | |||
data-test-subj="latitudeInput" | |||
step="any" // Browsers will validate decimals as invalid otherwise |
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.
For context for this reversion, EuiFieldNumber now defaults to step="any"
, so all decimal number inputs will no longer have invalid states (although you're still of course free to pass in your own custom step interval, e.g. step={0.5}
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.
kibana-gis changes LGTM
code review only
@elasticmachine merge upstream |
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.
ML functional test change LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @tkajtoch |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
## Summary `@elastic/[email protected]` ⏩ `@elastic/[email protected]` --- ## [`80.0.0`](https://github.com/elastic/eui/tree/v80.0.0) - Improved the contrast ratio of meta labels within `EuiSelectableTemplateSitewide` to meet WCAG AA guidelines. ([elastic#6761](elastic/eui#6761)) - Added `vulnerabilityManagementApp` glyph to `EuiIcon` ([elastic#6762](elastic/eui#6762)) - Added `logoVulnerabilityManagement` icon to `EuiIcon` ([elastic#6763](elastic/eui#6763)) - Added `onPanelChange` callback to `EuiContextMenu` to provide consumer access to `panelId` and `direction`. ([elastic#6767](elastic/eui#6767)) **Bug fixes** - Fixed `EuiComboBox` so `append` and `prepend` icon buttons are full height and vertically centered. ([elastic#6766](elastic/eui#6766)) - Improved the uniformity of dropdown components by hiding the dropdown icon of disabled `EuiComboBox`s. ([elastic#6768](elastic/eui#6768)) **Breaking changes** - `EuiFieldNumber` now defaults the `step` prop to `"any"` ([elastic#6760](elastic/eui#6760)) - EUI now globally resets a default Chromium browser style that was decreasing the opacity of disabled `select` items. ([elastic#6768](elastic/eui#6768)) --------- Co-authored-by: Kibana Machine <[email protected]>
Summary
@elastic/[email protected]
⏩@elastic/[email protected]
80.0.0
EuiSelectableTemplateSitewide
to meet WCAG AA guidelines. (#6761)vulnerabilityManagementApp
glyph toEuiIcon
(#6762)logoVulnerabilityManagement
icon toEuiIcon
(#6763)onPanelChange
callback toEuiContextMenu
to provide consumer access topanelId
anddirection
. (#6767)Bug fixes
EuiComboBox
soappend
andprepend
icon buttons are full height and vertically centered. (#6766)EuiComboBox
s. (#6768)Breaking changes
EuiFieldNumber
now defaults thestep
prop to"any"
(#6760)select
items. (#6768)