Skip to content

Commit

Permalink
Merge branch 'master' into JonasD/merging-property-data-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDov committed Sep 20, 2024
2 parents 00c13bd + 0a4cc7d commit 61a3999
Show file tree
Hide file tree
Showing 13 changed files with 421 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/appui-react"
}
],
"packageName": "@itwin/appui-react",
"email": "10091419+GerardasB@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/components-react"
}
],
"packageName": "@itwin/components-react",
"email": "10091419+GerardasB@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/core-react"
}
],
"packageName": "@itwin/core-react",
"email": "10091419+GerardasB@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/imodel-components-react"
}
],
"packageName": "@itwin/imodel-components-react",
"email": "10091419+GerardasB@users.noreply.github.com"
}
249 changes: 249 additions & 0 deletions docs/changehistory/4.17.0.md

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions ui/appui-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"name": "@itwin/appui-react",
"entries": [
{
"version": "4.17.0",
"tag": "@itwin/appui-react_v4.17.0",
"date": "Thu, 19 Sep 2024 12:50:53 GMT",
"comments": {
"none": [
{
"comment": "Deprecated FrameworkFrontstages.clearFrontstageProviders"
},
{
"comment": "Deprecated visibility methods of UiFramework"
},
{
"comment": "Deprecated component props in favor of type helper"
},
{
"comment": "Track `ContentOverlay` components to determine if the active strip should be rendered by the content layout."
},
{
"comment": "Allow to set the available snap modes in SnapModeField."
},
{
"comment": "Add a generic `ConditionalValue` interface."
},
{
"comment": "Add `ContentProps.renderActiveStrip` property to control rendering of the active strip."
},
{
"comment": "Deprecate `useDefaultStatusBarItems`, `useUiItemsProviderStatusBarItems` and `useUiItemsProviderBackstageItems` hooks."
},
{
"comment": "Deprecate `CSS` and `SCSS` variables."
},
{
"comment": "Deprecate remnant APIs related to `provide*` variants of `UiItemsProvider`."
},
{
"comment": "Deprecate APIs related to `BaseUiItemsProvider`."
},
{
"comment": "Add `ConditionalBooleanValue` and `ConditionalStringValue` class re-exports."
},
{
"comment": "Move `StandardContentLayouts` and `ContentLayoutProps` from @itwin/appui-abstract"
},
{
"comment": "Added `UiFramework.onIModelConnectionChanged` event to get notified whenever the iModel connection returned by `UiFramework.getIModelConnection()` is changed."
}
]
}
},
{
"version": "4.16.5",
"tag": "@itwin/appui-react_v4.16.5",
Expand Down
22 changes: 21 additions & 1 deletion ui/appui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Change Log - @itwin/appui-react

This log was last generated on Tue, 10 Sep 2024 16:40:45 GMT and should not be manually modified.
This log was last generated on Thu, 19 Sep 2024 12:50:53 GMT and should not be manually modified.

## 4.17.0
Thu, 19 Sep 2024 12:50:53 GMT

### Updates

- Deprecated FrameworkFrontstages.clearFrontstageProviders
- Deprecated visibility methods of UiFramework
- Deprecated component props in favor of type helper
- Track `ContentOverlay` components to determine if the active strip should be rendered by the content layout.
- Allow to set the available snap modes in SnapModeField.
- Add a generic `ConditionalValue` interface.
- Add `ContentProps.renderActiveStrip` property to control rendering of the active strip.
- Deprecate `useDefaultStatusBarItems`, `useUiItemsProviderStatusBarItems` and `useUiItemsProviderBackstageItems` hooks.
- Deprecate `CSS` and `SCSS` variables.
- Deprecate remnant APIs related to `provide*` variants of `UiItemsProvider`.
- Deprecate APIs related to `BaseUiItemsProvider`.
- Add `ConditionalBooleanValue` and `ConditionalStringValue` class re-exports.
- Move `StandardContentLayouts` and `ContentLayoutProps` from @itwin/appui-abstract
- Added `UiFramework.onIModelConnectionChanged` event to get notified whenever the iModel connection returned by `UiFramework.getIModelConnection()` is changed.

## 4.16.5
Tue, 10 Sep 2024 16:40:45 GMT
Expand Down
15 changes: 15 additions & 0 deletions ui/components-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/components-react",
"entries": [
{
"version": "4.17.0",
"tag": "@itwin/components-react_v4.17.0",
"date": "Thu, 19 Sep 2024 12:50:53 GMT",
"comments": {
"none": [
{
"comment": "Deprecated component props in favor of type helper"
},
{
"comment": "Add support for allowing last rule to be deleted in FilterBuilder"
}
]
}
},
{
"version": "4.16.5",
"tag": "@itwin/components-react_v4.16.5",
Expand Down
10 changes: 9 additions & 1 deletion ui/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @itwin/components-react

This log was last generated on Tue, 10 Sep 2024 16:40:46 GMT and should not be manually modified.
This log was last generated on Thu, 19 Sep 2024 12:50:53 GMT and should not be manually modified.

## 4.17.0
Thu, 19 Sep 2024 12:50:53 GMT

### Updates

- Deprecated component props in favor of type helper
- Add support for allowing last rule to be deleted in FilterBuilder

## 4.16.5
Tue, 10 Sep 2024 16:40:46 GMT
Expand Down
6 changes: 6 additions & 0 deletions ui/core-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/core-react",
"entries": [
{
"version": "4.17.0",
"tag": "@itwin/core-react_v4.17.0",
"date": "Thu, 19 Sep 2024 12:50:53 GMT",
"comments": {}
},
{
"version": "4.16.5",
"tag": "@itwin/core-react_v4.16.5",
Expand Down
7 changes: 6 additions & 1 deletion ui/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/core-react

This log was last generated on Tue, 10 Sep 2024 16:40:46 GMT and should not be manually modified.
This log was last generated on Thu, 19 Sep 2024 12:50:53 GMT and should not be manually modified.

## 4.17.0
Thu, 19 Sep 2024 12:50:53 GMT

_Version update only_

## 4.16.5
Tue, 10 Sep 2024 16:40:46 GMT
Expand Down
12 changes: 12 additions & 0 deletions ui/imodel-components-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/imodel-components-react",
"entries": [
{
"version": "4.17.0",
"tag": "@itwin/imodel-components-react_v4.17.0",
"date": "Thu, 19 Sep 2024 12:50:53 GMT",
"comments": {
"none": [
{
"comment": "Deprecated component props in favor of type helper"
}
]
}
},
{
"version": "4.16.5",
"tag": "@itwin/imodel-components-react_v4.16.5",
Expand Down
9 changes: 8 additions & 1 deletion ui/imodel-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/imodel-components-react

This log was last generated on Tue, 10 Sep 2024 16:40:46 GMT and should not be manually modified.
This log was last generated on Thu, 19 Sep 2024 12:50:53 GMT and should not be manually modified.

## 4.17.0
Thu, 19 Sep 2024 12:50:53 GMT

### Updates

- Deprecated component props in favor of type helper

## 4.16.5
Tue, 10 Sep 2024 16:40:46 GMT
Expand Down

0 comments on commit 61a3999

Please sign in to comment.