Conversation
a9c142b to
5b06765
Compare
|
buildkite test this |
5b06765 to
2220cc4
Compare
…EXCLUDE_PREVIOUS_HIST when not set
2220cc4 to
531877e
Compare
|
/ci |
|
@tkajtoch I can't seem to repro the Observability Cypress failures locally 😬 Not sure if you can! |
|
@cee-chen Same. I tried reproducing these before and after rebase, and they all pass locally |
|
Pinging @elastic/eui-team (EUI) |
|
Pinging @elastic/fleet (Team:Fleet) |
nickpeihl
left a comment
There was a problem hiding this comment.
presentation changes lgtm!
- which needs to get in by 8.15
kpollich
left a comment
There was a problem hiding this comment.
Fleet changes in cypress suites LGTM
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @tkajtoch |
efegurkan
left a comment
There was a problem hiding this comment.
Enterprise Search/Search area changes look good.
justinkambic
left a comment
There was a problem hiding this comment.
Infra Services change LGTM
`v94.6.0` ⏩ `v95.0.0-backport.0` _[Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_ --- ## [`v95.0.0-backport.0`](https://github.com/elastic/eui/releases/v95.0.0-backport.0) **This is a backport release only intended for use by Kibana.** - Updated `EuiSteps` to support a new `titleSize="xxs"` style, which outputs the same title font size but smaller unnumbered step indicators ([elastic#7813](elastic/eui#7813)) - Updated `EuiStepsHorizontal` to support a new `size="xs"` style, which outputs smaller unnumbered step indicators ([elastic#7813](elastic/eui#7813)) - Updated `EuiStepNumber` to support new `titleSize="none"` which omits rendering step numbers, and will only render icons ([elastic#7813](elastic/eui#7813)) ## [`v95.0.0`](https://github.com/elastic/eui/releases/v95.0.0) - Added `move` glyph to `EuiIcon` ([elastic#7789](elastic/eui#7789)) - Updated `EuiBasicTable` and `EuiInMemoryTable`s with `selection` - the header row checkbox will now render an indeterminate state if some (but not all) rows are selected ([elastic#7817](elastic/eui#7817)) **Bug fixes** - Fixed an `EuiDataGrid` visual bug when using `lineCount` row heights where the clamped text was still visible for some font sizes ([elastic#7793](elastic/eui#7793)) - Fixed `EuiSearchBar`'s filter configs to always respect `autoClose: false` ([elastic#7806](elastic/eui#7806)) **Breaking changes** - Removed deprecated `EUI_CHARTS_THEME_DARK`, `EUI_CHARTS_THEME_LIGHT` and `EUI_SPARKLINE_THEME_PARTIAL` exports ([elastic#7682](elastic/eui#7682)) - Removed deprecated `euiPalettePositive` and `euiPaletteNegative`. Use `euiPaletteGreen` and `euiPaletteRed` instead ([elastic#7808](elastic/eui#7808)) - Removed `type="inList"` from `EuiCheckbox`. Simply omit passing a `label` prop to render this style of checkbox ([elastic#7814](elastic/eui#7814)) - Removed the unused `compressed` prop from `EuiCheckbox` and `EuiRadio`. This prop was not doing anything on individual components. ([elastic#7818](elastic/eui#7818)) **CSS-in-JS conversions** - Converted `EuiCheckboxGroup` to Emotion ([elastic#7818](elastic/eui#7818)) - Converted `EuiRadioGroup` to Emotion ([elastic#7818](elastic/eui#7818)) --------- Co-authored-by: Cee Chen <constance.chen@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
v94.6.0⏩v95.0.0-backport.0Questions? Please see our Kibana upgrade FAQ.
v95.0.0-backport.0This is a backport release only intended for use by Kibana.
EuiStepsto support a newtitleSize="xxs"style, which outputs the same title font size but smaller unnumbered step indicators (#7813)EuiStepsHorizontalto support a newsize="xs"style, which outputs smaller unnumbered step indicators (#7813)EuiStepNumberto support newtitleSize="none"which omits rendering step numbers, and will only render icons (#7813)v95.0.0moveglyph toEuiIcon(#7789)EuiBasicTableandEuiInMemoryTables withselection- the header row checkbox will now render an indeterminate state if some (but not all) rows are selected (#7817)Bug fixes
EuiDataGridvisual bug when usinglineCountrow heights where the clamped text was still visible for some font sizes (#7793)EuiSearchBar's filter configs to always respectautoClose: false(#7806)Breaking changes
EUI_CHARTS_THEME_DARK,EUI_CHARTS_THEME_LIGHTandEUI_SPARKLINE_THEME_PARTIALexports (#7682)euiPalettePositiveandeuiPaletteNegative. UseeuiPaletteGreenandeuiPaletteRedinstead (#7808)type="inList"fromEuiCheckbox. Simply omit passing alabelprop to render this style of checkbox (#7814)compressedprop fromEuiCheckboxandEuiRadio. This prop was not doing anything on individual components. (#7818)CSS-in-JS conversions
EuiCheckboxGroupto Emotion (#7818)EuiRadioGroupto Emotion (#7818)