Added more documentation to make connecting Retool to Salesforce easy.
The buttons for creating transformers and temporary state have been reorganized.
SQL queries automatically switch between running whenever parameters to change to being manually triggered depending on whether the query is a read only query or not.
HTML links in Retool (<a> elements) can now open links in a new tab
<a> tags now support the target attribute.
<a href="https://google.com" target="_blank"> Google </a> will render a link that opens Google in a new page
Retool will also automatically add the rel="noopener noreferer attribute to protect your privacy and security to all links that open pages in new tabs.