Skip to content

Releases: appsemble/appsemble

0.8.9

02 Jun 20:52
Compare
Choose a tag to compare

Fixed

  • Editor: Don’t require a login to reset a forgotten password.
  • Server: Fix issues related to OData filtering.

0.8.8

02 Jun 20:51
Compare
Choose a tag to compare

Added

  • Block(@appsemble/form): Add support for field icons.
  • Editor: Add support for deleting apps.
  • Server: Add support for deleting apps.

0.8.7

02 Jun 20:50
Compare
Choose a tag to compare

Fixed

  • Server: Add missing migration from 0.8.6.

0.8.6

02 Jun 20:49
Compare
Choose a tag to compare

Added

  • CLI: Convert TypeScript interfaces to JSON schema for block parameter validation.
  • CLI: Upload a JSON schema to validate block parameters.
  • Server: Blocks are now validated against a JSON schema.

0.8.5

02 Jun 20:48
Compare
Choose a tag to compare

Added

  • Server: Log the IP address from which requests are made.
  • Server: Partial support for SSL on localhost.

Changed

  • Block(@appsemble/form): Form labels inputs are now aligned vertically.

Fixed

  • App: Fix some caching issues in the service worker.
  • Block(@appsemble/form): Fix issue where defaultValue was considered invalid by default.
  • Block(@appsemble/form): Fix issue where defaultValue was not used if value was falsy.

0.8.4

02 Jun 20:47
Compare
Choose a tag to compare

Added

  • App: Add tabs page type.
  • Block(@appsemble/form): Add support for client-side validation by setting required: true.
  • Server: $created and $updated are exposed in the API.

Changed

  • Block(@appsemble/form): Drop support for bool. Use boolean instead.
  • Server: Remove /_/ routing. Apps are now served from @organization/appname and all /_/
    routes serve from /. This allows for app names no longer being unique for the entirety of
    Appsemble but instead within the organization.

Fixed

  • App: Inverted Bulma colors are calculated properly.
  • Editor: Regression causing Appsemble to crash when editing resources.

0.8.3

02 Jun 20:46
Compare
Choose a tag to compare

Added

  • App: Add ability to specify different navigation types. Currently only bottom is supported,
    which renders a navigation pane at the bottom of the screen. The default is a side menu on the
    left.
  • App: Support page icons. These will be rendered in the navigation menu.
  • App: Make Leaflet tileLayer configurable using theme object.
  • Editor: Add a toggle for making apps private by default.
  • SDK: Add a theme object representing the combined theme of the base theme, app theme, page theme
    and block theme to the SDK.

Fixed

  • Editor: The password reset page no longer crashes.

0.8.2

02 Jun 20:45
Compare
Choose a tag to compare

Added

  • App: Allow to load media from any source.
  • App: Prepend every action with on, for example: clickonClick.
  • Block(@appsemble/form): Add support for number, integer, and boolean input types.
  • Block(@appsemble/feed): Add optional button.
  • Block(@appsemble/feed): Make replies section optional.
  • CLI: Parse JSON compatible values for appsemble config set.
  • Editor: Allow viewing apps without logging in.
  • Editor: Redirect back to previous page when logging in.
  • Editor: Add support for automatically logging in and redirecting after registering.
  • Editor: Allow inviting users without accounts to join an organization.
  • Helm: Add health check.
  • Helm: Add support for Sentry.
  • React: Embrace the new addCleanup utility function to cleanup React based blocks automatically.
  • SDK: Add a new addCleanup utility function.
  • Server: Show the date in logs.
  • Server: Add health check.
  • Server: Support for partial HTTP responses.

Fixed

  • Editor: Fix issue where array or object fields could not be edited.

0.8.1

02 Jun 20:44
Compare
Choose a tag to compare

Fixed

  • App: Adjust the toolbar items size. They no longer exceed the main element padding.

0.8.0

02 Jun 20:43
Compare
Choose a tag to compare

Added

  • Block(@appsemble/form): Add support for hidden for hidden form field.
  • Block(@appsemble/form): Add support for resolution limits for uploading images.
  • Editor: Support basic organization management.
  • Server: Support basic organization management.

Fixed

  • Editor: Fix issue where users were unable to verify their accounts when logged in.