Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusBa committed Nov 27, 2023
1 parent 6c761b8 commit 691cd24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions docs/changehistory/NextVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ 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)
- [Fixes](#fixes-1)
- [@itwin/components-react](#itwincomponents-react)
- [Fixes](#fixes-2)
- [@itwin/core-react](#itwincore-react)
- [Changes](#changes-1)
- [Fixes](#fixes-3)

## @itwin/appui-react
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 691cd24

Please sign in to comment.