From 4e4b355c8b581a5d21c4ebc33b0ac5450e605f18 Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Thu, 16 Jan 2020 19:01:46 -0800 Subject: [PATCH] Add changelog entry --- UNRELEASED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UNRELEASED.md b/UNRELEASED.md index 0ba5450d3a2..cfbdb7a996b 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -56,5 +56,6 @@ - Converted `Tooltip` into a functional component ([#2543](https://github.com/Shopify/polaris-react/pull/2543)) - Converted `Option` into a functional component ([#2541](https://github.com/Shopify/polaris-react/pull/2541)) - Avoided unneeded work in `TextField` if character count is not rendered ([#2598](https://github.com/Shopify/polaris-react/pull/2598)) +- Use `export *` to rexport component content in component indexs and subcomponent listings ([#2625](https://github.com/Shopify/polaris-react/pull/2625)) ### Deprecations