- [flows] adding support for `ChipsSelector` component - [flows] `flow_name` instead of `flow_id` while sending. `flow_token` is now optional - [client] allowing to create flow with flow json and publish it with one request - [utils] update flow json latest version to 6.3
2.6.0
- [base_update] adding `shared_data` to help sharing context between handlers & filters - [flows] adding `FlowStr` - A helper class to create strings containing vars and math expressions without escaping and quoting them
2.5.2
- [handlers] sub-handlers ignoring flow requests with errors when `call_on_error` set to False - [handlers] fix `WhatsApp.on_flow_request` on class level to mark the `FlowRequestHandler` instance - [callback] callback data generic can be `str`
2.5.1
- [project] hot fix to include missing files in the package
2.5.0
- [handlers] adding `on_init`, `on_data_exchange` and `on_back` decorators for flow request callback wrapper - [flows] `FlowRequest.respond` defaults to request flow token - [flows] adding `FlowRequest.token_no_longer_valid` shortcut - [flows] deprecate `FlowRequest.is_health_check` and `FlowRequestActionType.PING`
2.4.0
- [sent_message] adding `SentTemplate` with `SentTemplateStatus` - [flows] adding `pattern` for `TextInput` - [flows] adding support for `NavigationList` - [flows] defaulting action's payload to empty dict - [flows] deprecating `ActionNext` and `ActionNextType`