-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 5.2.0 Change Notes <!-- omit from toc --> | ||
|
||
- [@itwin/appui-react](#itwinappui-react) | ||
- [Additions](#additions) | ||
- [Changes](#changes) | ||
- [@itwin/components-react](#itwincomponents-react) | ||
- [Fixes](#fixes) | ||
- [@itwin/core-react](#itwincore-react) | ||
- [Changes](#changes-1) | ||
|
||
## @itwin/appui-react | ||
|
||
### Additions | ||
|
||
- Added `useSavedState` property to `Widget` interface. By default widgets with `defaultState=Hidden` are always hidden when the layout is restored (i.e. page is reloaded). When `useSavedState` is set to `true` it will override the default behavior and force the widget to use its saved layout state instead. This is useful for widgets that are hidden by default but should be shown when the layout is restored. [#1210](https://github.com/iTwin/appui/pull/1210) | ||
- Added `promptAtContent` prop to `ToolAssistanceField` component. When set to `true` the prompt will be displayed only when the content area (i.e. viewport) is hovered. [#1211](https://github.com/iTwin/appui/pull/1211) | ||
|
||
### Changes | ||
|
||
- Updated `cursorPromptTimeout` prop of `ToolAssistanceField` component to handle `Number.POSITIVE_INFINITY`, which when enabled will display the cursor prompt indefinitely. [#1211](https://github.com/iTwin/appui/pull/1211) | ||
|
||
## @itwin/components-react | ||
|
||
### Fixes | ||
|
||
- Fixed an issue that unintentionally disabled tab navigation for tool settings. [#1236](https://github.com/iTwin/appui/pull/1236) | ||
|
||
## @itwin/core-react | ||
|
||
### Changes | ||
|
||
- Updated `dompurify` dependency version from `^2.5.6` to `^3.2.4`. [#1232](https://github.com/iTwin/appui/pull/1232) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1 @@ | ||
# NextVersion <!-- omit from toc --> | ||
|
||
- [@itwin/appui-react](#itwinappui-react) | ||
- [Additions](#additions) | ||
- [Changes](#changes) | ||
- [@itwin/components-react](#itwincomponents-react) | ||
- [Fixes](#fixes) | ||
- [@itwin/core-react](#itwincore-react) | ||
- [Changes](#changes-1) | ||
|
||
## @itwin/appui-react | ||
|
||
### Additions | ||
|
||
- Added `useSavedState` property to `Widget` interface. By default widgets with `defaultState=Hidden` are always hidden when the layout is restored (i.e. page is reloaded). When `useSavedState` is set to `true` it will override the default behavior and force the widget to use its saved layout state instead. This is useful for widgets that are hidden by default but should be shown when the layout is restored. [#1210](https://github.com/iTwin/appui/pull/1210) | ||
- Added `promptAtContent` prop to `ToolAssistanceField` component. When set to `true` the prompt will be displayed only when the content area (i.e. viewport) is hovered. [#1211](https://github.com/iTwin/appui/pull/1211) | ||
|
||
### Changes | ||
|
||
- Updated `cursorPromptTimeout` prop of `ToolAssistanceField` component to handle `Number.POSITIVE_INFINITY`, which when enabled will display the cursor prompt indefinitely. [#1211](https://github.com/iTwin/appui/pull/1211) | ||
|
||
## @itwin/components-react | ||
|
||
### Fixes | ||
|
||
- Fixed an issue that unintentionally disabled tab navigation for tool settings. [#1236](https://github.com/iTwin/appui/pull/1236) | ||
|
||
## @itwin/core-react | ||
|
||
### Changes | ||
|
||
- Updated `dompurify` dependency version from `^2.5.6` to `^3.2.4`. [#1232](https://github.com/iTwin/appui/pull/1232) |