Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 478 Bytes

changelog.md

File metadata and controls

15 lines (11 loc) · 478 Bytes

2.0.0

  • 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

1.12.0

  • 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