Releases: appsemble/appsemble
Releases · appsemble/appsemble
0.31.1-test.5
Added
- Utils: New remapper
length
to fetch the length of the input array or string.
0.31.1-test.4
Added
- App: Display name of the logged in app member in the title bar.
- App: Option to add profile picture from the camera in mobile devices.
Fixed
- Block(
filter
): Render only one label for boolean fields. - Cli: Fix
block build
command. - Server: Wrong app member picture url.
- Studio: Fix "Unsaved changes" popup appearing in the editor even after the app has been saved.
0.31.1-test.3
Added
- Block(
form
): Add filter option to enum field.
Fixed
- Block(
filter
): Escape single quote and back-slash characters. - Studio: Remapper links in docs generated from a schema.
0.31.1-test.2
0.31.1-test.2
0.31.1-test.1
0.31.1-test.1
0.31.1-test.0
0.31.1-test.0
0.31.0
0.31.0
0.30.14-rc.0
Added
- App: Allow setting resource id explicitly in
resource.get
andresource.patch
actions. - Utils: Add AND and OR remappers.
Fixed
- App: Switching groups should not navigate to Home page.
- Server: Resource patch endpoint returning error for non-logged in users.
0.30.14-test.7
Added
- App: Add a PWA installation button and modal prompt to apps.
Changed
- Server: Soft delete assets and resources.
0.30.14-test.6
Added
- Block(
table
): Add new fieldname
to enable sorting fields. - App: Allow expiring data in
localStorage
using storage actions.
Changed
- Block(
detail-viewer
): Default date render behavior. - Block(
list
): Default date render behavior. - Block(
table
): Default date render behavior. - Block(
wordcloud
): Default date render behavior.
Fixed
- Block(
form
): Properly denote optional fieldset and selection fields. - App: Properly clear page data when the page changes.
- Studio: App member and group invites default role.