appsemble
Advanced tools
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.