Slider component for Retool Mobile
The Slider component for Retool Mobile enables users to select a number value with a UI slider.
The Slider component for Retool Mobile
Updates, changes, and improvements at Retool.
The Slider component for Retool Mobile enables users to select a number value with a UI slider.
The Slider component for Retool Mobile
Multipage apps contain pages to combine functionality and use cases. Standard Retool apps operate as single-page applications where all code and components is continually evaluated. Multipage apps are also supported by Retool Mobile where each screen functions as a separate page.
With multipage apps, Retool only evaluates the code and components of the page currently in view. The benefits of multipage apps include:
Each multipage app uses global and page scopes to separate pages. Globally scoped code, and Header and Sidebar frames, are available for use across every page, while each page has its own page-scoped code and components.
You can request access to the multipage app beta and explore the docs to learn more.
Retool is currently working on a new layout architecture, WidgetGrid, that significantly improves the performance of the canvas. Placement and arrangement of components, such as dragging to reposition, is up to 50% more responsive.
Enable or disable WidgetGrid from the status bar.
WidgetGrid is currently rolling out to cloud-hosted organizations as an opt-in beta and will be available in the next Edge release of self-hosted Retool. You can enable WidgetGrid from the status bar when viewing or editing an app. You can disable WidgetGrid at any time and provide feedback about any issues you experienced.
Browsers now load static .js
files from the following locations:
/libs/custom-component-collections.${hash}.umd.js
/libs/custom-components.${hash}.umd.js
/libs/sandbox.${hash}.umd.js
This change will not disrupt most self-hosted organizations. However, if you have additional infrastructure that sits between your user's browser and your Retool instance, such as a load balancer, you might need to update your infrastructure configuration.
The reason for this is because these files are requested from an iframe, and so regular browser cookies will be missing from those requests for these files. If you have a load balancer that requires additional cookies be present (such as for SSO), it may block requests to these files from an iframe.
If you need to account for this, the recommend solution is to allow-list requests to these file paths in your infrastructure so that they don't require any additional authentication to access.
Perform these tests if you want to confirm that your Retool instance is correctly serving these files:
Multiplayer provides real-time collaborative editing that allows users to see what each other is working on and reflect changes as soon as they're made. It's best suited for development teams who work on different areas of an app independently.
Multiplayer is available on Retool Cloud and as a private beta for self-hosted organizations.
You can now connect your organizations to Sentry or Datadog for error monitoring. App errors will be reported with a callstack and descriptive tags when viewing and interacting with an app in preview or public (end-user) mode.
The new Timeline component displays a Gantt chart of events that represent a project or plan over time.
We've released a new version of the Tags web component that includes many of the features available in other components. This includes:
The previous version of Tags is still available as a deprecated component and any existing apps that use it will continue to do so. You must update any existing apps if you want to make use of the new version.
The new Tags component is available on Retool Cloud and the latest edge release of self-hosted Retool.
Subfolder organization of apps is now available as a public beta. You can create nested folders for more granular organization and permissions of Retool apps.
Organization admins can enable or disable subfolders in the Advanced settings section of the organization settings page.
Self-hosted Retool 3.52 is now available on the Stable release channel.