Conversation
src/plugins/advanced_settings/public/management_app/components/field/field.tsx
Outdated
Show resolved
Hide resolved
src/plugins/advanced_settings/public/management_app/components/field/field.tsx
Outdated
Show resolved
Hide resolved
...ion/data_frame_analytics/pages/analytics_management/hooks/use_create_analytics_form/state.ts
Outdated
Show resolved
Hide resolved
legrego
left a comment
There was a problem hiding this comment.
Security/Spaces changes LGTM - tested locally.
spalger
left a comment
There was a problem hiding this comment.
@kbn/ui-shared-deps update LGTM
...k/plugins/triggers_actions_ui/public/application/components/builtin_action_types/webhook.tsx
Outdated
Show resolved
Hide resolved
walterra
left a comment
There was a problem hiding this comment.
ML & transform changes LGTM
weltenwort
left a comment
There was a problem hiding this comment.
👀 Reviewing on behalf of @elastic/logs-metrics-ui...
igoristic
left a comment
There was a problem hiding this comment.
Looks good with Stack Monitoring, and all tests seem to be passing 👍
poffdeluxe
left a comment
There was a problem hiding this comment.
canvas changes seem to work just fine 👍
0a1c55f to
153073e
Compare
thompsongl
left a comment
There was a problem hiding this comment.
TS and snapshot changes LGTM; spot-checked locally
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Updated EUI to 20.0.1; updated typescript usage * snapshots * Upgrade to eui 20.0.2, fix one more type * PR feedback * Update EUI icon usage to the correct types * Updated with master
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
Contains the usual jest snapshot test updates, as well as some TypeScript updates as
EuiCodeEditorandEuiComboBoxwere converted. Most TypeScript changes are to types and not runtime code, apart from a couple null checks.20.0.2Bug fixes
EuiComboBox(#2971)20.0.1Bug fixes
EuiCodeEditor's acceptingreact-aceprops (#2926)@types/react-input-autosizeto project'sdependencies(#2930)20.0.0EuiComboBox,EuiComboBoxInput,EuiComboBoxPill,EuiComboBoxOptionsList,EuiComboBoxOption, andEuiComboBoxTitleto TypeScript (#2838)EuiCodeEditorto TypeScript (#2836)EuiCodeandEuiCodeBlockand to TypeScript (#2835)EuiFilePickerto TypeScript (#2832)EuiSelectOptionPropstype (#2830)paperClipglyph toEuiIcon(#2845)bannerprop toEuiFlyoutBodyand updatedeuiOverflowShadowmixin (#2837)editorLinkicon (#2866)EuiDataGridto support non-data columns like row selection and actions (#2846)imageglyph toEuiIcon(#2870)EuiListGroupProps,EuiListGroupItemProps,EuiSelectableProps,EuiSelectableOption,EuiSelectableOptionsListProps(#2869)EuiSelectable[options]type with correct HTML element (#2869)EuiComboBox(#2890)logoGoogleGthird-party logo toEuiIcon(#2853)modulesNameMapperalias forEuiIconusing test environment mock (#2878)sinonand@types/sinonas dependencies, and converted usages tojest.fn(#2885)Bug fixes
EuiBottomBarandEuiControlBar(#2861)EuiDataGridcausing the first cell to autofocus if interactive (#2872)Breaking changes
visControlsandvisHeatmapduplicate icons from docs (#2908)Checklist
Delete any items that are not applicable to this PR.
For maintainers