diff --git a/.changeset/three-bubbles-there.md b/.changeset/three-bubbles-there.md new file mode 100644 index 0000000000..5b5e442c4a --- /dev/null +++ b/.changeset/three-bubbles-there.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Added a warning that the `v10` Internet Header requires requesting a new Portal configuration and will not work with the old `v9` format. diff --git a/apps/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts b/apps/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts index feeefe4b9f..73daa3cd4a 100644 --- a/apps/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts +++ b/apps/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts @@ -98,6 +98,7 @@ export class MigrationV910Component extends LitElement { tag: false, }, internet_header: { + request_config: false, update_package: false, add_text_props: false, remove_props: false, @@ -1447,7 +1448,47 @@ export class MyComponent { ? html`

Internet Header (@swisspost/internet-header)

+ +

+ Version 10 uses a new configuration format. Your + existing v9 Portal configuration will not work with the v10 Internet + Header and will cause errors at runtime. You must request a + configuration migration before upgrading the package. +

+