Bixby Developer Center

Guides

2022 July–September

22H Capsule SDK Release Notes

Updated: August 31, 2022

Limited as Blocks in for-each Loop

We've limited the number of as blocks to one in a for-each loop.

...
for-each (this.order.items) {
as (item) {
macro (item-highlight-area) {
param (item) {
expression (item)
}
}
}
}

22G Capsule SDK Release Notes

Updated: August 3, 2022

There are no new features for external developers in this release.

22F Capsule SDK Release Notes

Updated: July 6, 2022

New Email Natural Language Category

We've added the Email natural language (NL) category, which allows users to interact with their preferred email client.

More Information on Date Support in JavaScript Runtime Version 2

We've added some additional guidance on how to handle Date objects while using JavaScript Runtime Version 2. For more information, see Replacing the dates module.