Updated: August 31, 2022
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)
}
}
}
}
Updated: August 3, 2022
There are no new features for external developers in this release.
Updated: July 6, 2022
We've added the Email
natural language (NL) category, which allows users to interact with their preferred email client.
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.
Copyright 2024 Samsung All rights reserved