@leanix/components 0.4.648 → 0.4.650
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,6 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* - `ui5-breadcrumbs`: Defines the breadcrumbs shown above the page title
|
|
10
10
|
* - **Important**: To set a URL for a breadcrumb item, you need to provide the `href`
|
|
11
11
|
* attribute to the `ui5-breadcrumbs-item` component. `RouterLink` does not work before updating to Angular 20.
|
|
12
|
+
* - To use the `href` attribute for relative URLs, **the leading slash needs to be removed**.
|
|
12
13
|
* - `header-title`: Defines the page title content
|
|
13
14
|
* - `header-content`: Defines additional content below the page title
|
|
14
15
|
* - `header-buttons`: Defines the header action buttons
|