Skip to content

Commit 4ce69b6

Browse files
chore(release): publish v2.0.0-rc.0 [ci skip]
1 parent 35491af commit 4ce69b6

14 files changed

+629
-7
lines changed

CHANGELOG.md

Lines changed: 190 additions & 0 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.29.2",
3+
"version": "2.0.0-rc.0",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/base/CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,60 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v2.0.0-rc.0) (2024-07-11)
7+
8+
### Bug Fixes
9+
10+
- use new JSX transform in preparation for React 19 ([#5837](https://github.com/SAP/ui5-webcomponents-react/issues/5837)) ([7dcad64](https://github.com/SAP/ui5-webcomponents-react/commit/7dcad64b3fb627f245a0a9e1a46e8ac01399ae09))
11+
12+
### chore
13+
14+
- remove `react-jss` ([#5907](https://github.com/SAP/ui5-webcomponents-react/issues/5907)) ([5342836](https://github.com/SAP/ui5-webcomponents-react/commit/53428361107f0fd3f3bb6781ebc07092a16a0fe3))
15+
16+
### Code Refactoring
17+
18+
- remove all `spacing` variables ([#6009](https://github.com/SAP/ui5-webcomponents-react/issues/6009)) ([c2c3730](https://github.com/SAP/ui5-webcomponents-react/commit/c2c3730e7a58cef531a8bfe444ed38a445fad671))
19+
20+
### Features
21+
22+
- support React 19 ([#5860](https://github.com/SAP/ui5-webcomponents-react/issues/5860)) ([c78ab7f](https://github.com/SAP/ui5-webcomponents-react/commit/c78ab7f5c9998bbcf65b107151d206eccb3c6f99))
23+
- update to @ui5/webcomonents 2.0.0-rc.6 ([#5940](https://github.com/SAP/ui5-webcomponents-react/issues/5940)) ([60907b4](https://github.com/SAP/ui5-webcomponents-react/commit/60907b4a43902a899b7f48e9dc6609d0d5b9a731))
24+
- update to UI5 Web Components 2.0 RC ([#5861](https://github.com/SAP/ui5-webcomponents-react/issues/5861)) ([7a27b7f](https://github.com/SAP/ui5-webcomponents-react/commit/7a27b7f0a3d58748e704ceaf5c4b5568c7e67931))
25+
- update UI5 Web Components to 2.0.0 ([#6023](https://github.com/SAP/ui5-webcomponents-react/issues/6023)) ([49efb9b](https://github.com/SAP/ui5-webcomponents-react/commit/49efb9b71aa41d7efdcc8f02b592f91cf365d2b6))
26+
27+
### BREAKING CHANGES
28+
29+
- updated UI5 Web Components to v2. All [breaking changes](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/) apply to this project as well.
30+
- the `SuggestionGroupItem` component has been replaced by the `SuggestionItemGroup` component
31+
- All spacing variables have been removed. You can use common CSS classes as a substitute for most variables. For more information, please refer to our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/migration-guide--docs).
32+
- the `StandardListItem` has been replaced with the
33+
`ListItemStandard` component
34+
- the `CustomListItem` has been replaced with the
35+
`ListItemCustom` component
36+
- the `MultiComboBoxGroupItem` has been replaced with the
37+
`MultiComboBoxItemGroup` component
38+
- the `TableGroupRow` component has been deleted
39+
- the `TableColumn` component has been replaced with the
40+
`TableHeaderCell` component
41+
- **VariantManagement**: the `portalContainer` prop has
42+
been removed as it is no longer needed.
43+
- UI5 Web Components for React is no longer relying on `react-jss` internally, hence the dependency is now removed and the `react-jss` ThemeProvider is no longer rendered as part of our `ThemeProvider`. If you are relying on `react-jss` in your application, please make sure to render your own `react-jss` ThemeProvider.
44+
- The `useResponsiveContentPadding` has been removed. You can achieve the same look and feel by using the [responsive content padding from Common CSS](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/knowledge-base-common-css--docs#content-paddings).
45+
- updated UI5 Web Components to v2. All [breaking changes](https://sap.github.io/ui5-webcomponents/nightly/docs/Migrating%20to%20version%202.0%20guide/) apply to this project as well.
46+
- `ActionSheet`: prop `placementType` has been renamed to `placement`, `onAfterClose` to `onClose` and `onAfterOpen` to `onOpen`
47+
- the `Badge` component has been renamed to `Tag`
48+
- the `ComboBoxGroupItem` component has been renamed to `ComboBoxItemGroup`
49+
- the `GroupHeaderListItem` component has been renamed to `ListItemGroup`
50+
- the `NotificationAction` component has been removed. You can use the `Menu` component instead.
51+
- the `SelectMenu` and `SelectMenuOption` components have been removed. The `Select` and `Option` now allow custom content.
52+
- `SelectDialog`: renamed prop `mode` to `selectionMode` to be aligned with new List API, `onAfterClose` to `onClose` and `onAfterOpen` to `onOpen`
53+
- **ObjectPage (TypeScript):** replace `headerTitle` type
54+
with `ReactElement<DynamicPageTitlePropTypes>`
55+
- **ObjectPage (TypeScript):** replace `headerContent`
56+
type with `ReactElement<DynamicPageHeaderPropTypes>`
57+
- **ObjectPage (TypeScript):** replace `image` type with
58+
`string | ReactElement<AvatarPropTypes>`
59+
660
## [1.29.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.0...v1.29.1) (2024-05-29)
761

862
### Bug Fixes

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "1.29.1",
3+
"version": "2.0.0-rc.0",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v2.0.0-rc.0) (2024-07-11)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency react-content-loader to v7.0.1 ([#5899](https://github.com/SAP/ui5-webcomponents-react/issues/5899)) ([5ed11e9](https://github.com/SAP/ui5-webcomponents-react/commit/5ed11e94b1fc19b51ee8437fb019ff9d4037037d))
11+
- **deps:** update dependency react-content-loader to v7.0.2 ([#5909](https://github.com/SAP/ui5-webcomponents-react/issues/5909)) ([cb79434](https://github.com/SAP/ui5-webcomponents-react/commit/cb79434d3bbbb1de8cef023abf1c8fbfb2368ab0))
12+
- use new JSX transform in preparation for React 19 ([#5837](https://github.com/SAP/ui5-webcomponents-react/issues/5837)) ([7dcad64](https://github.com/SAP/ui5-webcomponents-react/commit/7dcad64b3fb627f245a0a9e1a46e8ac01399ae09))
13+
14+
### Features
15+
16+
- **charts:** introduce `loadingDelay` prop ([#6027](https://github.com/SAP/ui5-webcomponents-react/issues/6027)) ([71fcb40](https://github.com/SAP/ui5-webcomponents-react/commit/71fcb408bf2bafd8af4d6b4c7c7d47f4c518e520))
17+
- move `Loader` to `compat` package & replace with `BusyIndicator` ([#6020](https://github.com/SAP/ui5-webcomponents-react/issues/6020)) ([80d8c0b](https://github.com/SAP/ui5-webcomponents-react/commit/80d8c0b1f4ed5b69e6f1aa835f5b20d0cf264622))
18+
- **RadialChart:** introduce `loading` & `loadingDelay` props ([#6028](https://github.com/SAP/ui5-webcomponents-react/issues/6028)) ([3891437](https://github.com/SAP/ui5-webcomponents-react/commit/3891437548c6e51e84c4ebdfe0180e1f4e2cd8ac))
19+
- support React 19 ([#5860](https://github.com/SAP/ui5-webcomponents-react/issues/5860)) ([c78ab7f](https://github.com/SAP/ui5-webcomponents-react/commit/c78ab7f5c9998bbcf65b107151d206eccb3c6f99))
20+
- update UI5 Web Components to 2.0.0 ([#6023](https://github.com/SAP/ui5-webcomponents-react/issues/6023)) ([49efb9b](https://github.com/SAP/ui5-webcomponents-react/commit/49efb9b71aa41d7efdcc8f02b592f91cf365d2b6))
21+
22+
### BREAKING CHANGES
23+
24+
- updated UI5 Web Components to v2. All [breaking changes](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/) apply to this project as well.
25+
- the `SuggestionGroupItem` component has been replaced by the `SuggestionItemGroup` component
26+
- The deprecated `Loader` component has been moved to the
27+
`@ui5/webcomponents-react-compat` package. Please use the
28+
`BusyIndicator` instead, as it's now the only loading indicator that is
29+
supported by our UX guidelines. Please visit our [Migration
30+
Guide](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/migration-guide--docs)
31+
for more details.
32+
- **ObjectPage (TypeScript):** replace `headerTitle` type
33+
with `ReactElement<DynamicPageTitlePropTypes>`
34+
- **ObjectPage (TypeScript):** replace `headerContent`
35+
type with `ReactElement<DynamicPageHeaderPropTypes>`
36+
- **ObjectPage (TypeScript):** replace `image` type with
37+
`string | ReactElement<AvatarPropTypes>`
38+
639
## [1.29.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.0...v1.29.1) (2024-05-29)
740

841
### Bug Fixes

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "1.29.1",
3+
"version": "2.0.0-rc.0",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,92 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v2.0.0-rc.0) (2024-07-11)
7+
8+
### Code Refactoring
9+
10+
- **ActionSheet:** api alignment ([#5956](https://github.com/SAP/ui5-webcomponents-react/issues/5956)) ([5b2ac63](https://github.com/SAP/ui5-webcomponents-react/commit/5b2ac63943461db5e7bbb12040b29c98344402c5))
11+
- **AnalyticalTable:** remove deprecated props & enums ([#6021](https://github.com/SAP/ui5-webcomponents-react/issues/6021)) ([ca13875](https://github.com/SAP/ui5-webcomponents-react/commit/ca13875a46a755fe8d1d4c325b33295561f7d6ad))
12+
- **enums:** harmonize enum names ([#5970](https://github.com/SAP/ui5-webcomponents-react/issues/5970)) ([98b9bb7](https://github.com/SAP/ui5-webcomponents-react/commit/98b9bb7351e233ec958553a7f8584015434ea457))
13+
- **FilterGroupItem:** api alignment ([#6012](https://github.com/SAP/ui5-webcomponents-react/issues/6012)) ([0e6a326](https://github.com/SAP/ui5-webcomponents-react/commit/0e6a326fd7b338408eb0a801fce495988d264d29))
14+
- harmonize prop/enum names ([#6040](https://github.com/SAP/ui5-webcomponents-react/issues/6040)) ([4b4815b](https://github.com/SAP/ui5-webcomponents-react/commit/4b4815b0066cce7e6522dc5fd05b9c14a24e7555))
15+
- **Modals:** replace context with use-sync-external-store ([#6042](https://github.com/SAP/ui5-webcomponents-react/issues/6042)) ([e0818c4](https://github.com/SAP/ui5-webcomponents-react/commit/e0818c4a3ba50d989c78b9f228fbc5b973926066))
16+
- **ObjectPage:** api alignment ([#6047](https://github.com/SAP/ui5-webcomponents-react/issues/6047)) ([703084b](https://github.com/SAP/ui5-webcomponents-react/commit/703084bbb1994516da06066a7f292ffe396955d4))
17+
- replace `Toolbar` with UI5 Web Component ([#6061](https://github.com/SAP/ui5-webcomponents-react/issues/6061)) ([bf60767](https://github.com/SAP/ui5-webcomponents-react/commit/bf6076772d691a6a5d98678d38ac705bed4bfb2a))
18+
19+
### Features
20+
21+
- **cli:** create codemod for UI5 Web Components React v2 migration ([#5908](https://github.com/SAP/ui5-webcomponents-react/issues/5908)) ([9f65c98](https://github.com/SAP/ui5-webcomponents-react/commit/9f65c987c39093b240e1230d783c66376d29aad6))
22+
- **Form:** replace with UI5 Web Component ([#5925](https://github.com/SAP/ui5-webcomponents-react/issues/5925)) ([1e246ee](https://github.com/SAP/ui5-webcomponents-react/commit/1e246ee5da541f48ffcb08833babb483c41e27d4))
23+
- support objects and references as Web Component props ([#5957](https://github.com/SAP/ui5-webcomponents-react/issues/5957)) ([f41d32b](https://github.com/SAP/ui5-webcomponents-react/commit/f41d32b47f4ecbd818afeedb0b72a5b624e4514c))
24+
- update to @ui5/webcomonents 2.0.0-rc.6 ([#5940](https://github.com/SAP/ui5-webcomponents-react/issues/5940)) ([60907b4](https://github.com/SAP/ui5-webcomponents-react/commit/60907b4a43902a899b7f48e9dc6609d0d5b9a731))
25+
- update UI5 Web Components to 2.0.0 ([#6023](https://github.com/SAP/ui5-webcomponents-react/issues/6023)) ([49efb9b](https://github.com/SAP/ui5-webcomponents-react/commit/49efb9b71aa41d7efdcc8f02b592f91cf365d2b6))
26+
27+
### BREAKING CHANGES
28+
29+
- the `Toolbar` component and its related components have been moved to the `@ui5/webcomponents-react-compat` package.
30+
- the `ToolbarV2` component has been renamed to `Toolbar`
31+
- the `ToolbarSpacerV2` component has been renamed to `ToolbarSpacer`
32+
- the `ToolbarSeparatorV2` component has been renamed to `ToolbarSeparator`
33+
- **ObjectPage:** the props `showHideHeaderButton` and
34+
`showTitleInHeaderContent` have been removed.
35+
- **ObjectPage:** the prop `alwaysShowContentHeader` has been renamed to
36+
`headerPinned`
37+
- **ObjectPage:** the prop `headerContentPinnable` has been renamed to
38+
`hidePinButton` and its logic has been inverted. The pin button is now
39+
shown by default.
40+
- **ObjectPage:** the prop `showSubHeaderRight` has been removed as it's
41+
not defined by design anymore.
42+
- **Modals:** **ThemeProvider**: the prop `withoutModalsProvider` has been removed. For more information, please refer to our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/migration-guide--docs).
43+
- **Modals:** the hooks `useShowDialog`, `useShowPopover`, `useShowResponsivePopover`, `useShowMenu`, `useShowMessageBox` and `useShowToast` have been removed. For more information, please refer to our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/migration-guide--docs#modals).
44+
- **ActionSheet:** `a11yConfig` has been renamed to
45+
`accessibilityAttributes`.
46+
- **AnalyticalTable:** The properties and values for the
47+
`AnalyticalTableSelectionMode` enum has been changed. `SingleSelect` is
48+
now `Single` and `MultiSelect` is now `Multiple`.
49+
- **AnalyticalTable:** `a11yConfig` has been renamed to
50+
`accessibilityAttributes`.
51+
- **ObjectPage:** `a11yConfig` has been renamed to
52+
`accessibilityAttributes`.
53+
- **ObjectStatus:** `active` has been renamed to
54+
`interactive`.
55+
- updated UI5 Web Components to v2. All [breaking changes](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/) apply to this project as well.
56+
- the `SuggestionGroupItem` component has been replaced by the `SuggestionItemGroup` component
57+
- **AnalyticalTable:** The `TableScaleWidthMode` enum has been removed, please
58+
use `AnalyticalTableScaleWidthMode` instead.
59+
- **AnalyticalTable:** The `TableSelectionBehavior` enum has been removed,
60+
please use `AnalyticalTableSelectionBehavior` instead.
61+
- **AnalyticalTable:** The `TableSelectionMode ` enum has been removed, please
62+
use `AnalyticalTableSelectionMode` instead.
63+
- **AnalyticalTable:** The `TableVisibleRowCountMode` enum has been removed,
64+
please use `AnalyticalTableVisibleRowCountMode ` instead.
65+
- **AnalyticalTable:** The `alwaysShowSubComponent ` prop has been removed,
66+
please use `subComponentsBehavior` instead.
67+
- **AnalyticalTable:** The default value (`true`) of the `sortable` prop has
68+
been removed, it is now required to explicitly set this prop, if the
69+
table should be sortable.
70+
- **AnalyticalTable:** The `canReorder` [column
71+
property](https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--docs#column-properties)
72+
has been removed, please use `disableDragAndDrop` instead.
73+
- **FilterGroupItem:** For a better aligned API, the `visible` and `visibleInFilterBar` (default: `true`) props have been replaced with `hidden` and `hiddenInFilterBar` (no default value).
74+
- **enums:** the `MessageBoxActions` enum has been renamed to `MessageBoxAction`
75+
- **enums:** the `MessageBoxTypes` enum has been renamed to `MessageBoxType`
76+
- **enums:** the `Themes` enum has been renamed to `Theme` and the deprecated "Belize" (`sap_belize`) theme family has been removed
77+
- **ActionSheet:** the `portalContainer` prop has been removed as it's not needed anymore
78+
- **ActionSheet:** the `showCancelButton` has been renamed to `hideCancelButton` and the logic has been inverted.
79+
- the `StandardListItem` has been replaced with the
80+
`ListItemStandard` component
81+
- the `CustomListItem` has been replaced with the
82+
`ListItemCustom` component
83+
- the `MultiComboBoxGroupItem` has been replaced with the
84+
`MultiComboBoxItemGroup` component
85+
- the `TableGroupRow` component has been deleted
86+
- the `TableColumn` component has been replaced with the
87+
`TableHeaderCell` component
88+
- **VariantManagement**: the `portalContainer` prop has
89+
been removed as it is no longer needed.
90+
- **Form:** The `Form` component has been replaced with the `ui5-form` UI5 Web Component, please visit our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/migration-guide--docs) for more details.
91+
692
## [1.28.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.28.1...v1.28.2) (2024-05-24)
793

894
**Note:** Version bump only for package @ui5/webcomponents-react-cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CLI for UI5 Web Components for React",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "1.28.2",
6+
"version": "2.0.0-rc.0",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

packages/compat/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.29.2...v2.0.0-rc.0) (2024-07-11)
7+
8+
### Code Refactoring
9+
10+
- replace `Toolbar` with UI5 Web Component ([#6061](https://github.com/SAP/ui5-webcomponents-react/issues/6061)) ([bf60767](https://github.com/SAP/ui5-webcomponents-react/commit/bf6076772d691a6a5d98678d38ac705bed4bfb2a))
11+
12+
### Features
13+
14+
- create compat package ([#5894](https://github.com/SAP/ui5-webcomponents-react/issues/5894)) ([f4516cc](https://github.com/SAP/ui5-webcomponents-react/commit/f4516cce3b3f246929f086154f6c185c25dd357e))
15+
- move `Loader` to `compat` package & replace with `BusyIndicator` ([#6020](https://github.com/SAP/ui5-webcomponents-react/issues/6020)) ([80d8c0b](https://github.com/SAP/ui5-webcomponents-react/commit/80d8c0b1f4ed5b69e6f1aa835f5b20d0cf264622))
16+
- update to @ui5/webcomonents 2.0.0-rc.6 ([#5940](https://github.com/SAP/ui5-webcomponents-react/issues/5940)) ([60907b4](https://github.com/SAP/ui5-webcomponents-react/commit/60907b4a43902a899b7f48e9dc6609d0d5b9a731))
17+
- update UI5 Web Components to 2.0.0 ([#6023](https://github.com/SAP/ui5-webcomponents-react/issues/6023)) ([49efb9b](https://github.com/SAP/ui5-webcomponents-react/commit/49efb9b71aa41d7efdcc8f02b592f91cf365d2b6))
18+
19+
### BREAKING CHANGES
20+
21+
- the `Toolbar` component and its related components have been moved to the `@ui5/webcomponents-react-compat` package.
22+
- the `ToolbarV2` component has been renamed to `Toolbar`
23+
- the `ToolbarSpacerV2` component has been renamed to `ToolbarSpacer`
24+
- the `ToolbarSeparatorV2` component has been renamed to `ToolbarSeparator`
25+
- updated UI5 Web Components to v2. All [breaking changes](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/) apply to this project as well.
26+
- the `SuggestionGroupItem` component has been replaced by the `SuggestionItemGroup` component
27+
- The deprecated `Loader` component has been moved to the
28+
`@ui5/webcomponents-react-compat` package. Please use the
29+
`BusyIndicator` instead, as it's now the only loading indicator that is
30+
supported by our UX guidelines. Please visit our [Migration
31+
Guide](https://sap.github.io/ui5-webcomponents-react/main/?path=/docs/migration-guide--docs)
32+
for more details.
33+
- the `StandardListItem` has been replaced with the
34+
`ListItemStandard` component
35+
- the `CustomListItem` has been replaced with the
36+
`ListItemCustom` component
37+
- the `MultiComboBoxGroupItem` has been replaced with the
38+
`MultiComboBoxItemGroup` component
39+
- the `TableGroupRow` component has been deleted
40+
- the `TableColumn` component has been replaced with the
41+
`TableHeaderCell` component
42+
- **VariantManagement**: the `portalContainer` prop has
43+
been removed as it is no longer needed.

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-compat",
3-
"version": "1.29.2",
3+
"version": "2.0.0-rc.0",
44
"description": "React Wrapper for UI5 Web Components Compat package",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)