Skip to content

Releases: appsemble/appsemble

0.24.6

22 Jan 13:26
0.24.6
3677f0a
Compare
Choose a tag to compare

Fixed

  • Server: Ensure only the latest snapshot is retrieved on the server.
  • Studio: Fix link to app-icon documentation being broken in the app icon settings.
  • Studio: Resolve app members page error.
  • Studio: Resolve error in app search bar.

0.24.5

19 Jan 08:43
0.24.5
96d04bc
Compare
Choose a tag to compare
0.24.5

0.24.4

18 Jan 17:46
0.24.4
d7a28d8
Compare
Choose a tag to compare
0.24.4

0.24.3

18 Jan 16:39
0.24.3
cfae163
Compare
Choose a tag to compare
0.24.3

0.24.2

18 Jan 15:48
0.24.2
1c7024d
Compare
Choose a tag to compare
0.24.2

0.24.1

18 Jan 13:54
0.24.1
3327d4c
Compare
Choose a tag to compare

Added

  • Cli: Add clonable to asset publish command.
  • Node-utils: Add the option to expire resources based on period. Add clonable and ephemeral to resource parsing.
  • Scripts: Add user.properties validation in docs.
  • Server: Add user.properties parsing and validation to app member endpoints. Add reseed demo app endpoint. Add demo app logic for resources endpoints. Add demo app logic for assets endpoints. Add AppMember BeforeCreate and BeforeUpdate hooks for user.properties validation. Add Resource BeforeDelete hook for user.properties update. Add logic for demo apps to get the user who seeded the resource on action permission validation instead of the logged in one.
  • Studio: Add reseed button for demo apps.
  • Types: Add UserProperties interface. Add $seed and $ephemeral to resources.
  • Utils: Add clonable to publish assets endpoint. Add user.properties to app definition. Add user.properties to user actions. Add demo app reseed endpoint.

Changed

  • Cli: Change cleanup resources script to clean up resources and assets based on the new ephemeral field.
  • Utils: Change properties description in user.register, user.create and user.update actions.

Fixed

  • App: Fix user.properties in UserProvider. Fix user.properties in user actions.
  • Studio: Fix user.properties modal form.

0.24.0

16 Jan 12:15
0.24.0
ece6da3
Compare
Choose a tag to compare

Added

  • Block(form): Add support for icon inside file entry.
  • Block(form): Add support for icon to geocoordinates field.
  • Block(form): Add support for icon to static field.
  • Block(form): Add support for label to geocoordinates field.
  • Block(form): Add support for tag to geocoordinates field.
  • Block(form): Add support for “required‘ requirement to geocoordinates field.
  • App: Remap query remapper on the client when request action requests are proxied.
  • Preact-components: Add icon right option to render icon on the right.
  • Preact-components: Add styling to dual slider when it has an icon.
  • Preact-components: Add styling to slider when it has an icon.
  • Preact-components: Add support for icon to dual slider field.
  • Preact-components: Add support for icon to slider field.
  • Studio: Add a button for mobile devices to open and show the app preview.
  • Studio: Add option to pass down class name to the editor tab component`s elements.
  • Studio: Add option to set the dropdown content container to the right side.

Changed

  • Block(form): Change icon implementation, convert Font Awesome icon to SVG instead.
  • Cli: Update definition to include changes.
  • React-components: Add an extra parameter for a reference to be exempt from triggering the closing event.
  • Server: Rename database model “Member” to “OrganizationMember”.
  • Studio: Breadcrumbs now hide on smaller mobile devices.
  • Studio: Change the style of tabs navigator to resize and apply styling based on screen size.
  • Studio: Replace normal buttons with a collapsible navigation bar for mobile user interface.
  • Types: Rename type “Member” to “OrganizationMember” in the code.

Fixed

  • Block(form): Fix default min and max value for range input field.
  • Block(form): Fix list input field styling when icon is present.
  • Block(form): Fix the file entry’s image source.
  • React-components: Fix GUI path name matching condition.

0.23.9

14 Dec 10:53
0.23.9
3296f9e
Compare
Choose a tag to compare
0.23.9

0.23.8

14 Dec 08:51
0.23.8
17a123d
Compare
Choose a tag to compare
0.23.8

0.23.7

04 Dec 13:30
0.23.7
ff410a6
Compare
Choose a tag to compare

Added

  • App: Add binary file support to the request action.