diff --git a/common/changes/@itwin/components-react/fix-record-value-renderers_2023-11-27-13-05.json b/common/changes/@itwin/components-react/fix-record-value-renderers_2023-11-27-13-05.json new file mode 100644 index 00000000000..11c5c1ad499 --- /dev/null +++ b/common/changes/@itwin/components-react/fix-record-value-renderers_2023-11-27-13-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/components-react", + "comment": "Fix bug where multiline value renderer would not support navigation properties.", + "type": "none" + } + ], + "packageName": "@itwin/components-react" +} \ No newline at end of file diff --git a/docs/changehistory/NextVersion.md b/docs/changehistory/NextVersion.md index b1447790d04..19567272657 100644 --- a/docs/changehistory/NextVersion.md +++ b/docs/changehistory/NextVersion.md @@ -4,6 +4,8 @@ Table of contents: - [@itwin/appui-react](#itwinappui-react) - [Additions](#additions) + - [UiItemsProvider improvements](#uiitemsprovider-improvements) + - [Preview features](#preview-features) - [Changes](#changes) - [Fixes](#fixes) - [@itwin/imodel-components-react](#itwinimodel-components-react) @@ -11,6 +13,7 @@ Table of contents: - [@itwin/components-react](#itwincomponents-react) - [Fixes](#fixes-2) - [@itwin/core-react](#itwincore-react) + - [Changes](#changes-1) - [Fixes](#fixes-3) ## @itwin/appui-react @@ -114,6 +117,7 @@ Table of contents: ### Fixes - Fixed `useAsyncValue` hook to work in React 18 strict mode. +- Fixed `MultiLineTextPropertyValueRenderer` to support Navigation and Double `PropertyRecords`. ## @itwin/core-react