Overview
A housekeeping release devoted to paying down urrent tech debt, e.g.:
- port UI code to Typescript
- upgrade Python version to 3.10
- making UI fully mobile-compatible for standard task generators
- update existing examples with InHouse provider
- add missing doc pages for providers
- remove deprecated packages
What's Changed
- Updated UI validation and fixed error handling in remote procedures by @meta-paul in #1259
- Make FormComposer andVideoAnnotator render well on mobile by @meta-paul in #1260
- Removed deprecated mephisto-task and mephisto-worker-addons libs by @meta-paul in #1261
- Port existing Task examples to use In-House provider by @meta-paul in #1262
- Added doc pages for In-House and Mock providers by @meta-paul in #1263
- Auto-submit partial Task results right before Unit expiration by @meta-paul in #1264
- Ported core packages and examples to Typecript by @meta-paul in #1265
- Fixed auto-redirect upon Task completion in In-House provider by @meta-paul in #1266
Full Changelog: v1.5.3...v1.5.4