From 33732fac92392aeee1bbcc87e2853e9973b29166 Mon Sep 17 00:00:00 2001 From: Joe Henry <70602409+joehenry9498@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:41:51 -0400 Subject: [PATCH] Update NextVersion.md --- docs/changehistory/NextVersion.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changehistory/NextVersion.md b/docs/changehistory/NextVersion.md index 9aeb7c4179d..e1a85252d46 100644 --- a/docs/changehistory/NextVersion.md +++ b/docs/changehistory/NextVersion.md @@ -10,6 +10,8 @@ Table of contents: - [Fixes](#fixes-1) - [@itwin/core-react](#itwincore-react) - [Fixes](#fixes-2) +- [@itwin/appui-layout-react](#itwinappui-layout-react) + - [Changes](#changes) ## @itwin/appui-react @@ -61,7 +63,6 @@ Table of contents: ### Changes - `AppNotificationManager` no longer requires `StatusBar` to be rendered in the active frontstage to show messages. -- Popout Widgets will now size to content on popout. ### Fixes @@ -80,3 +81,9 @@ Table of contents: ### Fixes - Fixed `useDisposable` hook to work in React 18 strict mode. + +## @itwin/appui-layout-react + +### Changes + +- Popouts will now fit to content when bounds are not set.