Skip to content

Commit

Permalink
Merge branch 'main' into feat/datagrid/5310
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 27, 2022
2 parents f8a25bc + dee2a3c commit 0a94221
Show file tree
Hide file tree
Showing 572 changed files with 747 additions and 753 deletions.
6 changes: 4 additions & 2 deletions .babelrc-optimize.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
// See `wiki/consuming.md` for rationale and consumer requirements.

const baseConfig = require('./.babelrc.js');
// Skip `propType` generation
// Skip `propType` generation.
// Still removes type exports for the es builds
baseConfig.plugins.splice(
baseConfig.plugins.indexOf(
'./scripts/babel/proptypes-from-ts-props'
),
1
1,
['./scripts/babel/proptypes-from-ts-props', { generatePropTypes: false }]
);
// Transform runtimes using babel plugin.
// Requires consuming applications to use `@babel/runtime`.
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

#### END FEATURE BRANCH

**Bug fixes**

- Fixed EuiDataGrid height issue when in full-screen mode and with scrolling content ([#5557](https://github.com/elastic/eui/pull/5557))
- Fixed a focus bug in `EuiDataGrid` when clicking another cell header with an already-open cell header popover ([#5556](https://github.com/elastic/eui/pull/5556))

## [`46.1.0`](https://github.com/elastic/eui/tree/v46.1.0)

- Added `sun` glyph to `EuiIcon` ([#5548](https://github.com/elastic/eui/pull/5548))
- Updated styles in `EuiDescriptionList` of `type` inline ([#5534](https://github.com/elastic/eui/pull/5534))

Expand All @@ -29,6 +36,7 @@
**Breaking changes**

- `EuiKeyPadMenuItem` now wraps itself with `EuiToolTip` when `betaBadgeLabel` is supplied forcing top element style props to be passed via `betaBadgeTooltipProps` ([#5541](https://github.com/elastic/eui/pull/5541))
- Changed `data-gridcell-id` in `EuiDataGrid` to the inverse index order: `[columnIndex],[rowIndex]` ([#5515](https://github.com/elastic/eui/pull/5515))

## [`45.0.0`](https://github.com/elastic/eui/tree/v45.0.0)

Expand Down
48 changes: 24 additions & 24 deletions docs/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/icon.accessibility.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/icon.aggregate.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/icon.alert.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/icon.analyzeEvent.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a94221

Please sign in to comment.