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 our docs here: https://docs.tryretool.com/docs/cassandra-integration
Google Cloud Storage Integrationβ
- Retool now supports all the same configurations in S3 with Google Cloud Storage
- See our docs here: https://docs.tryretool.com/docs/google-cloud-storage-integration
Vertica Integrationβ
- Retool also supports Vertica as a database!
- Reading and Updating are both supported.
- See our docs here: https://docs.tryretool.com/docs/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
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.