💡 Deploy faster with the new publish panel, database sync between environments, and more!

Hey everyone :waving_hand:

This week’s releases bring:

  • A brand new publish experience directly inside the editor

  • Database copying between environments

  • Editor backups with rollback support

  • Multiple improvements across workflows, storage, and editor

Check out everything that’s new below :backhand_index_pointing_down:

:card_file_box: Copy database data across environments

You can now easily copy data and users from one environment to another and sync editor and production environments:

1. Navigate to the Settings tab → Database

2. Select Source and Target environments

:information_source: On your first app publication, a popup will let you choose whether to copy your existing data.

:light_bulb: Deploy faster with the new publish panel

Deployments now have a dedicated space inside the Editor, making it easier to manage and monitor your app without interrupting your workflow:

• Access the deployment panel directly from the Editor

• View deployment details

• Check publish logs without leaving your workspace

:locked_with_key: Protect your work with editor backups

You can now manage editor backups directly from Settings → Editor Backups:

• Your editor state is automatically saved based on your plan settings

• Manual editor backups are available on supported plans, allowing you to save a specific version of your project using the Create editor backup button

• Roll back to a previous version whenever needed

:megaphone: Workflow, storage & editor improvements

:counterclockwise_arrows_button: Workflow & integration improvements

We’ve resolved several issues affecting workflows, HTTP requests, and data handling:

  • Data mapping in the Insert rows action now properly recognizes mapped items from array inputs when using Multiple insert mode.

  • Retry configuration values in the HTTP Request action are now correctly persisted after reopening the editor.

  • Improved behavior when unbinding custom headers in HTTP requests.

  • Fixed an issue where creating a component workflow and navigating to Workflows → Functions displayed an empty workflow.

  • Fixed an issue where dynamic bindings in workflow result mappings could become frozen after the first execution when using typed results such as arrays.

:key: Authentication & storage fixes

This update also improves reliability for authentication exports and production file handling:

  • User exports in the WeWeb Auth Plugin now support more than 200 users.

  • Production file URLs on published custom domains now resolve correctly and no longer fall back to the editor subdomain, preventing 403 errors.

:framed_picture: Editor experience

We’ve also implemented several improvements to the Editor experience:

  • Collection usage searches across a project now return results correctly.

  • Reordering list properties in Custom Components using the up/down arrows now works as expected.

  • The Format Document action in the JavaScript editor now properly formats unformatted code.

  • Dropping an element onto a blank page now automatically wraps it inside a section, allowing components to work immediately without additional setup.

As always, let us know what you think :slightly_smiling_face:

1 Like