Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-selectable-hi…
Browse files Browse the repository at this point in the history
…ghlight
  • Loading branch information
Michail Yasonik committed Nov 24, 2020
2 parents ee467f4 + c0b8a25 commit a0e2722
Show file tree
Hide file tree
Showing 18 changed files with 923 additions and 904 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

**Bug fixes**

- Fixed stale state argument passed to `searchProps.onChange` in an `EuiSelectable`([#4292](https://github.com/elastic/eui/pull/4292))
- Fixed initial focus of an `EuiButtonGroup` when first item in a popover ([#4288](https://github.com/elastic/eui/pull/4288))
- Fixed visible scrollbar in `EuiComboBox` list ([#4301](https://github.com/elastic/eui/pull/4301))
- Removed hiding of time select on small screens for `EuiDatePicker` ([#4301](https://github.com/elastic/eui/pull/4301))

**Theme: Amsterdam**

- Fixed styles for `EuiMarkdownEditor` ([#4289](https://github.com/elastic/eui/pull/4289))
- Rounded all corners of dropdown type of inputs ([#4301](https://github.com/elastic/eui/pull/4301))

## [`30.4.1`](https://github.com/elastic/eui/tree/v30.4.1)

Expand Down
2 changes: 2 additions & 0 deletions src-docs/src/views/color_picker/color_palette_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ export default () => {
checked={selectionType}
onChange={() => setSelectionType(!selectionType)}
compressed
showLabel={false}
label="Display as fixed"
/>
</EuiFormRow>
</EuiPopover>
Expand Down
Loading

0 comments on commit a0e2722

Please sign in to comment.