Skip to main content

v2.38.59 Integrations and more!

Multiple Action Buttons​

  • Tables now can have multiple action buttons!

Screen Shot 2019-04-07 at 9.05.25 PM.png

Cassandra Integration​

Google Cloud Storage Integration​

Vertica Integration​

Map Improvements​

  • Added an onViewPortChange hook to trigger queries
  • Added an onPointSelected hook to trigger queries
  • Added .selectPoint(...) as as a method on Map components
  • Improved accuracy of the custom marker positioning
  • Made the Map component update its latitude and longitude property when the viewport updates.
  • Added GeoJSON styling. Try this for an example! { type: 'line', paint: { 'line-width': 5 } }

    Signature Component​

    • Retool now has a Signature Component!

    • It exposes a .signatureImageFile that you can use like the Filepicker's .file property to upload the image to services like S3 or even your own API.

      Screen Shot 2019-04-07 at 9.12.23 PM.png

      Stripe Checkout Component​

    • Retool now has a component for collecting credit card information securely through Stripe's SDK.

    • The component exposes a .stripeToken property that you can use with Stripe's API to create a credit card.

      Screen Shot 2019-04-07 at 9.14.35 PM.png

      Date Range component​

    • Retool also has a date range component for selecting begin / end dates.

      Screen Shot 2019-04-07 at 9.17.08 PM.png

      Various features and improvements​

    • Uploaded Excel files are also now automatically parsed!

    • ListViews now have improved performance!

    • Added support for deleting permission groups

    • Added support for copying invite links directly from the Retool settings interface.

    • Show staging / production toggle in the end user mode

    • Support user-defined expiration timeouts for OAuth resources.

    • Added utils.getCurrentPosition which returns a Promise that resolves to the device's current position

    • Fixed bulk operations on Salesforce

    • Fixed intermittent problems with CSV parsing on Windows machines

    • Added option to render dates in Tables in their original timezone.