Skip to main content

Self-hosted Retool 2.85

Release notes for Self-hosted Retool v2.85. First released on March 02, 2022.

2.85.31

October 12, 2022

  • Patched an SSRF-vulnerable endpoint.

2.85.28

Mar 15, 2022

  • We rebuilt our theme editor, which allows you to create themes that control the look and feel of applications across your organization. Under your organization settings, you'll find Themes, where you can create new themes and modify existing ones.
  • The new editor includes improved descriptions of all the style properties and a revamped, live-updating preview–so you can see how your color selections will impact your apps 🎨. We also introduced several new settings, like status colors. You can also now configure text colors: components will automatically use the most readable option of the light and dark colors you choose!
  • Themes are available on Business or Enterprise plans. We'll soon be adding even more properties–so be sure to drop us any feedback in the community forum.
  • This week we're highlighting some major improvements to containers including support for multiple views, collapsible containers, and new presets for multistep flows and tabs.
  • setView
  • You can enable multiview on any Container, but we're also launching presets for common multiview patterns.
  • The redesigned Tabbed Container comes pre-configured with a Tabs component linked to a multiview Container. Tabs can now be moved and customized independently, and individual tabs can be disabled or hidden.
  • The brand new Stepped Container provides a quick and easy way to build beautiful multi-step flows. Like Tabbed, it comes pre-configured with the new Steps component linked to a multiview Container, along with next and previous Buttons.
  • Container and Form now include a "Show body" setting, along with new APIs to show/hide the header, body, and footer. Get started quickly with the new Collapsible Container, which includes a Toggle Button wired up to expand and collapse the body of its Container.
  • To learn more about all of these new features, check out our Containers docs. And if you have any feedback, we'd love to hear from you in our community forum.
  • Simplified the "query success" setting in the query editor
  • Improved autocomplete for Form and Text components
  • Improved styling of disabled components to improve readability
  • Fixed keyboard navigation for disabled components
  • Added more information, like the type of the value, in the SQL editor when SQL is evaluated
  • Fixed File Dropzone, File Button, and File Input in List Views
  • Added an option to Table components to "Disable user selection." If enabled, selection can only happen via the editor inspector or JS APIs. Click and arrow keys are ignored.
  • Improved List View rendering performance
  • columnMappers
  • Added the ability to hover over the extra indicator (e.g. "+10") for the Tags component to see the other tags
  • CMD+SHIFT+P
  • CMD+/
  • Postgres resources now support custom root certificates
  • ENCRYPTION_KEY
  • Fixed a bug that caused table edits with an active filter to affect the wrong row