@appsemble/sdk
Advanced tools
Changelog
[0.29.5] - 2024-07-15
form
): Add search to selection fields.form
): Allow trying to submit while there are field errors.form
): Don't show field error links until the user has tried to submit.multipart/form-data
from a proxied request action.detail-viewer
): Fix the height of displayed non-square images.form
): Acknowledge readOnly
in fieldset fields.form
): Disable fieldset and file fields while submitting the form.table
): Fix miss-aligned button icon when label is empty.Changelog
[0.28.12] - 2024-06-05
hide
property to blocks to enable conditional rendering.array.flatten
remapper.form
): Change the selection input to also work with unique strings for the ids of the
items.ImageComponent
to accept an id.string.format
remapper to accept remappers, so it can receive a message id
dynamically.detail-viewer
): Display the thumbnail if there is no video value.form
): Accept asset ids as valid file entry values.form
): Make the selection field full width in forms.list
): Add some padding to the end of the list to show the dropdown when needed.enabled
state variable.Changelog
[0.28.10] - 2024-05-27
list
): Add collapsible
and startCollapsed
properties for collapsing the list into a
compact view.list
): Add a groupBy
property to split the list into multiple smaller lists.list
): Add a title
property for a title that shows above the list.form
): Close the selection modal when the maxItems
requirement is reached.Changelog
[0.28.9] - 2024-05-14
list
): Add a hideOnNoData
property to hide the block if there is no data.form
): Allow selected value to be of type Blob
.form
): Invalidate tags
and selection
fields if they are not required, but have
minItems
specified.