Skip to main content

194 posts tagged with "Cloud-hosted"

View All Tags

Cloud-hosted Retool 3.24

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added instanceView as an exposed property in the List View component.

Fixed

  • Fixed an interaction with collapse empty rows that would not work in repeated containers within the List View component.
  • Fixed components that use ChevronScrollable that would not scroll correctly.
  • Fixed positioning of Modal.

Changed

  • URL query parameters retain their original sorting and no longer sorted alphabetically.

Cloud-hosted Retool 3.23

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added the option to upgrade to annual pricing for organizations on Team or Business plans.
  • Added a Close when pressing Escape option to Modal and Drawer frames.
  • Added a global helper function for swapping items in an array.
  • Added Padding options to the Segmented Control component.

Fixed

  • Fixed the height of Select components without a placeholder and when search is disabled.
  • Fixed event handlers being incorrectly removed when upgrading a deprecated component.
  • Fixed the resource authentication prompt occasionally not appearing for some users.

Improved

  • Improved the prominence of query warning messages.

Cloud-hosted Retool 3.22

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added LDAP_SERVER_CERTIFICATE and LDAP_SERVER_KEY to the list of all secret environment variables that can be loaded from the file system with RETOOL_LOAD_FILE_SECRETS.
  • Added keyboard navigation to the Table component summary row.
  • Added padding controls to Drawer and Modal frames.
  • Added color options to component label captions.
  • Added Show and Hide event handlers for Drawer frames and Modal frames.

Fixed

  • Fixed GitHub commit actions in Source Control.
  • Fixed resource permissions in embedded apps.
  • Fixed Ask AI actions that may not stream data correctly.
  • Fixed resources that may not prompt users to reauthenticate.
  • Fixed custom links to embedded apps that may not load correctly when using a custom domain.
  • Fixed style menu swatches to match parent container nested styles.
  • Fixed nested styles with theme references.
  • Fixed unexpected behavior in the code editor when working with nameless resources.
  • Fixed a performance issue when typing quickly in a Styles editor.
  • Fixed the default height of web components.
  • Fixed style editor values that may unexpectedly reset.
  • Fixed data updates to Table components with multi-row selection enabled that may not update selectedSourceRows.

Improved

  • Allow Table components with expandable rows to be represented in Toolscript.
  • Improved the tooltip editor for Table component cells.

Removed

  • Removed the list of users from API/user responses if the current user does not have access.

Cloud-hosted Retool 3.21

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added support for Retool Storage to public apps.
  • Added an Add component option to the canvas context menu.
  • Added support for hovering and copying text from cell tooltips in the Table component.
  • Added support for config vars in custom auth JS.
  • Added an option to customize the true and false icons for Table boolean columns.
  • Added Modal frames to apps.
  • Added editable dynamic columns to the Table component.
  • Added option to always show row selection checkboxes when a Table component is in multi-row selection mode.
  • Added temperature setting to AI Action queries.

Fixed

  • Fixed Code editor crashes when selecting nameless resources.
  • Fixed a broken link in the Theme tutorial.
  • Fixed an issue with resource permissions.
  • Fixed an issue with the Styles menu color picker where it would fail to respond.
  • Fixed text color for frames on themes where the canvas color and primary surface color are highly contrasting.
  • Fixed an issue where Excel exports would prepend ' to negative percent values.
  • Fixed an issue where autocomplete in a Table component's event handlers settings didn't include some additional scope.
  • Fixed an issue where some empty Table Tag cells would not show a placeholder when editable.
  • Fixed an issue where the Open App event handler was not aware of custom scope provided by Table or Dropdown Button components.
  • Fixed an issue where the Table component's search term property was ignored on mount.
  • Fixed an issue where newline characters were ignored in the Table component's Multiline String format.
  • Fixed an issue where checkboxes in expanded rows would not work without a configured primary key.
  • Fixed missing URL hash parameters in some instances on protected branches.
  • Fixed an error boundary in debug tools caused by switching themes.
  • Fix commit timeouts on large apps.
  • Fixed issue where config variables were not updated in OAuth settings.
  • Fixed an issue where data updates to a Table component in multi-row selection mode would not update selectedSourceRows.
  • Fixed an issue where the Table component's editable avatar and tags columns would fail to load if there were many options.

Improved

  • Improved date parsing to support seconds-based unix timestamps.
  • Reduced latency of source control branch deletion endpoint by 80%.

Changed

  • Updated the design of inputs in the Theme editor.
  • Secondary and tertiary colors in the Theme editor can now be empty.
  • Exposed {{ theme.borderRadius }} to apps.
  • Changed the Retool Database connection string modal UI.

Cloud-hosted Retool 3.19

Cloud-hosted Retool has been updated with the following changes. These changes will also be available in a future release of Self-hosted Retool.

Added

  • Added multiple environment support for Retool Storage.
  • Added the getDisplayedData() method to the Table component.

Fixed

  • Fixed an issue where the Modal component may not work as expected when using Safari.
  • Fixed an issue where scrolling may not function correctly inside the Modal component.
  • Fixed an issue where grouping Table component rows by date may result in duplicate groups.

Improved

  • Improved performance of image caching and processing.
  • Improved efficiency of network requests.
  • The Styles editor falls back to px when using a plain number value for border radius.