@appsemble/types
Advanced tools
Changelog
[0.21.0] - 2023-07-28
barcode-scan
): Allow block to scan other type of codes.barcode-scan
): Allow user to set patch size of stream or image file.barcode-scan
): Allow user to set up resolution to make scanner get code more precise.barcode-scan
): New icon for the block.detail-viewer
): Allow to extract image from URL and asset.detail-viewer
): Allow to render videos.video
): Allows video from URL and asset.video
): Allows video from YouTube.serve
.barcode-scan
): New description of block and its parameters.form
): Support inline fields within fieldsets.qr-scan
): Emits code as object instead of string.detail-viewer
): Remove file base parameter.form
): Display buttons for fieldset when min/max length is specified.form
): Fix validation of fields which come after a fieldset.Changelog
[0.20.45] - 2023-06-07
barcode-scan
): Initial release.barcode-scan
): Supports scanning code from image file.form
): Support default value for date fields.image
): The Image block now has width and height (in pixel) properties.team.members
action.resource.patch
action to server.getTeamMember
endpoint.null
and singular
values.filter
): Fix filtering for date
and date-range
fields.form
): Support not passing fields to block.resource.create
action instead of reusing the request
action.resource.delete
action instead of reusing the request
action.resource.get
action instead of reusing the request
action.resource.update
action instead of reusing the request
action.Changelog
[0.20.43] - 2023-05-11
table
): Support custom size of image in table cell.table
): Support images in table cell.request action
using app service secrets when proxied.log
remapper.match
remapper.not
remapper.form
): The form block now uses actions to autofill
form fields.form
): Resolve date fields and boolean field missing form values when remapping in
required
requirement.Changelog
[0.20.41] - 2023-03-24
form
): Add alt format option for date and date-time field.form
): Support manual input in date and date-time fields.table
): Add StringField
to provide users direct write access to table entries.userinfo
fields (locale
and zoneinfo
) in the userinfo
API.resource.query
action instead of reusing the request
action.Changelog
[0.20.40] - 2023-03-06
form
): Make block data accessible to from
and to
requirements.Changelog
[0.20.39] - 2023-02-28
form
): Support disabled options in enum fields.layout
option to set the position of a message on the screen.match
action.form
): Child fields in repeated object fields now contain an index in their naming
sequence, breaking styling in some instances when applied to child fields.form
): Object field is now usable within another object field.form
): Rename object field to fieldset. Apps using the object field that need to be
updated to version 0.20.39 will break. To fix this, change the field type from object
to
fieldset
.form
): Required remapper is now properly supported in nested fields.form
): Resolve validation issue causing object fields to be broken.