Skip to content

Commit

Permalink
Added a notice in the upgrade guide for CookiePlone as the recommende…
Browse files Browse the repository at this point in the history
…d way for generating projects and add-on boilerplate
  • Loading branch information
sneridagh committed Sep 13, 2024
1 parent 29d9cfd commit 32bf615
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,21 @@ schema: {
The `Tags` component has been moved to the `belowContent` slot.
It now receives the `content` property instead of the `tags` property.

### CookiePlone is now the recommended project and add-on generator for Volto 18

```{versionadded} 18.0.0-alpha.43
```
The recommended way for developing Volto projects will be using CookiePlone as boilerplate generator.
CookiePlone uses the frontend code setup using `pnpm` instead of `yarn`.
This affects the way that we generate the official Docker images, since they have to be compatible with the `pnpm` setup.

From Volto `18.0.0-alpha.43` the Plone Frontend official Docker image will be the one using `pnpm`.
During all the 18 series, a new image with the suffix `-yarn` will be generated as well for those of you that won't migrate your boilerplate and code to the new setup yet. When Volto 19 is out, we won't support it nor build it anymore.

```{deprecated} 18.0.0-alpha.43
The `yarn`-based generator `@plone/generator-volto` package and project boilerplates generated with it are deprecated and will not receive any further updates. The recommended way of generating a project boilerplate is CookiePlone. Please update your code to the `pnpm` based setup.
```

(volto-upgrade-guide-17.x.x)=

## Upgrading to Volto 17.x.x
Expand Down

0 comments on commit 32bf615

Please sign in to comment.