From a2ba6f3fb8f3e4ce7897f7ae791bb98c75a110a7 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Fri, 31 May 2019 09:31:40 -0500 Subject: [PATCH 1/2] lint fix --- src/components/table/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/table/index.d.ts b/src/components/table/index.d.ts index 36a10faff93..252c6107343 100644 --- a/src/components/table/index.d.ts +++ b/src/components/table/index.d.ts @@ -110,7 +110,8 @@ declare module '@elastic/eui' { */ export type EuiTableHeaderCellCheckboxScope = TableHeaderCellCheckboxScope; - export interface EuiTableHeaderCellCheckboxProps extends TableHeaderCellCheckboxProps {} + export interface EuiTableHeaderCellCheckboxProps + extends TableHeaderCellCheckboxProps {} export const EuiTableHeaderCellCheckbox: typeof TableHeaderCellCheckbox; /** From bccefb8647bd3a821cea2cba6c6a7bf82f3b2950 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Fri, 31 May 2019 09:41:18 -0500 Subject: [PATCH 2/2] CL entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080f35d8885..a2acf801e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ - Fixed environment setup for running `test-unit` script on Windows ([#1971](https://github.com/elastic/eui/pull/1971)) - Fixed focus on single selection of EuiComboBox ([#1965](https://github.com/elastic/eui/pull/1965)) - Fixed type mismatch between PropType and TypeScript def for `EuiGlobalToastList` toast `title` ([#1978](https://github.com/elastic/eui/pull/1978)) -- Fixed missing Typescript definition for `EuiBUtton`'s `color="text"` option +- Fixed missing Typescript definition for `EuiButton`'s `color="text"` option ([#1980](https://github.com/elastic/eui/pull/1980)) +- Fixed Prettier formatting lint error in `EuiTable` TS def file ([#1986](https://github.com/elastic/eui/pull/1986)) ## [`11.2.1`](https://github.com/elastic/eui/tree/v11.2.1)