Skip to content

v0.38.0

Compare
Choose a tag to compare
@jacobmischka jacobmischka released this 15 Mar 20:33
· 172 commits to main since this release

Breaking changes

New

  • Added support for a preview UI that preserves action context across IO method calls and removes the need to "Continue" for display-only informational renders. Please let us know if you would like to test this feature before general availability!
  • Added the .safelyClose() method to Interval to safely shut down a deployment without losing work or interrupting users.
  • The defaultValue property for all supported IO methods now also accept null in addition to undefined.
  • Added copy and download buttons to io.display.code, io.display.object, and code blocks in io.display.markdown.
  • Added inline IDE documentation to IO methods.

Fixed

  • Fixed an issue with some userland errors not being surfaced in Pages.
  • Many small fixes and UI improvements!