Skip to content

Releases: appsemble/appsemble

0.30.9

12 Nov 09:16
0.30.9
7a3ee2a
Compare
Choose a tag to compare

Added

  • App: App support for content-type header in request action.

0.30.8

11 Nov 09:33
0.30.8
993294e
Compare
Choose a tag to compare

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 when onLoad 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

05 Nov 14:00
0.30.7
7b828f5
Compare
Choose a tag to compare

Fixed

  • Server: Fetch only snapshot ID when querying AppSnapshot for creating settings.
  • Studio: Fix redirect in organization invite flow.

0.30.6

04 Nov 17:33
0.30.6
5319424
Compare
Choose a tag to compare
0.30.6

0.30.5

04 Nov 16:05
0.30.5
ce9a071
Compare
Choose a tag to compare

Removed

  • Utils: Remove redundant property method from resource actions.

0.30.4

04 Nov 12:23
0.30.4
d41cac0
Compare
Choose a tag to compare

Added

  • Block(form): Add onSelect 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 when show is false 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

23 Oct 09:25
0.30.3
5958bd0
Compare
Choose a tag to compare

Added

  • Block(form): Add an option for enum fields with values remapped from other form fields.
  • Block(table): Add a new field caption 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

16 Oct 11:29
0.30.2
d2be5bc
Compare
Choose a tag to compare

Added

  • App: Add support for badgeCount property on a page that shows a counter in the side menu or bottom navigation.

0.30.1

08 Oct 15:09
0.30.1
163523c
Compare
Choose a tag to compare
0.30.1

0.29.11

02 Sep 11:05
0.29.11
c86a76a
Compare
Choose a tag to compare

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.