Internal platform changes that are not visible to capsule developers will be communicated via internal status updates.
Updated: March 18, 2020
The size
key in cards and images is now deprecated. Use the new aspect-ratio
key to specify how an image or a card fits in a Bixby View.
Old:
image-card {
size (L)
...
}
New:
image-card {
aspect-ratio (4:3)
...
}
For more information, see Cards in Bixby Views.
Deprecation Stages (learn more)
We've added a new runtime version that covers a number of runtime flags:
concepts-inherit-super-type-features
no-filtering-with-validation
modern-default-view-behavior
modern-prompt-rejection
support-halt-effect-in-computed-inputs
use-authorization-header-for-remote-endpoint-oauth
use-input-views-for-selection-list-detail
For more information, read about runtime version 3.
The following NL categories were added this release:
AudioBook
MovieTickets
Lottery
Trivia
JobSearch
SportsScore
We've deprecated the $user.nickName
Expression Language function because it never returned a value.
Deprecation Stages (learn more)
If you previously used the user-profile-access
permission for accessing the user's location, you now should now use the device-location-access
permission. The user-profile-access
permission will soon be deprecated.
If you are requesting permissions in your capsule-info.bxb
, you must now provide a localized justification using the requested-permissions
key, which is then presented to the user:
capsule-info {
...
requested-permissions {
...
permission (user-profile-access) {
justification (Your location will be used to find restaurants nearby)
}
}
}
Deprecation Stages (learn more)