@appsemble/preact
Advanced tools
Changelog
[0.17.3] - 2021-02-02
form
): Fix loading initial values for enum fields that have asynchronous options.Changelog
[0.17.2] - 2021-01-26
map
): Add center
and follow
event listeners.readme.md
files as the long description for apps.ManageTeams
permission to Manager
role in organizations. Organization managers now
have full access to teams for apps.resource.delete
and resource.update
ID resolution.Changelog
[0.17.1] - 2021-01-21
team.join
action allows blocks to join a team.team.list
action allows blocks to access all teams in the app.form
): Fix selecting enum option values that aren’t strings.Changelog
[0.17.0] - 2021-01-14
map
): Add filterLatitudeName
and filterLongitudeName
parameters.$team:member
and $team:manager
roles in page.roles
.$filter=$author/id eq 11111111-a111-11a1-aa11-111a1a11aa1a"
.map
): Change parameters longitude
and latitude
to accept remappers instead of property
paths.parameters
property from link
actions. This functionality can be replaced by using
remap
.base
property of request
actions. This can be replicated using remappers
in onSuccess
and/or onError
.Changelog
[0.16.0] - 2020-12-21
form
): Add error
to context of formRequirement
errors.size
property to /api/apps/{id}/teams
.Changelog
[0.15.12] - 2020-12-11
form
): Add support for enum fields to receive options from events.