@appsemble/preact
Advanced tools
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.Changelog
[0.28.7] - 2024-05-06
team update
command, context
and app
.remote
is neither found in the specified context nor passed as an
argument.team create
command to make argument dependent on one-another. Options
app and context are now optional unless either is specified.dialog
action.setAppPath
function should try at least 9 times before generating hex values.Changelog
[0.28.4] - 2024-04-29
form
): Add a fullWidth
parameter to specify if the form should take up all available
width.form
): Add a grid
parameter to specify if the form fields should be displayed in a grid.form
): Add a title
parameter to set the title of the form.form
): Add styling to fieldset
fields to improve visibility.form
): Add the tags
input field, which allows adding multiple values to an array.number.parse
remapper that converts strings to numbers.form
): Change the default of the dense
parameter to true
.form
): Add a preview for video files.form
): Make file input fields preview larger.form
): Make file input fields span the whole row in grid layouts.Changelog
[0.28.3] - 2024-04-19
item
option to the array
remapper.Changelog
[0.28.0] - 2024-04-16
data
column in the Resource
table to optimize performance and
support sorting by nested fields.list
): The block would throw an error when there is no data instead of displaying the
No data
message.team update
command should use patch
request.date.format
remapper would not accept strings.