Breaking changes:
io.experimental.date
is nowio.input.date
.io.experimental.time
is nowio.input.time
.io.experimental.datetime
is nowio.input.datetime
.
New:
- io.input.url is a new method that prompts the user for a URL and returns a JavaScript URL object.
- All input and select I/O methods now accept an optional
disabled
prop, which disables the input in the UI. - io.experimental.input.file now accepts an optional
generatePresignedUrls()
function that can be used to upload files directly to your own S3-compatible cloud storage (example).