@appsemble/sdk
Advanced tools
Changelog
[0.13.1] - 2020-06-02
/blocks
.Changelog
[0.13.0] - 2020-05-15
npx appsemble
.detail-viewer
): Implement remappers.list
): Add icon
property. This can be used to display icons next to the header.mini-jsx
template based on the current stats block.util.remap
function.remap
property of actions now uses the new remapper functionality.list
): Replace name
with value
.list
): Apply remapper to value
and label
.stats
): Replace name
with value
.stats
): Apply remapper to value
and label
.Changelog
[0.12.6] - 2020-04-29
robots.txt
.Changelog
[0.12.5] - 2020-04-16
@appsemble/detail-viewer
): Add support for icons in string fields.@appsemble/filter
): Add exact
property for fields. When enabled, the values will be
checked using equality instead of partial matches.@appsemble/list
): Add base
property. This can be used when using initial data passed
through from other actions.@appsemble/list
): Add support for receiving initial data.@appsemble/filter
): Make type
property for fields required.Changelog
[0.12.4] - 2020-04-06
@appsemble/map
): Add support for custom markers.@appsemble/cli
on the npm
registry.@appsemble/detail-viewer
): Make field.label
render no label instead of field.name
if
the label is undefined.@appsemble/map
): Change default marker from a custom icon to the Font Awesome
map-marker-alt
icon.@appsemble/form
): Make field.label
render no label instead of field.name
if the label
is undefined.@appsemble/table
): Make field.label
render no label in the header if the label is
undefined. If no labels are defined at all, the table header won’t be displayed at all.block register
command. You can now always use block publish
when publishing new
blocks or new block versions.Changelog
[0.12.1] - 2020-03-26
action
format for parameters. This can be used to refer to other
actions by name, including custom defined actions.@appsemble/button-list
): Add new button list block.