Skip to main content

Self-hosted Retool 2.75

Release notes for Self-hosted Retool v2.75. First released on September 15, 2021.

2.75.21

Sep 17, 2021

  • We've added 5 new and improved options for input components in the Inspector (right-hand panel), including:
  • Read only: read only inputs are focusable and selectable but cannot be modified. They look the same as normal inputs.
  • Label width: set the width of the label as a percentage of the component width (%), pixels (px), or grid columns (col).
  • Decimal places: set the maximum number of digits after the decimal, and optionally pad trailing zeros.
  • Allow null value: Number Input components can now have an empty state of null instead of 0.
  • Show clear button: Number Input components can now optionally show a clear button.
  • If you want further configuration options for any of our components, drop us a note at support@retool.com!
  • Fixed label width default to be 40% instead of 33%
  • Fixed migrations to respect DATABASE_URL
  • Fixed a regression that would cause the editor to crash when deleting temporary state variables
  • Improved the app homepage search results to show what folders apps are in
  • Updated undo/redo shortcuts copy to be platform-specific
  • Fixed the "hide reset button" switch on the Wizard component
  • Fixed default values and Change events for Range Slider
  • Fixed the editor such that it always shows the most up to date version, even if an earlier release is published
  • Added a new event handler action type to set / clear local storage key/value pairs
  • Added a tooltip to improve readability of long app names for the "Go to app" event handler action type
  • Added a toggle to the Number Input to allow null values
  • Fixed the Tags component so that it can reference other queries/components (e.g. {{ .. }}) when setting tag titles
  • Fixed an issue preventing custom columns in a table in a module from rendering