From 6b3142200151f518b436194da19ec8fe726f5b03 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Tue, 30 Aug 2022 18:52:57 -0700 Subject: [PATCH] v63.0.6 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d233f990993..2e1ca68ac53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,6 +103,16 @@ - Converted `EuiTour` to Emotion ([#6087](https://github.com/elastic/eui/pull/6087)) +## [`63.0.6`](https://github.com/elastic/eui/tree/v63.0.6) + +**Note: this release is a backport containing changes originally made in `66.1.0`** + +- Added a new `component` prop to `EuiPageSection`, allowing overriding of the default `section` tag ([#6192](https://github.com/elastic/eui/pull/6192)) + +**Deprecations** + +- Added `@deprecated` flags to `EuiPageContent_Deprecated`, `EuiPageContentBody_Deprecated`, `EuiPageContentHeader_Deprecated`, `EuiPageContentHeaderSection_Deprecated`, `EuiPageSideBar_Deprecated` and `EuiPageTemplate_Deprecated`, which will provide helpful hints to IDEs that support jsdoc flags. Consumers will have until August 2023 to migrate from these deprecated components. ([#6194](https://github.com/elastic/eui/pull/6194)) + ## [`63.0.5`](https://github.com/elastic/eui/tree/v63.0.5) **Note: this release is a backport containing changes originally made in `64.0.0`**