[go: up one dir, main page]

Skip to content
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.