diff --git a/docs/source/upgrade-guide/index.md b/docs/source/upgrade-guide/index.md index 9aab23d148..e2bac7815c 100644 --- a/docs/source/upgrade-guide/index.md +++ b/docs/source/upgrade-guide/index.md @@ -40,7 +40,7 @@ For this purpose, we have developed a {ref}`new utility =8.42.0) installed in the backend to work properly. ``` @@ -742,11 +751,11 @@ From Volto 16.0.0-alpha.15 onwards, `volto-slate` is integrated into Volto core The previous text block `text` based on `draftJS` is now deprecated and is restricted (hidden) in Volto bootstrap. This is a major change and should be planned in advance before you install 16.0.0-alpha.15 or later. -```{versionadded} 16.0.0-alpha.15 +```{versionadded} Volto 16.0.0-alpha.15 `volto-slate` added to Volto core as the default text block. ``` -```{deprecated} 16.0.0-alpha.15 +```{deprecated} Volto 16.0.0-alpha.15 `text` text block based on `draftJS` is now deprecated and will be removed from core in Volto 18. ``` @@ -840,7 +849,7 @@ Version 16 is recommended. ### Upgraded to Razzle 4 -```{versionadded} 16.0.0-alpha.38 +```{versionadded} Volto 16.0.0-alpha.38 Volto has upgraded from Razzle 3 to Razzle 4. You should perform these steps in case you are upgrading to this version or above. ``` @@ -1143,7 +1152,7 @@ It maintains signature compatibility with `registry.resolve`, but introduces new See documentation for more information. -````{versionchanged} 16.0.0-alpha.23 +````{versionchanged} Volto 16.0.0-alpha.23 The `component` argument changed in 16.0.0-alpha.23. The `component` key has been flattened for simplification and now it's mapped directly to the `component` argument of `registerComponent`: @@ -1222,7 +1231,7 @@ During the alpha stage, we received feedback and determined that it's too diffic We decided it is best to deal with it as any other schema field and enhance it via schema enhancers. This improves the developer experience, especially when dealing with variations that can provide their own styles and other schema fields. -```{deprecated} 16.0.0-alpha.46 +```{deprecated} Volto 16.0.0-alpha.46 The options `enableStyling` and `stylesSchema` no longer work. You need to provide them using your own block schema. If you are extending an existing one, you should add it as a normal `schemaEnhancer` modification. @@ -1239,7 +1248,7 @@ Since then, the add-on story has improved. It now makes sense to extract this feature into its own add-on. Integrate Sentry in your app with [`@plone-collective/volto-sentry`](https://www.npmjs.com/package/@plone-collective/volto-sentry). -```{versionchanged} 16.0.0.alpha.45 +```{versionchanged} Volto 16.0.0.alpha.45 ``` ### Upgrade `husky` to latest version @@ -1260,7 +1269,7 @@ You can copy over the Volto ones (take a look in Volto's `.husky` folder). ### Better defaults handling -````{versionadded} 16.0.0-alpha.51 +````{versionadded} Volto 16.0.0-alpha.51 Prior to this version, we handled default values in schemas for blocks settings in a faulty and buggy manner. The state inferred was not deterministic and depended on the fields with defaults present. @@ -1376,7 +1385,7 @@ A new `@root` alias has been set up to replace the `~` alias. Support for the `~` alias is still in place, but we now mark it as deprecated. The use of `~` will be removed in Volto 16. -```{deprecated} 15.0 +```{deprecated} Volto 15.0 ``` ## Upgrading to Volto 14.x.x diff --git a/packages/volto/news/6290.documentation b/packages/volto/news/6290.documentation new file mode 100644 index 0000000000..d31cc808d4 --- /dev/null +++ b/packages/volto/news/6290.documentation @@ -0,0 +1 @@ +- Revised Cookieplone section in the Upgrade Guide. @stevepiercy