Skip to main content

Retool 2.28.26

Table action buttons

  • Action buttons on tables support opening new pages (either internal Retool apps, or external URLs). To customize the behavior for each button, you can use the currentRow variable or the i variable.
  • Action buttons on tables can be dynamically disabled in a similar fashion. See below for an example config.

Screen Shot 2018-09-09 at 3.45.23 AM.png

API Custom Authentication

  • Added support for a custom redirect-based authentication scheme. Useful in cases where a custom in-house SSO solution has been built. Screen Shot 2018-09-09 at 3.48.12 AM.png
  • Added support for defining variables to substitute into an API requestScreen Shot 2018-09-09 at 3.48.42 AM.png

Improved

  • UX for adding new databases has been improved by providing sane defaults.
  • Added support for connecting via SSH Tunnels to MySQL databases with edit permissions enabled.

Fixed

  • The Stripe integration has been improved to support form-data based endpoints.
  • The JSONEditor component no longer switches focus when pressing the Tab key.