Skip to content

Commit

Permalink
docs: update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jan 21, 2022
1 parent 6a11643 commit fbe8871
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/fresh-crabs-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion .changeset/large-knives-turn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion .changeset/many-tables-appear.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions .changeset/tall-dolls-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ApplicationShell>`, 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.

Expand Down Expand Up @@ -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).

0 comments on commit fbe8871

Please sign in to comment.