@appsemble/utils
Advanced tools
Changelog
[0.18.24] - 2021-07-29
button-list
): Fix onClick
not being used as the default if an action isn’t specified.markdown
): Fix issue where certain data types would not display correctly.Changelog
[0.18.22] - 2021-07-20
share
action.--dry-run
option to appsemble app create
.?dryRun=true
to the
query string, apps can now be validated without having to create a new app or using an existing
app.typescript-json-schema
with
ts-json-schema-generator
.app-definition.yaml
instead of app.yaml
.Changelog
[0.18.21] - 2021-07-09
bootstrap
SDK function to the shadow root.attach
function.Changelog
[0.18.19] - 2021-06-29
--sentry-allowed-domains
to only serve Sentry on apps from specific
domains.layout
property.navigation
property in pages.Changelog
[0.18.18] - 2021-06-25
progress
property to flow
pages. This can be used to set the method used to
display the progress of a flow page’s steps.corner-dots
in flow
pages. More often than not these
ended up being invisible due to the default background color.Changelog
[0.18.16] - 2021-06-10
data-loader
): Add support for context
. The data passed to the block (for example the
current data in a flow page) is now available in the property data
when using context
remappers.video
): Add video block.condition
action.flow.to
.translate
remapper. This can be used instead of message.format
for simpler
messages that don’t use any message values.appsemble
.condition
action.iconBackground
when creating an app.maskableIcon
when creating an app.appsemble
.context
within remappers for query
in request
actions. This was
causing context
to not be available.