[go: up one dir, main page]

Skip to content
0.20.45

### Added

- Block(`barcode-scan`): Initial release.
- Block(`barcode-scan`): Supports scanning code from image file.
- Block(`form`): Support default value for date fields.
- Block(`image`): The Image block now has width and height (in pixel) properties.
- App: Added `team.members` action.
- Server: Add `resource.patch` action to server.
- Server: Added specific `getTeamMember` endpoint.

### Changed

- Utils: __Breaking__ Change not remapper to, compute then invert `null` and `singular` values.

### Fixed

- Block(`filter`): Fix filtering for `date` and `date-range` fields.
- Block(`form`): Support not passing fields to block.
- Server: Implement `resource.create` action instead of reusing the `request` action.
- Server: Implement `resource.delete` action instead of reusing the `request` action.
- Server: Implement `resource.get` action instead of reusing the `request` action.
- Server: Implement `resource.update` action instead of reusing the `request` action.