Skip to main content

Changelog

Updates, changes, and improvements at Retool.

203 posts tagged with "Retool Cloud"

View All Tags

Retool 2.111

Fixes and improvements

  • Added the selection property and setSelection() to the Rich Text Editor component.

  • Added environment URL parameter to specify the environment in Retool Embed apps.

  • Fixed an issue where Date Time-formatted columns in the Table component would not correctly sort if any cells contained null values.

  • Fixed an issue where TLS certificates for resources would not upload if using a Windows computer.

  • Fixed an issue where MongoDB connection strings would be incorrectly parsed if it contained a TLS option.

  • Fixed an issue where an app would unintentionally scroll if typing into input components within the Header frame.

  • Fixed an issue where publicly shared apps would ignore the specified maximum width and render at 100% width under certain conditions.

  • Fixed an issue where the resource schema would not refresh correctly when changing the environment.

  • Fixed an issue where the Asana resource settings contained a broken link.

  • Fixed an issue where the toggle to enable a workflow would not function correctly in Retool Workflows.

  • Fixed an issue where the Query Library would not correctly display if a query contained JavaScript variables.

  • Improved resource settings to hide token status if the resource uses Shared OAuth.

  • Improved the Schema Explorer to display namespaced table schemas for MySQL resources.

Retool 2.110

New components

  • Status: A component that displays the status of a task or operation. It supports multiple user-defined states, including icons, colors, and labels.

Fixes and improvements

  • Changed copy for the 'Reload all queries' action to 'Reset app state'

  • Fixed an issue where the variable editor was erroneously showing up for a GraphQL Resource in the Query Library

  • Added a toggle to prevent scroll from changing values in the Number Input

  • Fixed query renames being reset whenever a periodic query runs

  • Fixed copying and pasting of Containers or Modals with nested Modules

  • Fixed an issue that would cause certain inputs in Rich Text Input to crash with an error

  • Added Markdown support in the GraphQL schema explorer

  • Added titles to popped-out code editors

Retool 2.109

Fixes and improvements

  • Fixed height of Forms when dragged out from the create panel
  • Added name tooltip over the component icon in the right panel
  • Updated the icon for Submit Feedback in the Help menu
  • Fixed an issue where the "Actions" column of Tables wouldn't appear
  • Fixed the disabled property setting on Calendar Input to properly disable clicking on days of the calendar
  • Improved the empty state of the Table columns editor
  • Fixed JavaScript query failure conditions
  • Fixed the Link Card shadow height

Retool 2.108

New components

  • Breadcrumb Navigation: Show users how the page they are on is categorized or the path the user took to find it.

Fixes and improvements

  • Improved overall UI for clearer tabs design, less cluttered global navigation, lighter borders and keylines to allow the UI to breath, clearer section headings, clearer hierarchy between sections and elements, general fit-and-finish improvements across the app

  • Fixed a case where the Sidebar would not render in small widths

  • Fixed the Table "Actions" column so it hides when the Table has no data

  • Fixed a crash when linking to a container from a Steps or Tab component in an app with a Table and no other Containers

  • Added the scrollIntoView API to all components

  • Updated the frontend UI for SSL/TLS configuration to be consistent across resources

  • Fixed a bug where JavaScript queries were created instead of resource queries after a JavaScript query is selected

  • Added option for users to add root authority and client cert and key when configuring a REST API resource to use TLS

  • Improved error message when you try to create a resource with a name that already exists.

  • Fixed an issue where icons in dynamic mode may fail to load

  • Removed SSL host option from Postgres resource configuration

  • Added the ability to customize an app's maximum width via App Settings

Retool 2.107.1

