Interval's initial public beta release! v0.18.0 fixes bugs and introduces an API to send notifications from outside of actions.
Breaking changes:
- The
label
property in the loading API has been renamed totitle
New:
- Adds default action delivery settings for notifications
- You can now send notifications from outside of actions
- Adds
defaultValue
property to input.richText - Adds
min
andmax
properties to experimental.date, experimental.time, and experimental.datetime - Adds
minLength
andmaxLength
properties to input.text - loading.start can now be called with a title string as it's only argument
Fixed:
- Corrected return values for select.table, experimental.date, and experimental.time when marked optional
- Allows booleans and numbers as labels in display.table and select.table
Was this section useful?