Releases: appsemble/appsemble
Releases · appsemble/appsemble
0.30.9
Added
- App: App support for
content-type
header in request action.
0.30.8
Added
- Preact-components: Lazy load images in the
ImageComponent
. - Studio: Add options for resending and deleting app and group invites.
Fixed
- Block(
form
): Fix page params being added to data even whenonLoad
action is not defined. - App: Fix passing empty roles array to
/api/apps/{appId}/members
. - Server: Clear assets cache every hour.
- Server: Fix querying app members by roles.
- Studio: Fix app, page apps causing errors.
0.30.7
Fixed
- Server: Fetch only snapshot ID when querying
AppSnapshot
for creating settings. - Studio: Fix redirect in organization invite flow.
0.30.6
0.30.6
0.30.5
Removed
- Utils: Remove redundant property
method
from resource actions.
0.30.4
Added
- Block(
form
): AddonSelect
option to enum fields to fire an action when the value changes. - App: Add all demo app members to newly created group in demo apps.
- App: Add demo app members created by demo login to existing groups in demo apps.
- App: Add new action
resource.history.get
to fetch the history of a resource. - Server: Add caching to improve app asset query imporvements.
- Server: Add indexes to tables to improve query performance.
Changed
- Cli: Require a role for inviting a user to a group through the cli.
Removed
- App: Remove option to join groups in demo apps.
Fixed
- Block(
form
): Display enum fields as hidden whenshow
isfalse
so they can still listen to events. - App: Fix group selection from profile dropdown.
- Studio:
App Definition
menu section not being visible in the side menu. - Utils: Fix delete assets endpoint security.
0.30.3
Added
- Block(
form
): Add an option for enum fields with values remapped from other form fields. - Block(
table
): Add a new fieldcaption
to add captions to tables. - Utils: Support negative index in
prop
remapper for array inputs.
Fixed
- App: Disable login if no roles are defined in the security definition.
0.30.2
Added
- App: Add support for
badgeCount
property on a page that shows a counter in the side menu or bottom navigation.
0.30.1
0.30.1
0.29.11
Fixed
- Block(
detail-viewer
): Check if there is a video before trying to fetch its thumbnail. - Block(
list
): Check if the header has a value before converting it to a string.