Skip to content

Commit 8ef54b5

Browse files
Release packages [publish docs] (#1516)
Co-authored-by: imodeljs-admin <imodeljs-admin@users.noreply.github.com>
1 parent f291611 commit 8ef54b5

File tree

11 files changed

+43
-29
lines changed

11 files changed

+43
-29
lines changed

.changeset/lovely-sites-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/salty-islands-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/salty-items-repeat.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

ui/appui-react/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log - @itwin/appui-react
22

3+
## 5.26.0
4+
5+
### Minor Changes
6+
7+
- f291611: Deprecated `PreviewFeaturesProviderProps` interface. Use `React.ComponentProps<typeof PreviewFeaturesProvider>` instead.
8+
- f291611: Bumped the release tag of `PreviewFeaturesProvider` component and `PreviewFeatures` interface from `@beta` to `@public`.
9+
- 2c75727: Added `widgetTabActions` preview feature, which when enabled displays widget tab actions for individual tabs instead of the default behavior where only active tab actions are exposed. Note that this feature replaces the overflow dropdown menu with a scrollable container to display all tab actions. Close button will be shown in widget tab when `controlWidgetVisibility` preview feature is enabled.
10+
11+
```tsx
12+
<PreviewFeaturesProvider
13+
features={{
14+
widgetTabActions: true,
15+
}}
16+
>
17+
<App />
18+
</PreviewFeaturesProvider>
19+
```
20+
21+
### Patch Changes
22+
23+
- @itwin/components-react@5.26.0
24+
- @itwin/core-react@5.26.0
25+
- @itwin/imodel-components-react@5.26.0
26+
327
## 5.25.0
428

529
### Minor Changes

ui/appui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/appui-react",
3-
"version": "5.25.0",
3+
"version": "5.26.0",
44
"description": "A react component library for AppUI framework",
55
"type": "module",
66
"types": "./lib/appui-react.d.ts",

ui/components-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @itwin/components-react
22

3+
## 5.26.0
4+
5+
### Patch Changes
6+
7+
- @itwin/core-react@5.26.0
8+
39
## 5.25.0
410

511
### Patch Changes

ui/components-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/components-react",
3-
"version": "5.25.0",
3+
"version": "5.26.0",
44
"description": "A react component library of iTwin.js UI data-oriented components",
55
"type": "module",
66
"types": "./lib/components-react.d.ts",

ui/core-react/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log - @itwin/core-react
22

3+
## 5.26.0
4+
35
## 5.25.0
46

57
## 5.24.2

ui/core-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/core-react",
3-
"version": "5.25.0",
3+
"version": "5.26.0",
44
"description": "A react component library of iTwin.js UI general purpose components",
55
"type": "module",
66
"types": "./lib/core-react.d.ts",

ui/imodel-components-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log - @itwin/imodel-components-react
22

3+
## 5.26.0
4+
5+
### Patch Changes
6+
7+
- @itwin/components-react@5.26.0
8+
- @itwin/core-react@5.26.0
9+
310
## 5.25.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)