Skip to content

Releases: appsemble/appsemble

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.

0.29.10

28 Aug 08:28
0.29.10
4b7fba2
Compare
Choose a tag to compare

Added

  • App: Add support for nested items in side menu.
  • Studio: Make share app feature fancier and use navigator.share whenever possible.

0.29.9

22 Aug 09:47
0.29.9
fc4cb1e
Compare
Choose a tag to compare

Added

  • Block(detail-viewer): Add support for video asset thumbnails.
  • Block(form): Add support for automatic thumbnail generation on video inputs.
  • Block(list): Add support for displaying a thumbnail image if a video asset is passed to the image property.
  • Node-utils: Add support for thumbnail assets in processResourceBody.
  • Server: Add a controller for asset by id HEAD requests.
  • Server: Validate imported messages on server side.
  • Utils: Add an API path for asset by id HEAD requests.

Changed

  • Block(list): Change the request for assets in the header to HEAD.
  • Studio: Only export changed translations.

Fixed

  • Block(detail-viewer): Don't pass poster if there is no thumbnail link.
  • Server: Use correct permission for asset delete permission verification.
  • Server: Verify permissions for creating assets.

0.29.8

08 Aug 07:51
0.29.8
d674f23
Compare
Choose a tag to compare

Added

  • Block(form): Use the accept requirement of input fields to show an icon in the upload button.
  • Block(list): Show the filename and filetype icon in the header of list items, with a header value remapping to an asset id.
  • App: Unregister service worker in app debug page.
  • Server: Add Access-Control-Expose-Headers: 'Content-Disposition' header to getAssetById endpoint.
  • Utils: Add assets content type and content disposition utils.
  • Utils: Add functions for mime type operations and icons.

Changed

  • Block(form): Show the upload button to the right in repeated file inputs.
  • Block(form): Use the mime type of files in the file input to show a placeholder.
  • App: Make debug page path case insensitive.

Fixed

  • Block(form): Don't show the message for long submission if there are form errors.
  • Server: Allow patching resources with assets by name.

0.29.7

24 Jul 09:27
0.29.7
b4f2e3a
Compare
Choose a tag to compare

Added

  • App: Add debug page.
  • Server: Add app snapshot id to app settings.

0.29.6

19 Jul 08:06
0.29.6
cffb470
Compare
Choose a tag to compare

Added

  • Block(form): Add warning on long submission.
  • Block(pdf-viewer): Add new block pdf-viewer.
  • Studio: Add tab to apps to view companion container logs.

Fixed

  • Block(form): Fix searching by words containing capital letters.

0.29.5

15 Jul 12:51
0.29.5
000b811
Compare
Choose a tag to compare

Added

  • Block(form): Add search to selection fields.

Changed

  • Block(form): Allow trying to submit while there are field errors.
  • Block(form): Don't show field error links until the user has tried to submit.
  • Server: The server would error when receiving multipart/form-data from a proxied request action.

Fixed

  • Block(detail-viewer): Fix the height of displayed non-square images.
  • Block(form): Acknowledge readOnly in fieldset fields.
  • Block(form): Disable fieldset and file fields while submitting the form.
  • Block(table): Fix miss-aligned button icon when label is empty.
  • React-components: Fix behaviour where side menu would not close when clicking a menu item.

0.29.4

27 Jun 12:20
0.29.4
5172cf6
Compare
Choose a tag to compare

Added

  • Studio: Added the resource tab to the GUI.

Fixed

  • Studio: Do not use app id from params in app resources page.
  • Studio: Switching to the GUI-editor is now fixed.