v86.0.0
- Added React 18 support (StrictMode not yet supported). (#7012)
Deprecations
- Deprecated
euiPaletteComplimentary
; UseeuiPaletteComplementary
instead. (#6992)
Breaking changes
- Replaced the underlying drag-and-drop library from
react-beautiful-dnd
to its fork@hello-pangea/dnd
(#7012) (#7012)- No code updates are needed if using only
<EuiDragDropContext>
,<EuiDroppable>
and<EuiDraggable>
with no direct imports fromreact-beautiful-dnd
. In case you were importing things fromreact-beautiful-dnd
and using them together with EUI components, you need to switch to@hello-pangea/dnd
which has cross-compatible API
- No code updates are needed if using only