diff --git a/src/core/app-switcher/__tests__/config.test.ts b/src/core/app-switcher/__tests__/config.test.ts index a2e07430..f6a3783c 100644 --- a/src/core/app-switcher/__tests__/config.test.ts +++ b/src/core/app-switcher/__tests__/config.test.ts @@ -70,6 +70,7 @@ test('product display order should not change without updating this test', () => "consoleCloud", "keywhere", "bdm", + "mmiWeb", ] `) }) diff --git a/src/core/app-switcher/app-switcher.stories.tsx b/src/core/app-switcher/app-switcher.stories.tsx index e90048af..1e42db3a 100644 --- a/src/core/app-switcher/app-switcher.stories.tsx +++ b/src/core/app-switcher/app-switcher.stories.tsx @@ -125,11 +125,11 @@ export const AllAccessible: StoryObj<{ accessibleProductIds: string[] }> = { * const ids = AppSwitcher.getDisplayableProductsForExploreGroup(accessibleProductIds) * * return ids.length > 0 && ( - * + * * {ids.map((productId) => ( * * ))} - * + * * ) * ``` */ diff --git a/src/core/app-switcher/config.ts b/src/core/app-switcher/config.ts index f22a30a6..ae3bcb2c 100644 --- a/src/core/app-switcher/config.ts +++ b/src/core/app-switcher/config.ts @@ -80,4 +80,5 @@ export const productDisplayOrder_DO_NOT_ADD_PRODUCTS_TO_THIS_UNLESS_APPROVED_FOR // Secondary apps here (should be alphatically ordered by configured app name) 'keywhere', 'bdm', + 'mmiWeb', ] as const satisfies SupportedProductId[] diff --git a/src/storybook/changelog.mdx b/src/storybook/changelog.mdx index d56895d2..edccbd2c 100644 --- a/src/storybook/changelog.mdx +++ b/src/storybook/changelog.mdx @@ -16,9 +16,9 @@ We will publish release version history and changes here. Where possible, we wil Beta versions should be relatively stable but subject to occssional breaking changes. -### **5.0.0-beta.53 - ??/??/25** +### **5.0.0-beta.53 - 22/09/25** -- TBC +- **feat:** Allow MMI product to display in the AppSwitcher ### **5.0.0-beta.52 - 17/09/25**