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
labelproperty 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
defaultValueproperty to input.richText. - Adds
minandmaxproperties to experimental.date, experimental.time, and experimental.datetime. - Adds
minLengthandmaxLengthproperties to input.text. - loading.start can now be called with a title string as its 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.