- add `match_thread` function for resuming a workflow from a Hook
2.0.16
- Fix: dropdown widget would show required error even when filled
2.0.15
- Fix PhoneInput and EmailInput poor performance when used in a ListInput schema
2.0.14
- 🐛 Fix: unexpected behaviour of `end_program` param on Forms
2.0.13
**Before** Env vars values are visible in the editor.
**After** Env vars values are hidden in the editor. You can still copy them.
**Rationale** This is a security feature. You don't want to expose your env vars values to anyone who can see your screen. Also, for longer values, it was hard to read them in the editor.