Skip to content

Commit

Permalink
4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Feb 26, 2024
1 parent 1b69c9f commit e1d8ffe
Show file tree
Hide file tree
Showing 37 changed files with 160 additions and 283 deletions.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@itwin/appui-react/itwinui-3x_2024-01-16-14-36.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.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@itwin/core-react/itwinui-3x_2024-01-16-14-36.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.

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": "4.10.0-dev.1",
"version": "4.10.0",
"nextBump": "prerelease"
},
{
Expand Down
45 changes: 45 additions & 0 deletions docs/changehistory/4.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# 4.10.0 Change Notes <!-- omit from toc -->

Table of contents:

- [@itwin/appui-react](#itwinappui-react)
- [Additions](#additions)
- [Changes](#changes)
- [Fixes](#fixes)
- [@itwin/components-react](#itwincomponents-react)
- [Fixes](#fixes-1)
- [@itwin/imodel-components-react](#itwinimodel-components-react)
- [Deprecations](#deprecations)
- [Fixes](#fixes-2)

## @itwin/appui-react

### Additions

- `enableMaximizedPanelWidget` preview feature. When enabled, panel widgets can be maximized by the user to fill the root container of AppUI. This feature is similar to the existing `enableMaximizedFloatingWidget` but for panel widgets. [#736](https://github.com/iTwin/appui/pull/736)

### Changes

- Update styling of tool settings components. [#658](https://github.com/iTwin/appui/pull/658)
- Updated iTwinUI version to 3.x. While this change is non-breaking it is recommended for applications to [import iTwinUI styles manually](https://github.com/iTwin/iTwinUI/wiki/Styling#v3). Other AppUI consumers are expected to migrate to iTwinUI 3.x gradually. For more information see [iTwinUI 3.x migration guide](https://github.com/iTwin/iTwinUI/wiki/iTwinUI-react-v3-migration-guide). [#666](https://github.com/iTwin/appui/pull/666)

### Fixes

- Fixed null property access when `useTransientState` is used in a popout widget. [#740](https://github.com/iTwin/appui/pull/740)

## @itwin/components-react

### Fixes

- Fix a potential maximum update depth error caused by useResizeObserver. [#658](https://github.com/iTwin/appui/pull/658)
- `ControlledTree`: add ability to select multiple nodes using `CMD` key + mouse click. [#734](https://github.com/iTwin/appui/pull/734)

## @itwin/imodel-components-react

### Deprecations

- `alwaysMinimized`, `minimized`, `onJump` properties of `TimelineComponentProps` are deprecated without a replacement, since these props have no effect and were never implemented. It is safe to remove these props in case they are used in a `TimelineComponent`. [#742](https://github.com/iTwin/appui/pull/742)

### Fixes

- Fix timeline component to keep fractional duration unchanged when total duration is changed. [#742](https://github.com/iTwin/appui/pull/742)
44 changes: 0 additions & 44 deletions docs/changehistory/NextVersion.md
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
# NextVersion <!-- omit from toc -->

Table of contents:

- [@itwin/appui-react](#itwinappui-react)
- [Additions](#additions)
- [Changes](#changes)
- [Fixes](#fixes)
- [@itwin/components-react](#itwincomponents-react)
- [Fixes](#fixes-1)
- [@itwin/imodel-components-react](#itwinimodel-components-react)
- [Deprecations](#deprecations)
- [Fixes](#fixes-2)

## @itwin/appui-react

### Additions

- `enableMaximizedPanelWidget` preview feature. When enabled, panel widgets can be maximized by the user to fill the root container of AppUI. This feature is similar to the existing `enableMaximizedFloatingWidget` but for panel widgets. [#736](https://github.com/iTwin/appui/pull/736)

### Changes

- Update styling of tool settings components. [#658](https://github.com/iTwin/appui/pull/658)
- Updated iTwinUI version to 3.x. While this change is non-breaking it is recommended for applications to [import iTwinUI styles manually](https://github.com/iTwin/iTwinUI/wiki/Styling#v3). Other AppUI consumers are expected to migrate to iTwinUI 3.x gradually. For more information see [iTwinUI 3.x migration guide](https://github.com/iTwin/iTwinUI/wiki/iTwinUI-react-v3-migration-guide). [#666](https://github.com/iTwin/appui/pull/666)

### Fixes

- Fixed null property access when `useTransientState` is used in a popout widget. [#740](https://github.com/iTwin/appui/pull/740)

## @itwin/components-react

### Fixes

- Fix a potential maximum update depth error caused by useResizeObserver. [#658](https://github.com/iTwin/appui/pull/658)
- `ControlledTree`: add ability to select multiple nodes using `CMD` key + mouse click. [#734](https://github.com/iTwin/appui/pull/734)

## @itwin/imodel-components-react

### Deprecations

- `alwaysMinimized`, `minimized`, `onJump` properties of `TimelineComponentProps` are deprecated without a replacement, since these props have no effect and were never implemented. It is safe to remove these props in case they are used in a `TimelineComponent`. [#742](https://github.com/iTwin/appui/pull/742)

### Fixes

- Fix timeline component to keep fractional duration unchanged when total duration is changed. [#742](https://github.com/iTwin/appui/pull/742)
21 changes: 21 additions & 0 deletions ui/appui-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@itwin/appui-react",
"entries": [
{
"version": "4.10.0",
"tag": "@itwin/appui-react_v4.10.0",
"date": "Mon, 26 Feb 2024 15:50:45 GMT",
"comments": {
"none": [
{
"comment": "Use iTwinUI 3.x."
},
{
"comment": "Enhance tool settings styling."
},
{
"comment": "Fixed null property access when `useTransientState` is used in a popout widget."
},
{
"comment": "Add `enableMaximizedPanelWidget` preview feature."
}
]
}
},
{
"version": "4.9.0",
"tag": "@itwin/appui-react_v4.9.0",
Expand Down
Loading

0 comments on commit e1d8ffe

Please sign in to comment.