Tags give the ability to mark specific points in history as being important
-
0.30.14-rc.0
55ffd163 · ·0.30.14-rc.0 ### Added - App: Allow setting resource id explicitly in `resource.get` and `resource.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
acf16af6 · ·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
f6c4d4f5 · ·0.30.14-test.6 ### Added - Block(`table`): Add new field `name` 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.
-
0.30.14-test.4
79e2ffcc · ·0.30.14-test.4 ### Added - Server: Support ca in `client-certificate` service secrets. ### Fixed - App: Allow selecting no group in group dropdown, translate app roles. - Server: Fix flaky update app collection tests.
-
0.30.14-test.3
614d3864 · ·0.30.14-test.3 ### Changed - App: Move group selection to a separate dropdown in the navbar. ### Fixed - Studio: Add empty `scope` when creating secrets without scope.
-
0.30.14-test.0
111da01c · ·0.30.14-test.0 ### Added - App: Automatically subscribe to all resource actions notifications. - Scripts: Add support for `test` and `rc` pre-releases. - Server: Log proxied responses in verbose mode. ### Fixed - Server: Associate app subscriptions to app members instead of users.
-
0.30.12
df9f9ee1 · ·0.30.12 ### Added - Block(`form`): Add `prohibited` requirement. - Server: Add `scope` to `client-credentials` service secrets. - Studio: Add `scope` to `client-credentials` service secrets. - Utils: Add `scope` to `client-credentials` service secrets. ### Fixed - Block(`form`): Refactor types and validation. - Studio: Add missing translation `GetAppResourceHistory`.
-
0.30.11
8e69f2a4 · ·0.30.11 ### Added - Service-worker: Cache `HEAD` requests by matching them against cached `GET` requests. - Service-worker: Cache app image assets. ### Changed - Block(`list`): Don't use the data passed to the block if there is a data event listener present. ### Fixed - Block(`form`): Fetch image headers in the selection input, only when the item is visible. - Block(`list`): Fetch image headers in the list, only when the item is visible. - Server: Don't load asset data of the compressed image when fetching asset headers.
-
0.30.8
993294e7 · ·0.30.8 ### Added - Preact-components: Lazy load images in the `ImageComponent`. - Studio: Add options for resending and deleting app and group invites. ### Fixed - Block(`form`): Fix page params being added to data even when `onLoad` action is not defined. - App: Fix passing empty roles array to `/api/apps/{appId}/members`. - Server: Clear assets cache every hour. - Server: Fix querying app members by roles. - Studio: Fix app, page apps causing errors.
-
0.30.4
d41cac0d · ·0.30.4 ### Added - Block(`form`): Add `onSelect` option to enum fields to fire an action when the value changes. - App: Add all demo app members to newly created group in demo apps. - App: Add demo app members created by demo login to existing groups in demo apps. - App: Add new action `resource.history.get` to fetch the history of a resource. - Server: Add caching to improve app asset query imporvements. - Server: Add indexes to tables to improve query performance. ### Changed - Cli: Require a role for inviting a user to a group through the cli. ### Removed - App: Remove option to join groups in demo apps. ### Fixed - Block(`form`): Display enum fields as hidden when `show` is `false` so they can still listen to events. - App: Fix group selection from profile dropdown. - Studio: `App Definition` menu section not being visible in the side menu. - Utils: Fix delete assets endpoint security.
-
0.30.3
5958bd08 · ·0.30.3 ### Added - Block(`form`): Add an option for enum fields with values remapped from other form fields. - Block(`table`): Add a new field `caption` to add captions to tables. - Utils: Support negative index in `prop` remapper for array inputs. ### Fixed - App: Disable login if no roles are defined in the security definition.