Fixes and improvements

  • Added the ability to resize the left "Code" panel

  • Fixed tooltips in Debug Tools for enums

  • Updated the HTML component so event handlers can be attached to elements within the component

  • Improved the styling of the Branding header when viewing applications

  • Fixed Debug Tools to focus on the State of the currently selected component when first opened

  • Fixed formatting for SQL queries with ternaries

  • Added a timeframe customization option for the list view in the Calendar component

  • Improved Autocomplete fields in the right panel to only surface in code blocks

  • Improved the styling of the Retool user menu when rendered in the Sidebar

  • Updated the UI for SSL options on the resource configuration form

  • Added support for certificates and verification mode to AlloyDB resource

  • Added support for hint to MongoDB's find operation

  • Fixed issue where users were unable to connect to Hubspot using OAuth authentication

  • Removed support for GET and PUT commands with our Snowflake resource

  • Fixed link to double cookie submit documentation on the REST API resource configuration form

  • Updated the Postgres connection options tooltip to open links in a new tab

  • Updated the resource dropdown in the query editor to show 'Create a new resource' when user is searching

Retool 2.107.0

Fixes and improvements

  • Fixed a bug with the border radius when flipping images

  • Changed the 'Go to URL' event handler to open in new tab by default

  • Fixed the resize indicator from overlapping when resizing components with vertical controls

  • Fixed viewport width to respect the app canvas max width

  • Fixed an issue where right panel popovers would overflow the top of the page

  • Fixed an issue causing Javascript queries to not run when referencing widgets in empty List Views

Retool 2.106.2

Fixes and improvements

  • Fixed hover expansion behavior in Table cells with long text
  • Updated the styling for the event handler editors of the Navigation component
  • Updated the starter app template and added a "View Example App" option in onboarding
  • Added default label for custom buttons added to a Table
  • Added tooltips on Select to clarify when a query is triggered

Retool 2.106.3

New components

  • Vertical Steps: Added support for vertical orientation and captions in the Steps component.

Fixes and improvements

  • Fixed an issue where per-query timeouts were not working for Presto and Vertica queries
  • Fixed column resizing and the "Reset column width" setting in the Table component
  • Fixed "Go to App" links from modules when included in public apps
  • Added max width to tooltips to prevent overflowing
  • Fixed modals to be scrollable if they overflow
  • Fixed an issue where gRPC queries with dynamic inputs that evaluated to strings were failing due to a syntax error
  • Added hoverable Markdown icons with tooltips to fields that support Markdown

Retool 2.106.1

New components

  • Color Input: Select a specific color using the color picker or type in a color using its HEX/RGB value.

  • QR Code: Create a scannable QR code from strings like phone numbers, emails, and URLs.

  • Link Card: Use a full card as a link, and control interactions on mouseover.

Fixes and improvements

  • Allowed both item & i to be present for the "Run script" event handler

  • Improved tooltips for long app names in the right-panel for the Navigation component

  • Added a default app name when duplicating an app

  • Updated the resource auth logic to automatically refresh auth for custom auth resources on page load

  • Fixed the app description to automatically update on change

  • Added the ability to import from connection string for MongoDB

  • Improved padding of confirmation modals

  • Allowed tooltips to trigger on disabled components

  • Updated the MongoDB resource configuration UI to have separate fields for Client Certificate and Client Key

  • Added a border to the component search bar when the widget picker is scrolled

Retool 2.106

Fixes and improvements

  • Added a .refresh() API to Table to imperatively refresh the backing query
  • Fixed a bug where the Mongo query editor would show a metadata error if resource does not have access to all collections in schema
  • Added option to pass an ARN when using AWS v4 authentication method
  • Added support for {{current_user}} to the database options input on the resource configuration page
  • Fixed the width of inputs with overflowing text in the right-panel
  • Fixed an issue where current_user was evaluated client side for query library queries
  • Unified the version number displayed in the editor Header and Status Bar
  • Updated the Hubspot integration to use Private App Tokens instead of API keys, which have been deprecated
  • Added support for release management in Modules
  • Fixed tooltips not appearing when input components are disabled
  • Updated the schema browser to only return the first 1000 tables, sorted alphabetically
  • Added support for event handlers to HTML component
  • Fixed several visual issues with the Retool user menu
  • Added overlayMinWidth property for Dropdown Button, MultiSelect, Select, and Split Button
  • Updated the empty state UI for Select and Listbox components