[go: up one dir, main page]

Skip to content
0.20.3

### Added

- App: Add `security.teams` property in app definition.
- App: Add `team.invite` action.
- App: Add page for accepting team invites.
- App: Add support for replacing existing login and register pages with custom pages by naming the pages `Login` or `Register`.
- Server: Add support for team invites.

### Changed

- Block(`chart`): Make `min` and `max` in `yAxis` property optional.
- Studio: Replace the JSON schema representation of block parameters and definitions with the one used to render out app resource schema.

### Fixed

- Cli: Fix issue where the description for `$any` actions and events were not extracted.
- Studio: Fix issue where block documentation would not render any types that used `anyOf` or `oneOf`.