Breaking changes:
io.experimental.dateis nowio.input.date.io.experimental.timeis nowio.input.time.io.experimental.datetimeis 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
disabledprop, 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).