kibana/packages/kbn-visualization-ui-components/components
Trevor Pierce 83d9644b74
Upgrade EUI to v86.0.0 (#163088)
`85.1.0` ➡️ `86.0.0`

⚠️ The biggest change in this PR is migrating the `react-beautiful-dnd`
dependency to it's open-source forked successor, `@hello-pangea/dnd`.
This new fork has better typescript support and additionally supports
both React 17 and React 18.

## [`86.0.0`](https://github.com/elastic/eui/tree/v86.0.0)

- Added React 18 support (StrictMode not yet supported).
([#7012](https://github.com/elastic/eui/pull/7012))

**Deprecations**

- Deprecated `euiPaletteComplimentary`; Use `euiPaletteComplementary`
instead. ([#6992](https://github.com/elastic/eui/pull/6992))

**Breaking changes**

- Replaced the underlying drag-and-drop library from
`react-beautiful-dnd` to its fork `@hello-pangea/dnd`
([#7012](https://github.com/elastic/eui/pull/7012))
([#7012](https://github.com/elastic/eui/pull/7012))
- No code updates are needed if using only `<EuiDragDropContext>`,
`<EuiDroppable>` and `<EuiDraggable>` with no direct imports from
`react-beautiful-dnd`. In case you were importing things from
`react-beautiful-dnd` and using them together with EUI components, you
need to switch to `@hello-pangea/dnd` which has cross-compatible API.

---------

Co-authored-by: Tomasz Kajtoch <tomasz.kajtoch@elastic.co>
Co-authored-by: Tomasz Kajtoch <tomek@kajto.ch>
Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
Co-authored-by: Drew Tate <andrew.tate@elastic.co>
2023-08-14 15:45:09 -05:00
..
dimension_buttons [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
drag_drop_bucket Upgrade EUI to v86.0.0 (#163088) 2023-08-14 15:45:09 -05:00
field_picker [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
query_input [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
color_picker.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
debounced_input.test.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
debounced_input.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
debounced_value.test.ts [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
debounced_value.ts [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
dimension_editor_section.scss [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
dimension_editor_section.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
icon_select.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
index.ts [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
line_style_settings.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
name_input.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
text_decoration_setting.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00
tooltip_wrapper.tsx [Lens][Event annotations] Move logic into packages (#161500) 2023-07-19 09:46:57 -05:00