Releases: appsemble/appsemble
Releases · appsemble/appsemble
0.24.6
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
0.24.5
0.24.4
0.24.4
0.24.3
0.24.3
0.24.2
0.24.2
0.24.1
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. AddAppMember
BeforeCreate
andBeforeUpdate
hooks foruser.properties
validation. AddResource
BeforeDelete
hook foruser.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. Adduser.properties
to app definition. Adduser.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
anduser.update
actions.
Fixed
- App: Fix
user.properties
inUserProvider
. Fixuser.properties
in user actions. - Studio: Fix
user.properties
modal form.
0.24.0
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 whenrequest
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
0.23.9
0.23.8
0.23.8
0.23.7
Added
- App: Add binary file support to the request action.