Cloud-hosted Retool: undefined
Multiple Action Buttons
- Tables now can have multiple action buttons!
Cassandra Integration
- Retool now supports Cassandra v3+!
- We support using CQL - a SQL-like query language for Cassandra.
- See the documentation to learn more.
Google Cloud Storage Integration
- Retool now supports all the same configurations in S3 with Google Cloud Storage
- See the documentation to learn more.
Vertica Integration
- Retool also supports Vertica as a database!
- Reading and Updating are both supported.
- See the documentation to learn more.
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
andlongitude
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.
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.
Date Range component
- Retool also has a date range component for selecting begin / end dates.
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.