Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Feb 27, 2025
1 parent 8081c07 commit e4808ce
Show file tree
Hide file tree
Showing 40 changed files with 123 additions and 300 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@itwin/appui-react/issue-1201_2025-02-10-11-01.json

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.

10 changes: 0 additions & 10 deletions common/changes/@itwin/core-react/bump-vitest_2025-02-19-08-34.json

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.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "prerelease-monorepo-lockStep",
"definitionName": "lockStepVersion",
"version": "5.2.0-dev.1",
"version": "5.2.0",
"nextBump": "prerelease"
},
{
Expand Down
32 changes: 32 additions & 0 deletions docs/changehistory/5.2.0.md
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)
31 changes: 0 additions & 31 deletions docs/changehistory/NextVersion.md
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)
18 changes: 18 additions & 0 deletions ui/appui-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@itwin/appui-react",
"entries": [
{
"version": "5.2.0",
"tag": "@itwin/appui-react_v5.2.0",
"date": "Thu, 27 Feb 2025 08:07:36 GMT",
"comments": {
"none": [
{
"comment": "Remove @itwin/core-telemetry from @itwin/appui-react devDependencies"
},
{
"comment": "Add `promptAtContent` prop to `ToolAssistanceField` component."
},
{
"comment": "Add `useSavedState` to `Widget` interface."
}
]
}
},
{
"version": "5.1.0",
"tag": "@itwin/appui-react_v5.1.0",
Expand Down
Loading

0 comments on commit e4808ce

Please sign in to comment.