@appsemble/types
Advanced tools
Changelog
[0.20.11] - 2022-07-12
audio
): Add audio
block.form
): Add dense
property.paths
property in tsconfig.json
.Changelog
[0.20.10] - 2022-06-21
remapAfter
and remapBefore
to actions.remap
on actions, remapBefore
may be used instead. Existing apps that still use
remap
will continue to work.Changelog
[0.20.9] - 2022-06-15
form
): Add alwaysValidate
option to form requirements. This can be useful for fields
that can also perform validation on fields that are filled in at a later time.form
): Add confirm
option to date
and date-time
fields. Enabling this will display a
confirm button once a date has been selected.form
): Add dateFormat
property to date
and date-time
fields to customize the way
these are shown to the user.image
): Add image
block.Changelog
[0.20.8] - 2022-06-12
action-button
): Add title
property.button-list
): Add title
property.form
): Add color
and size
properties to boolean
fields.form
): Add support for displaying boolean/checkbox fields as switches.table
): Add disabled
property for button columns.table
): Add title
property to button fields.view
property to resource.query
and resource.get
actions.object.omit
remapper.random.float
random.integer
random.string
remapper.form
): Fix bug where icon
would be ignored for date
and date-time
fields.table
): Move alignment
property specific to dropdown fields to the dropdown
field
property. This was added to DropdownOption
instead of DropdownField
by accident.Changelog
[0.20.7] - 2022-05-25
table
): Add alignment property to allow for setting the alignment of dropdown fields.lt
and gt
remappers for comparing if a value if greater than or less than another
value.end
date for the ics
remapper. This is mutually exclusive with
the property duration
.null
in OData queries. For example: /$filter=date eq null
.tiles
): Change default text color to be brighter.tiles
): Rename asset
to image
. Any value that matches a valid URL will be used as the
source of the image, otherwise it will attempt to load an asset based on either an alias or a
UUID.tiles
): Fix background color. This used to assume the color is a valid
Bulma color. Instead it will display
either a hex value, a valid Bulma color, or default to primary
.Changelog
[0.20.6] - 2022-05-13
form
): Add TimeRangeRequirement
for date-time
fields to limit the time range.form
): Add new requirement for date
and date-time
fields to disable selecting dates
that fall on specific weekdays.download
action for downloading the result of an action.ics
for creating calendar events.password
grant type.Changelog
[0.20.5] - 2022-04-11
chart
): Support custom colors for the y axis.chart
): Support custom step size for the y axis.table
): Add alignment
property to field types.table
): Add support for button field types.Changelog
[0.20.3] - 2022-03-31
security.teams
property in app definition.team.invite
action.Login
or Register
.chart
): Make min
and max
in yAxis
property optional.$any
actions and events were not extracted.anyOf
or
oneOf
.Changelog
[0.20.2] - 2022-03-01
visibility
property to blocks, this allows for blocks to be hidden from the block
store.create-appsemble block
command.