- Migrated to TypeScript
- response interceptors are now registered this way:
import ResponseInterceptor from "formvue-json";
ResponseInterceptor.register(async (ctx, jsonResponse) => false)
- removed InternalTextField, as it was just TextField with no extra properties
- Removed 'menu' two-way-bind in extended_select and select_with_related_values as it seems to be a bad practise. Use '.activateMenu()', '.blur()' and '.isMenuActive' instead