Release Notes > Older Releases > 5.6.0
Upgrade From 5.5.0 to 5.6.0
Learn how to upgrade Webiny from 5.5.0 to 5.6.0.
- how to upgrade Webiny from 5.5.0 to 5.6.0
Before continuing, make sure to take the necessary precautions, listed in the Overview section.
Make sure to check out the 5.6.0 changelog to get familiar with all the changes introduced in this release.
Upgrade Webiny Packages
The first step is to upgrade all @webiny/*
packages, which can be done by running the following command in the root of your project:
Once the upgrade has finished, running the yarn webiny --version
command in your terminal should return 5.6.0
.
Upgrade Page Builder Plugins
Add Navigator Plugin
In your apps/admin/code/src/plugins/pageBuilder/editorPlugins.ts
file, add the navigator
toolbar plugin after addElement
plugin as shown below:
Add Visibility Element Settings Plugin
To start using the Visibility element Settings, you need to make the following changes:
In your
apps/admin/code/src/plugins/pageBuilder/editorPlugins.ts
file, add thevisibility
element settings editor plugin as shown below:apps/admin/code/src/plugins/pageBuilder/editorPlugins.tsIn your
apps/admin/code/src/plugins/pageBuilder/renderPlugins.ts
file, add thevisibility
element settings render plugin as shown below:apps/admin/code/src/plugins/pageBuilder/renderPlugins.tsIn your
apps/website/code/src/plugins/pageBuilder.ts
file, add thevisibility
element settings render plugin as shown below:apps/website/code/src/plugins/pageBuilder.ts
Upgrade Page Builder Theme Typography Styles
In your apps/theme/pageBuilder/styles/elements/typography.scss
file, add the following code: