From fbe88716c7f752dd5ffa4608fa00e02c1369da2c Mon Sep 17 00:00:00 2001 From: Nicola Molinari Date: Fri, 21 Jan 2022 22:47:31 +0100 Subject: [PATCH] docs: update refs --- .changeset/fresh-crabs-join.md | 2 +- .changeset/large-knives-turn.md | 2 +- .changeset/many-tables-appear.md | 2 +- .changeset/tall-dolls-study.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/fresh-crabs-join.md b/.changeset/fresh-crabs-join.md index b5393e3b81..692462627a 100644 --- a/.changeset/fresh-crabs-join.md +++ b/.changeset/fresh-crabs-join.md @@ -15,4 +15,4 @@ Following breaking changes were introduced: Note that if you were testing your Custom Application with Cypress, you need to use the `@commercetools-frontend/cypress` package to be able to use the `cy.loginByOidc` command. -For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-25-custom-applications-v21). +For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-31-custom-applications-v21). diff --git a/.changeset/large-knives-turn.md b/.changeset/large-knives-turn.md index 104866ff9d..201f8cea4e 100644 --- a/.changeset/large-knives-turn.md +++ b/.changeset/large-knives-turn.md @@ -12,4 +12,4 @@ Following breaking changes were introduced: - When installing the starter template using the `create-mc-app` CLI, the Custom Application config is updated with some of the user inputs, like `entryPointUriPath`. - If no `entryPointUriPath` is provided, a random one is assigned. -For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-25-custom-applications-v21). +For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-31-custom-applications-v21). diff --git a/.changeset/many-tables-appear.md b/.changeset/many-tables-appear.md index 656f5212fe..87697e7134 100644 --- a/.changeset/many-tables-appear.md +++ b/.changeset/many-tables-appear.md @@ -15,4 +15,4 @@ Following breaking changes were introduced: - The `--inline-csp` of `compile-html` has been dropped, as it's now the built-in behavior. - The `dist` folder created by the `build` command has been removed. Instead, the `build` command writes the production bundles directly into the `public` folder. -For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-25-custom-applications-v21). +For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-31-custom-applications-v21). diff --git a/.changeset/tall-dolls-study.md b/.changeset/tall-dolls-study.md index 5bdc2d29f0..faf00976fb 100644 --- a/.changeset/tall-dolls-study.md +++ b/.changeset/tall-dolls-study.md @@ -7,7 +7,7 @@ Following breaking changes were introduced in `test-utils`: - The deprecated `project.allAppliedMenuVisibilities` option has been removed. -- The `disableApolloMocks` option has been renamed to `useApolloMocks`. The behavior is now inverted. By default, the Apollo mocks are disabled. This is to encourage mocking via [MSW](https://mswjs.io/). +- The `disableApolloMocks` option has been renamed to `enableApolloMocks`. The behavior is now inverted. By default, the Apollo mocks are disabled. This is to encourage mocking via [MSW](https://mswjs.io/). - The `disableAutomaticEntryPointRoutes` option now defaults to `false`. This means that when rendering the ``, you should not use the `render` function but pass the application component using `children`. See [changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages/application-shell/CHANGELOG.md#1790) for more information. - The deprecated `permissions` option has been removed. Use `project.allAppliedPermissions` instead. @@ -142,4 +142,4 @@ Following breaking changes were introduced in `test-utils`: } ``` -For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-25-custom-applications-v21). +For more information see [Release notes v21](https://docs.commercetools.com/custom-applications/releases/2022-01-31-custom-applications-v21).