You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If you find a bug or some other issue with any part of the library, please [subm
19
19
20
20
**For accessibility issues:**
21
21
22
-
- You follow the "[Testing Accessibility](https://sap.github.io/ui5-webcomponents/docs/advanced/accessibility/#testing-accessibility)" guidelines and include all relevant information.
22
+
- You follow the "[Testing Accessibility](https://ui5.github.io/webcomponents/docs/advanced/accessibility/#testing-accessibility)" guidelines and include all relevant information.
23
23
24
24
If you meet the above criteria, you can submit issues with our [GitHub issue tracker](https://github.com/UI5/webcomponents-react/issues/new/choose).
Since version `v2.14.0` of `@ui5/webcomponents-react`, `@ui5/webcomponents-fiori` is an optional peer-dependency. You will still need to install it if:
92
92
93
-
- You want to use any [component](https://sap.github.io/ui5-webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
94
-
- You want to use the [VariantManagement](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
93
+
- You want to use any [component](https://ui5.github.io/webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
94
+
- You want to use the [VariantManagement](https://ui5.github.io/webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
95
95
- You import anything from the `@ui5/webcomponents-fiori` package.
The support for version 1.x of `ui5-webcomponents-react` has ended on **July 1, 2025**. We recommend migrating to version 2.x as soon as possible. For more information, please refer to our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs).
141
+
The support for version 1.x of `ui5-webcomponents-react` has ended on **July 1, 2025**. We recommend migrating to version 2.x as soon as possible. For more information, please refer to our [Migration Guide](https://ui5.github.io/webcomponents-react/v2/?path=/docs/migration-guide--docs).
@@ -153,7 +153,7 @@ In about an hour you will create a business dashboard from scratch and get famil
153
153
154
154
### SAP Devtoberfest 2024 session
155
155
156
-
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
156
+
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://ui5.github.io/webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
157
157
158
158
### SAP Devtoberfest 2023 session
159
159
@@ -162,7 +162,7 @@ For the main part, we show how you could create a simple Movie Database UI, firs
162
162
163
163
### Examples & Templates
164
164
165
-
You can find a curated list of project templates and examples on our [Project Templates & Examples page](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/project-templates-examples--docs).
165
+
You can find a curated list of project templates and examples on our [Project Templates & Examples page](https://ui5.github.io/webcomponents-react/v2/?path=/docs/project-templates-examples--docs).
166
166
167
167
### Add `@ui5/webcomponents-react` to an existing app
Copy file name to clipboardExpand all lines: docs/MigrationGuide.archive.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1019,7 +1019,7 @@ were only used internally and are mentioned here for the sake of completeness.
1019
1019
1020
1020
#### Spinner
1021
1021
1022
-
The deprecated `Spinner` component has been removed in favor of the [BusyIndicator](https://sap.github.io/ui5-webcomponents-react/v1/?path=/docs/ui5-web-components-busyindicator) component.
1022
+
The deprecated `Spinner` component has been removed in favor of the [BusyIndicator](https://ui5.github.io/webcomponents-react/v1/?path=/docs/ui5-web-components-busyindicator) component.
1023
1023
1024
1024
Migration Example:
1025
1025
@@ -1035,7 +1035,7 @@ will become
1035
1035
1036
1036
#### Tokenizer
1037
1037
1038
-
The deprecated `Tokenizer` component has been removed in favor of the [MultiInput](https://sap.github.io/ui5-webcomponents-react/v1/?path=/docs/ui5-web-components-multiinput) component.
1038
+
The deprecated `Tokenizer` component has been removed in favor of the [MultiInput](https://ui5.github.io/webcomponents-react/v1/?path=/docs/ui5-web-components-multiinput) component.
Copy file name to clipboardExpand all lines: docs/MigrationGuide.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ or the [changelog](?path=/docs/change-log--page)._
20
20
## UI5 Web Components Migration Guide
21
21
22
22
The breaking changes listed here only affect our codebase. Changes related solely to the underlying web component are **not** tracked here.
23
-
For a complete list of breaking changes in UI5 Web Components, please refer to their [Migration Guide](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/).
23
+
For a complete list of breaking changes in UI5 Web Components, please refer to their [Migration Guide](https://ui5.github.io/webcomponents/docs/migration-guides/to-version-2/).
24
24
25
25
_**Note:** Our `codemod` covers changes from ui5-webcomponents as well._
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
59
+
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://ui5.github.io/webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
60
60
61
61
## General changes
62
62
@@ -103,7 +103,7 @@ function MyRootComponent() {
103
103
104
104
### Removed `jestSetup` file
105
105
106
-
We stopped recommending jest as a testing framework over a year ago, thus the `jestSetup` file is removed. We recommend using [Cypress](https://sap.github.io/ui5-webcomponents-react/?path=/docs/testing-with-cypress-setup--docs) instead.
106
+
We stopped recommending jest as a testing framework over a year ago, thus the `jestSetup` file is removed. We recommend using [Cypress](https://ui5.github.io/webcomponents-react/?path=/docs/testing-with-cypress-setup--docs) instead.
107
107
108
108
### Changes Exclusive to TypeScript
109
109
@@ -222,7 +222,7 @@ You can find a more detailed documentation [here](?path=/docs/knowledge-base-com
222
222
223
223
With the release of UI5 Web Components v2, some component names have been renamed. Because we use these web component names (class names) as React component names, the renamings are considered breaking changes in our repository.
224
224
225
-
**The list below shows only the previous and updated component names. For details on changes concerning attributes, properties, methods, etc., please refer to the [UI5 Web Components Migration Guide](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/).**
225
+
**The list below shows only the previous and updated component names. For details on changes concerning attributes, properties, methods, etc., please refer to the [UI5 Web Components Migration Guide](https://ui5.github.io/webcomponents/docs/migration-guides/to-version-2/).**
226
226
227
227
**Note:** The tag name in the parenthesis is the **old** tag name.
Since version `v2.14.0` of `@ui5/webcomponents-react`, `@ui5/webcomponents-fiori` is an optional peer-dependency. You will still need to install it if:
66
66
67
-
- You want to use any [component](https://sap.github.io/ui5-webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
68
-
- You want to use the [VariantManagement](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
67
+
- You want to use any [component](https://ui5.github.io/webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
68
+
- You want to use the [VariantManagement](https://ui5.github.io/webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
69
69
- You import anything from the `@ui5/webcomponents-fiori` package.
70
70
71
71
```sh
@@ -150,7 +150,7 @@ UI5 Web Components and UI5 Web Components for React are both coming with the `sa
150
150
children={
151
151
<>
152
152
UI5 Web Components for React uses the theme configuration of UI5 Web Components. Please also have a look at their{''}
@@ -229,7 +229,7 @@ export default function App() {
229
229
230
230
### Feature Registration
231
231
232
-
`@ui5/webcomponents` offers a variety of [feature (side-effect) imports](https://sap.github.io/ui5-webcomponents/docs/advanced/using-features/) that are available with `@ui5/webcomponents-react` as well.
232
+
`@ui5/webcomponents` offers a variety of [feature (side-effect) imports](https://ui5.github.io/webcomponents/docs/advanced/using-features/) that are available with `@ui5/webcomponents-react` as well.
233
233
To use them you have to make sure they are imported before any other imports!
@@ -84,7 +84,7 @@ Further information about theming can be found in our and the UI5 Web Components
84
84
85
85
Each component developed by the UI5 Web Components team ([`ui5-webcomponents`](https://github.com/UI5/webcomponents)) that is wrapped by the UI5 Web Components for React ([`ui5-webcomponents-react`](https://github.com/UI5/webcomponents-react)) wrapper includes the following note in its component description:
86
86
87
-
> **Note**: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
87
+
> **Note**: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
88
88
89
89
If a component does not have this note, it is a React-only component provided exclusively by `ui5-webcomponents-react`.
90
90
@@ -103,7 +103,7 @@ Additionally, Storybook supports filtering by tags, allowing you to filter by di
103
103
Starting from UI5 Web Components (for React) 2.0.0, the order of imports with regard to scoping and components matters.
104
104
Setting the scoping suffix must be done before importing any components, as they use the suffix at the top-level of the module - meaning when a component is imported, the suffix has to be known.
105
105
For this to work, calling the method should be done in a separate module (e.g. scoping-config.js) and this module should be imported before any components are imported.
106
-
You can find more information about this in the [UI5 Web Components documentation](https://sap.github.io/ui5-webcomponents/docs/advanced/scoping/).
106
+
You can find more information about this in the [UI5 Web Components documentation](https://ui5.github.io/webcomponents/docs/advanced/scoping/).
0 commit comments