[go: up one dir, main page]

Skip to content
0.23.4

### Added

- Block(`filter`): Add `fullscreen` optional parameter.
- Block(`filter`): Add boolean field support.
- Block(`filter`): Add icon optional parameter.
- Block(`filter`): Add list field support.
- Block(`filter`): Add range field support.
- Block(`form`): Add help text for all fields.
- Block(`form`): Add list input field.
- Block(`form`): Add range input field.
- Cli: Add app export command to export an app as a zip file.
- Cli: Add import app command to support importing an app from a zip file.

### Fixed

- App: Implement storage.append action in a way that prevents race conditions.