For the full list of changes, check out the Webiny 5.36.1external link release on GitHub.

Page Builder
anchor

Content Not Being Displayed With the New Lexical Editor (#3325external link)
anchor

With the 5.36.0 release, we’ve addressed a couple of Lexical-related usability issues. Unfortunately, we’ve also introduced an issue that would cause content created with the previous version of the editor to not get displayed.

With this release, the Lexical content that was created prior to 5.36.0 version of Webiny should displayed as expected.

Website Settings - Fixed Theme Selector (#3331external link)
anchor

In a multi-theme setup, at the end of the Website Settings form, the select component that would enable users to pick the theme for the current tenant wasn’t working as expected. On page load, the select component would be simply empty and not showing the value that was previously selected.

Website Settings - Fixed Theme SelectorWebsite Settings - Fixed Theme Selector
(click to enlarge)

As seen in the screenshot, the select component now correctly shows the currently selected theme.

Intermittent Errors When Refreshing the Page Builder (#3331external link)
anchor

Intermittently, when refreshing the Page Builder’s page editor, users might experience the editor crashing. This issue has been addressed with this release.

Button Page Element Crashing on Empty Link URL (#3331external link)
anchor

When creating a button page element, in some cases, if the user would leave the link URL field empty, the editor would crash. This issue has been addressed with this release.

Button Page Element Crashing On Empty Link URLButton Page Element Crashing On Empty Link URL
(click to enlarge)

Folder Creation Issue (#3328external link)
anchor

The 5.36.0 version introduced a bug that affected the folder creation process when using the “Create folder” button in the top right corner. After completing the folder creation process, the folder was not saved with the correct parentId, and not showing in the folder tree.

With this bug fix, folders will now be properly saved with the appropriate parentId.

Folder Tree Performance Improvements (#3332external link)
anchor

We experienced some performance issues when creating 8 or more nested folders: this has been solved and the tested creating more than 50 nested folders.

File Manager
anchor

Migration Failure in Locale Without File Entries (#3333external link)
anchor

With 5.36.0 version we introduced the Advanced Content Organisation for File Managerexternal link: in order to work a data migration was needed and executed via the Data Migration Lambda Functionexternal link. When dealing with a locale that lacked file entries, the migration process would fail.

We have resolved this migration bug. The fix ensures that in cases where a locale does not have any file entries, the migration process no longer encounters errors and proceeds smoothly.

The fix specifically targets instances where the migration failed due to this particular scenario. In case you experienced a migration failure, this has been marked as failed and will be re-run during Webiny project deploy.

Development
anchor

webiny infoCommand Now Works as Expected (#3331external link)
anchor

Prior to this release, the webiny info command would not work if an environment wasn’t passed (in which case the command should internally retrieve a list of all environments).

This issue has now been addressed.