Updates
August 2021
Video from YouTube
NEW
External Preview
The project preview can be opened in an external tab. This is useful if you are working on multiple monitors. You can also open a preview of the project on the smartphone screen, for this you need to scan the code and log in.
New controls
NEW
Multiple Tabs in the Code Editor
You can now open multiple tabs in the code editor. You can edit multiple components and the code of the current page at the same time.
New controls
NEW
LinkBox Primitive
We’ve added LinkBox — a link container where you can add a card, an image, and any other component or primitive.
New controls
NEW
Button Link
Now a button can be a link. Just change its type in the Props tab.
New controls
NEW
Responsive Dashboard View
Now the dashboard is adapted for mobile screens.
ENHANCED
Gatsby Versions
We've updated the Gatsby export option to the latest version. Its dependencies have also been updated to the latest versions.
gatsby: "3.12.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-manifest": "3.12.0",
"gatsby-plugin-offline": "4.12.0",
"gatsby-plugin-react-helmet": "4.12.0",
"gatsby-plugin-sharp": "3.12.0",
"gatsby-plugin-resolve-src": "2.1.0",
"gatsby-plugin-meta-redirect": "1.1.1",
"gatsby-source-filesystem": "3.12.0",
"gatsby-transformer-sharp": "3.12.0",
"gatsby-plugin-styled-components": "4.12.0",
"babel-plugin-styled-components": "1.10.7",
"react-helmet": "^6.1.0"
ENHANCED
Components
We've added more information to Readme.md files and added new components: ShareButton, ReCaptcha, NetlifyForm, Lottie, and Breadcrumbs.
ENHANCED
npm loading
We’ve improved the stability of loading and building modules with npm.
Fixed
We've fixed previously buggy transform, filter, background, and shadow controls for their react components.
Fixed
We've fixed the crash of the builder after creating a breakpoint in the theme and canceling this action through the Undo option.
Fixed
We’ve changed page URL validation. Now the page with the “/” character at the end of the URL is not correct.
Fixed
We’ve fixed a buggy redirect from a page with a URL that had the “/” character at the end of the URL.
Fixed
After adding tabs, some bugs appeared in the editor, so we’ve fixed them:
  • When you close the editor or lose focus, the page code is saved;
  • After saving the code, the cursor is saved at its position;
  • The page tab had the code of the previous page after switching pages.
Please don't forget to leave comments on our discord.