Skip to main content

Changelog

Updates, changes, and improvements at Retool.

27 posts tagged with "Components"

View All Tags

Microphone component for Retool Mobile

Robin Pham
Robin Pham
Software Engineer

The Microphone component for Retool Mobile can record audio using the built-in microphone. Recordings are Base64-encoded in WebM format, and audio playback displays a progress bar and elapsed time.

New version of the Tags component for web apps

MB
MB
Software Engineer

We've released a new version of the Tags web component that includes many of the features available in other components. This includes:

  • Manual or mapped options for defining tags.
  • Greater customization options with per-tag settings for icon, color, and value.
  • Event handlers for click actions.

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.

Add new rows to the Table component

Darya Verzhbinsky
Darya Verzhbinsky
Software Engineer

The new Add new row Toolbar action makes it possible to input values directly into the Table component. New rows are added to the table's changeset to save. Adding rows directly to a table provides an alternative method to using a separate Form component and input fields.

Upload images in the Table component

Darya Verzhbinsky
Darya Verzhbinsky
Software Engineer

The Image column type for the Table component now supports image uploads directly to Retool Storage. Enable Allow uploading images to allow users to upload and replace images to Retool Storage.

Button column type for the Table component

Darya Verzhbinsky
Darya Verzhbinsky
Software Engineer

The new Button column type in the Table component is now available. When enabled, column values render as a button. This allows you to add buttons to trigger actions, queries, and open links using a button.

Phone Number Input component

The Phone Number Input component for web apps is now available. It automatically formats phone numbers, includes a country selector with international dialing code, and can perform validation based on the selected country. The default country is derived from the user's IP address.

New version of the Key Value component

A new version of the Key Value component is available on Retool Cloud and self-hosted deployments running Retool 3.22 or later. It contains a number of improvements over the previous component:

  • Automatically reflects changes whenever the data source changes.
  • Added support for event handlers.
  • Various styling improvements.