Skip to content

v0.24.0

Compare
Choose a tag to compare
@jacobmischka jacobmischka released this 01 Aug 14:25
· 638 commits to main since this release

Breaking changes

  • io.experimental.date is now io.input.date
  • io.experimental.time is now io.input.time
  • io.experimental.datetime is now io.input.datetime

New

  • io.input.url is a new component 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)

Read more ›