0.18.16 ### Added - Block(`data-loader`): Add support for `context`. The data passed to the block (for example the current data in a flow page) is now available in the property `data` when using `context` remappers. - Block(`video`): Add video block. - App: Add `condition` action. - App: Add action `flow.to`. - Appsemble: Add `translate` remapper. This can be used instead of `message.format` for simpler messages that don’t use any message values. - Cli: Add support setting an icon when creating an app. - Cli: Add support setting an icon when updating an app. - Cli: Set the process name to `appsemble`. - Server: Add `condition` action. - Server: Allow specifying `iconBackground` when creating an app. - Server: Allow specifying `maskableIcon` when creating an app. - Server: Set the process name to `appsemble`. ### Fixed - App: Fix inclusion of `context` within remappers for `query` in `request` actions. This was causing `context` to not be available.