Skip to content

Commit 34e0ba1

Browse files
committed
Merge branch 'feature/css-in-js' into css-in-js/sizes
2 parents c897fa7 + 1b2f77b commit 34e0ba1

481 files changed

Lines changed: 3843 additions & 916 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/changelog.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: "Changelog required"
22
on:
3-
push:
4-
branches: [ master ]
53
pull_request:
64
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
75
branches: [ master ]

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
## [`master`](https://github.com/elastic/eui/tree/master)
22

3+
- Added `panelProps` to `EuiPopover` ([#4573](https://github.com/elastic/eui/pull/4573))
4+
5+
## [`31.9.1`](https://github.com/elastic/eui/tree/v31.9.1)
6+
7+
**Bug fixes**
8+
9+
- Fixed an errant export of two non-existant values ([#4597](https://github.com/elastic/eui/pull/4564597))
10+
11+
## [`31.9.0`](https://github.com/elastic/eui/tree/v31.9.0)
12+
13+
- Added `EuiComboBoxOptionOption` prop to `EuiComboBox` props table ([#4563](https://github.com/elastic/eui/pull/4563))
314
- Allowed dynamically changing the `direction` prop on `EuiResizableContainer` ([#4557](https://github.com/elastic/eui/pull/4557))
415
- Exported `useIsWithinBreakpoints` hook ([#4557](https://github.com/elastic/eui/pull/4557))
16+
- Added focus to `EuiForm` error `EuiCallout` ([#4497](https://github.com/elastic/eui/pull/4497))
17+
- Added a `display` and `size` props to `EuiButtonIcon` ([#4466](https://github.com/elastic/eui/pull/4466))
518

619
**Bug fixes**
720

821
- Fixed the return type of `getDefaultEuiMarkdownUiPlugins` ([#4567](https://github.com/elastic/eui/pull/4567))
922
- Fixed inverse handling of boolean sorting in `EuiDataGrid` ([#4561](https://github.com/elastic/eui/pull/4561))
1023

11-
## Feature: EuiPageTemplate ([#4517](https://github.com/elastic/eui/pull/4517))
24+
### Feature: EuiPageTemplate ([#4517](https://github.com/elastic/eui/pull/4517))
1225

1326
- Added new `EuiPageTemplate` component as a shortcut for creating the different types of page layout patterns
1427
- Added props `grow` and `direction` to `EuiPage`

0 commit comments

Comments
 (0)