From 1e90efc636fd67e819c53a47e429641ebf035c46 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 7 Dec 2018 14:52:28 -0700 Subject: [PATCH 1/2] Remove EuiNotificationBadge from badge/index.d.ts --- src/components/badge/index.d.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/badge/index.d.ts b/src/components/badge/index.d.ts index 7c34681fd93..7f47aa83c4a 100644 --- a/src/components/badge/index.d.ts +++ b/src/components/badge/index.d.ts @@ -34,16 +34,4 @@ declare module '@elastic/eui' { export const EuiBetaBadge: SFC< CommonProps & HTMLAttributes & EuiBetaBadgeProps >; - - export interface EuiNotificationBadgeProps { - iconType?: IconType; - label: ReactNode; - tooltipContent?: ReactNode; - tooltipPosition?: ToolTipPositions; - title?: string; - } - - export const EuiNotificationBadge: SFC< - CommonProps & HTMLAttributes - >; } From 8c0bc6f8f216adb55be5fc44e878a39bfab2175d Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 7 Dec 2018 14:58:02 -0700 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36489ee2ef..6f02056fb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `5.5.0`. +**Bug fixes** + +- Fixed TypeScript definitions in `eui.d.ts` ([#1359](https://github.com/elastic/eui/pull/1359)) ## [`5.5.0`](https://github.com/elastic/eui/tree/v5.5.0) +**Note: this release broke the exported TypeScript definitions. This is fixed in `5.5.1`.** + - Altered functionality of `truncate` on `EuiBreadcrumbs` and added `truncate` ability on breadcrumb item ([#1346](https://github.com/elastic/eui/pull/1346)) - Altered `EuiHeader`'s location of `EuiHeaderBreadcrumbs` based on the new `truncate` ability ([#1346](https://github.com/elastic/eui/pull/1346)) - Added support for `href` and `target` props in `EuiBasicTable` actions ([#1347](https://github.com/elastic/eui/pull/1347))