Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling Latest Code #7

Merged
merged 25 commits into from
Mar 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0b6e9c0
Increase start-server-and-test timeout (#4580)
chandlerprall Feb 26, 2021
c112540
[EuiComboBox] Improved props table for EuiComboBox (#4563)
akashgp09 Mar 2, 2021
e4e6970
[EuiForm] Added focus state to error callout (#4497)
akashgp09 Mar 2, 2021
e55fe0e
[Docs] Removed all `isNew` declarations on components over 6 months o…
cchaos Mar 2, 2021
6c005f4
[EuiButtonIcon] Add display prop (#4466)
andreadelrio Mar 2, 2021
0545480
Update datagrid's jest environment rendering to render all cells (#4589)
chandlerprall Mar 2, 2021
fa44f63
update i18ntokens
chandlerprall Mar 2, 2021
118106c
31.9.0
chandlerprall Mar 2, 2021
ce53e1e
Updated documentation.
chandlerprall Mar 2, 2021
8ec5f72
Prevent the changelog check from running on commits to master (#4592)
chandlerprall Mar 2, 2021
d6a3547
Changing heading level of Feature item to h3
cchaos Mar 2, 2021
9c6dea9
Don't export TS types from JS files (#4597)
chandlerprall Mar 2, 2021
0f02057
31.9.1
chandlerprall Mar 2, 2021
21c0d60
Updated documentation.
chandlerprall Mar 2, 2021
4eac793
Fix spelling of deprecated in warnings (#4598)
smith Mar 3, 2021
18d7d2b
[EuiPopover] Added panelProps prop (#4573)
akashgp09 Mar 3, 2021
278ab85
changelog entry correction
chandlerprall Mar 3, 2021
7251e4c
[EuiBasicTable] Fixed clickable rows not highlighting in sub-tables (…
anuragxxd Mar 3, 2021
919c5e5
[EuiPopover] Don't apply willChange to popover after it is done openi…
chandlerprall Mar 3, 2021
58a4035
Remove EuiPageSideProps from src/components/index.js export (#4604)
chandlerprall Mar 3, 2021
1b5b920
[Docs] Added the ability to navigate through the docs pages using key…
akashgp09 Mar 4, 2021
f4d497f
[EuiPopover] Default to ownFocus (#4551)
Mar 4, 2021
80b7472
[EuiToolTip, useInnerText] Use jest.useFakeTimers for flaky tests (#4…
thompsongl Mar 5, 2021
d0d623c
[EuiComboBox] Fixed options list misalignment (#4607)
wenchonglee Mar 5, 2021
efe4ac2
[EuiColorStops] Fixed: Standard, Random & Fixed Examples are using sa…
anuragxxd Mar 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: "Changelog required"
on:
push:
branches: [ master ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches: [ master ]
Expand Down
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added `panelProps` to `EuiPopover` ([#4573](https://github.com/elastic/eui/pull/4573))
- Updated the default of the `EuiPopover`s `ownFocus` prop from `false` to `true` ([#4551](https://github.com/elastic/eui/pull/4551))

**Bug fixes**

- Fixed hover effect of nested clickable rows in `EuiBasicTable` ([#4566](https://github.com/elastic/eui/pull/4566))
- Fixed visual bug in drag&drop sections when nested in an popover ([#4590](https://github.com/elastic/eui/pull/4590))
- Fixed an errant export of `EuiSideNavProps` type from JS code ([#4604](https://github.com/elastic/eui/pull/4604))
- Fixed misaligned `EuiComboBox` options list ([#4607](https://github.com/elastic/eui/pull/4607))

## [`31.9.1`](https://github.com/elastic/eui/tree/v31.9.1)

**Bug fixes**

- Fixed an errant export of two non-existant values ([#4597](https://github.com/elastic/eui/pull/4597))

## [`31.9.0`](https://github.com/elastic/eui/tree/v31.9.0)

- Added `EuiComboBoxOptionOption` prop to `EuiComboBox` props table ([#4563](https://github.com/elastic/eui/pull/4563))
- Allowed dynamically changing the `direction` prop on `EuiResizableContainer` ([#4557](https://github.com/elastic/eui/pull/4557))
- Exported `useIsWithinBreakpoints` hook ([#4557](https://github.com/elastic/eui/pull/4557))
- Added focus to `EuiForm` error `EuiCallout` ([#4497](https://github.com/elastic/eui/pull/4497))
- Added a `display` and `size` props to `EuiButtonIcon` ([#4466](https://github.com/elastic/eui/pull/4466))

**Bug fixes**

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

## Feature: EuiPageTemplate ([#4517](https://github.com/elastic/eui/pull/4517))
### Feature: EuiPageTemplate ([#4517](https://github.com/elastic/eui/pull/4517))

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